Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -18/+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. | ||||
* | Fix bug #9529. | Alexander Neundorf | 2009-09-26 | 1 | -2/+23 |
| | | | | | | | | Set the working_dir entry in the codeblocks project file of executable targets to the directory where the executable is created. Then when running CB, executing the target (not building), will run it from that directory. Alex | ||||
* | As in the Eclipse generator: don't insert the edit_cache target if it is ↵ | Alexander Neundorf | 2009-09-10 | 1 | -1/+18 |
| | | | | ccmake, since this doesn't work in the output tab of the IDE | ||||
* | Improve the algorithm which skips targets so they are not added to the ↵ | Alexander Neundorf | 2009-09-06 | 1 | -47/+16 |
| | | | | | | | | | codeblocks GUI. -add all global targets from CMAKE_BINARY_DIR to the menu, but not from the subdirs -add all utility targets to the menu, except the Nightly/Experimental/Continuous-"sub"targets as e. Alex | ||||
* | ENH: get the build type specific location | Alexander Neundorf | 2009-07-07 | 1 | -1/+2 |
| | | | | Alex | ||||
* | COMP: don't use vector::at(), this doesn't seem to exist everyhwere | Alexander Neundorf | 2009-06-29 | 1 | -2/+2 |
| | | | | | | (http://www.cdash.org/CDash/viewBuildError.php?buildid=366375) Alex | ||||
* | ENH: create a "Virtual Folder" in CodeBlocks, which contains all the cmake | Alexander Neundorf | 2009-06-28 | 1 | -0/+192 |
| | | | | | | | | files of the project, i.e. there is now a "CMake Files" folder additionally to the "Sources", "Headers" and "Others" folders which already existed. Patch by Daniel Teske. Alex | ||||
* | ENH: also support nmake and msvc for use with CodeBlocks under Windows, | Alexander Neundorf | 2009-06-28 | 1 | -2/+2 |
| | | | | | | patch by Daniel Teske Alex | ||||
* | ENH: only check for the existance of a header file if: | Alexander Neundorf | 2009-03-10 | 1 | -11/+55 |
| | | | | | | | -the original file is a C/C++ implementation file -the header file is not already part of the sources Alex | ||||
* | ENH: automatically add headers of implementation file to the codeblocks ↵ | Alexander Neundorf | 2009-03-08 | 1 | -4/+36 |
| | | | | | | project file Alex | ||||
* | BUG: fix #8203: codeblocks + mingw doesn't like the extra quotes around the | Alexander Neundorf | 2009-01-09 | 1 | -0/+7 |
| | | | | | | path to the makefile if it contains spaces, under Linux it works with spaces Alex | ||||
* | STYLE: remove some commented code | Alexander Neundorf | 2008-08-16 | 1 | -13/+2 |
| | | | | Alex | ||||
* | STYLE: move the code for generating the XML for one target in a separate | Alexander Neundorf | 2007-11-25 | 1 | -52/+78 |
| | | | | | | | | | function AppendTarget() -add "all" target -some syncing with the Eclipse generator Alex | ||||
* | ENH: also add the experimental, nightly, package_source, preinstall and | Alexander Neundorf | 2007-11-25 | 1 | -11/+45 |
| | | | | | | rebuild_cache targets Alex | ||||
* | STYLE: add some comments | Alexander Neundorf | 2007-11-25 | 1 | -0/+13 |
| | | | | Alex | ||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -3/+3 |
| | | | | there, also provides secitons for Variables now | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-09-18 | 1 | -6/+16 |
| | | | | Alex | ||||
* | ENH: use the oubject_output option to try to tell CodeBlocks where the | Alexander Neundorf | 2007-09-18 | 1 | -0/+1 |
| | | | | | | | object files are located (to make "compile file" work). Doesn't work yet, but at least the .objs/ is now removed from the path. Alex | ||||
* | ENH: add support for Fortran to the KDevelop generator | Alexander Neundorf | 2007-08-31 | 1 | -2/+1 |
| | | | | | | -minor optimization for GetLanguageEnabled() Alex | ||||
* | STYLE: "Build file" still doesn't work, but now it is at least a bit closer, | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
| | | | | | | it needs some more support from CB Alex | ||||
* | BUG: make paths with spaces work in CodeBlocks | Alexander Neundorf | 2007-08-29 | 1 | -12/+5 |
| | | | | | | -gcc is always gcc and not mingw Alex | ||||
* | ENH: don't hardcode gcc | Alexander Neundorf | 2007-08-29 | 1 | -37/+147 |
| | | | | | | | -put the include dirs in the project file to enable autocompletion -prepare for nmake Alex | ||||
* | STYLE: add links to docs | Alexander Neundorf | 2007-08-28 | 1 | -0/+13 |
| | | | | Alex | ||||
* | COMP: disable nmake support until somebody tests it | Alexander Neundorf | 2007-08-27 | 1 | -2/+2 |
| | | | | Alex | ||||
* | ENH: don't create a CodeBlocks workspace, the CodeBlocks projects cover | Alexander Neundorf | 2007-08-07 | 1 | -39/+0 |
| | | | | | | everything what's needed Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-08-06 | 1 | -10/+13 |
| | | | | Alex | ||||
* | BUG: also offer the extra generators in CMakeSetup | Alexander Neundorf | 2007-08-01 | 1 | -1/+2 |
| | | | | Alex | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -4/+7 |
| | | | | Alex | ||||
* | ENH: build codeblocks generator also on Windows | Alexander Neundorf | 2007-07-18 | 1 | -4/+8 |
| | | | | Alex | ||||
* | ENH: add a simple CodeBlocks extra generator, early alpha stage, there seems | Alexander Neundorf | 2007-07-13 | 1 | -0/+269 |
to be interest in it Alex |