Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
| | |||||
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
| | |||||
* | CodeBlocks: improve support for OBJECT libraries | Alex Neundorf | 2012-04-09 | 1 | -0/+2 |
| | | | | | | | | This commit creates a dummy text file for each OBJECT library for the CodeBlocks generator, so the generated project file can reference a unique file for each target. Most probably these files are unused. Alex | ||||
* | Don't disable colors in the CodeBlocks generator and minor cleanup. | Alex Neundorf | 2010-11-11 | 1 | -1/+0 |
| | | | | | | | Since now the only users of SetToolSupportsColor() are gone, this method is removed too. Alex | ||||
* | Remove the "early alpha stage" comments about Eclipse and C::B | Alex Neundorf | 2010-11-11 | 1 | -2/+0 |
| | | | | Alex | ||||
* | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -3/+3 |
| | | | | Alex | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -17/+12 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | STYLE: move the code for generating the XML for one target in a separate | Alexander Neundorf | 2007-11-25 | 1 | -0/+7 |
| | | | | | | | | | function AppendTarget() -add "all" target -some syncing with the Eclipse generator Alex | ||||
* | ENH: don't hardcode gcc | Alexander Neundorf | 2007-08-29 | 1 | -0/+5 |
| | | | | | | | -put the include dirs in the project file to enable autocompletion -prepare for nmake Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-08-06 | 1 | -7/+0 |
| | | | | Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -3/+3 |
| | | | | Alex | ||||
* | ENH: add a simple CodeBlocks extra generator, early alpha stage, there seems | Alexander Neundorf | 2007-07-13 | 1 | -0/+63 |
to be interest in it Alex |