| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | Eclipse: Add option to set the resource encoding | Martin Gerhardy | 2019-07-09 | 1 | -0/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -2/+2 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -13/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -1/+9 |
|
|
* | Refactor extra generator registration to use factories | Tobias Hunger | 2016-08-03 | 1 | -13/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -6/+6 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -32/+30 |
|
|
* | Eclipse: Implement traversal of nested source groups (#15701) | Patrik Lehmann | 2016-03-31 | 1 | -0/+3 |
|
|
* | cmExtraEclipseCDT4Generator: port to cmXMLWriter | Daniel Pfeifer | 2016-03-23 | 1 | -12/+9 |
|
|
* | Eclipse: only add C/CXX macros if the language is enabled | Alex Neundorf | 2016-02-24 | 1 | -0/+2 |
|
|
* | Eclipse: Port API to cmLocalGenerator. | Stephen Kelly | 2015-10-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | Eclipse: use MachO64 parser starting with Helios (#14380) | Alex Neundorf | 2014-01-01 | 1 | -0/+1 |
|
|
* | eclipse: Add natures for Eclipse based on enabled languages | Ben Boeckel | 2013-11-19 | 1 | -0/+3 |
|
|
* | Use GmakeErrorParser instead of deprecated MakeErrorParser (fixes bug 0013699) | Victor Zverovich | 2013-04-28 | 1 | -0/+1 |
|
|
* | Eclipse: add switch to disable linked resources (#13189) | Alex Neundorf | 2012-10-17 | 1 | -0/+1 |
|
|
* | Eclipse: fix #13358: don't create bad linked resources | Alex Neundorf | 2012-08-16 | 1 | -5/+0 |
|
|
* | Eclipse: create links to subprojects also in the source-project (#12579) | Alex Neundorf | 2011-11-19 | 1 | -2/+3 |
|
|
* | Eclipse: add Build and Clean targets to targets | Alex Neundorf | 2011-10-23 | 1 | -1/+2 |
|
|
* | Eclipse: move code for generating links to targets into separate function | Alex Neundorf | 2011-10-23 | 1 | -1/+1 |
|
|
* | Eclipse: move code for generating links to projects into separate function | Alex Neundorf | 2011-10-23 | 1 | -0/+3 |
|
|
* | Eclipse: add virtual folder for each target | Alex Neundorf | 2011-10-19 | 1 | -1/+3 |
|
|
* | Detect whether the current Eclipse version supports VirtualFolders | Alex Neundorf | 2011-10-15 | 1 | -0/+1 |
|
|
* | -fix VirtualFolders in Eclipse under Windows | Alex Neundorf | 2011-05-06 | 1 | -1/+2 |
|
|
* | Add cache var CMAKE_ECLIPSE_MAKE_ARGUMENTS when using the Eclipse generator | Alex Neundorf | 2010-12-12 | 1 | -0/+1 |
|
|
* | Don't disable colors in the CodeBlocks generator and minor cleanup. | Alex Neundorf | 2010-11-11 | 1 | -2/+0 |
|
|
* | Remove the "early alpha stage" comments about Eclipse and C::B | Alex Neundorf | 2010-11-11 | 1 | -2/+0 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -2/+2 |
|
|
* | fix the way the PATH and other related env.vars are stored in the eclipse pro... | Alexander Neundorf | 2009-12-23 | 1 | -0/+3 |
|
|
* | improve system/compiler specific settings of Eclipse | Alexander Neundorf | 2009-11-22 | 1 | -12/+0 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -18/+13 |
|
|
* | Major improvement of the generated targets in Eclipse. | Alexander Neundorf | 2009-09-16 | 1 | -1/+3 |
|
|
* | sync target generation with the CodeBlocks generator | Alexander Neundorf | 2009-09-10 | 1 | -1/+0 |
|
|
* | ENH: when using the Eclipse project generator, run gcc so that it tells us | Alexander Neundorf | 2009-03-13 | 1 | -0/+4 |
|
|
* | ENH: patch from Miguel, | Alexander Neundorf | 2009-01-11 | 1 | -0/+4 |
|
|
* | COMP: forgot to commit this file | Alexander Neundorf | 2009-01-10 | 1 | -0/+1 |
|
|
* | BUG: fix #8105: don't hardcode "gcc" and "make" but use CMAKE_C_COMPILER and | Alexander Neundorf | 2009-01-09 | 1 | -1/+2 |
|
|
* | BUG: apply patch from #8205, also fixes #8212: escape characters for XML | Alexander Neundorf | 2009-01-08 | 1 | -0/+2 |
|
|
* | ENH: patch from Miguel part 2: if ECLIPSE_CDT4_GENERATE_SOURCE_PROJECT is | Alexander Neundorf | 2008-02-19 | 1 | -1/+12 |
|
|
* | ENH: patch part 1 from Miguel: use the cmake project name for the eclipse | Alexander Neundorf | 2008-02-19 | 1 | -0/+9 |
|
|
* | ENH: patch from Miguel | Alexander Neundorf | 2007-08-17 | 1 | -17/+20 |
|
|
* | ENH: add Eclipse CDT4 generator, patch from Miguel A. Figueroa-Villanueva | Alexander Neundorf | 2007-08-01 | 1 | -0/+93 |
|
|