| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG | Brad King | 2009-12-02 | 1 | -4/+0 |
|
|
* | -document CMAKE_EXTRA_GENERATOR | Alexander Neundorf | 2009-11-22 | 1 | -0/+8 |
|
|
* | Document CMAKE_CURRENT_LIST_FILE more precisely | Brad King | 2009-10-02 | 1 | -1/+12 |
|
|
* | Teach Xcode generator to set XCODE_VERSION | Brad King | 2009-09-23 | 1 | -0/+7 |
|
|
* | Remove CMakeSetup. Long live cmake-gui, start building Qt now. | Bill Hoffman | 2009-09-03 | 1 | -4/+4 |
|
|
* | some white space fixes for the book | Ken Martin | 2009-09-03 | 1 | -1/+1 |
|
|
* | Document CMAKE_<LANG>_COMPILER_LOADED variable | Brad King | 2009-08-20 | 1 | -2/+7 |
|
|
* | Do not always propagate linker language preference | Brad King | 2009-07-30 | 1 | -4/+17 |
|
|
* | ENH: Implicit link info for C, CXX, and Fortran | Brad King | 2009-07-23 | 1 | -1/+22 |
|
|
* | BUG: Use link language for target name computation | Brad King | 2009-07-08 | 1 | -26/+54 |
|
|
* | ENH: Do not compute link language for LOCATION | Brad King | 2009-07-08 | 1 | -6/+0 |
|
|
* | BUG: Fix documentation of CMAKE_CFG_INTDIR | Brad King | 2009-06-30 | 1 | -21/+36 |
|
|
* | STYLE: document CMAKE_SKIP_INSTALL_ALL_DEPENDENCY variable | Alexander Neundorf | 2009-06-27 | 1 | -0/+13 |
|
|
* | ENH: Document variable CMAKE_NO_BUILTIN_CHRPATH | Brad King | 2009-06-10 | 1 | -0/+10 |
|
|
* | BUG: Recognize .so shared libraries on HP-UX | Brad King | 2009-06-03 | 1 | -0/+9 |
|
|
* | ENH: Make CMAKE_<LANG>_SIZEOF_DATA_PTR public | Brad King | 2009-05-14 | 1 | -2/+4 |
|
|
* | STYLE: document CMAKE_INCLUDE_CURRENT_DIR | Alexander Neundorf | 2009-05-09 | 1 | -0/+14 |
|
|
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -5/+5 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -3/+3 |
|
|
* | ENH: Re-enable system include dir suppression | Brad King | 2009-02-25 | 1 | -0/+9 |
|
|
* | ENH: Clarify docs of old *_OUTPUT_PATH vars | Brad King | 2009-02-20 | 1 | -11/+7 |
|
|
* | ENH: Provide variable CMAKE_VERSION | Brad King | 2009-01-15 | 1 | -0/+8 |
|
|
* | ENH: Document variable CMAKE_PATCH_VERSION | Brad King | 2009-01-15 | 1 | -0/+6 |
|
|
* | STYLE: document CMAKE_COLOR_MAKEFILE (#7878) | Alexander Neundorf | 2009-01-10 | 1 | -2/+9 |
|
|
* | BUG: Fix <CONFIG>_POSTFIX property/variable docs | Brad King | 2008-12-15 | 1 | -7/+12 |
|
|
* | ENH: Allow custom limit on object file path length | Brad King | 2008-08-21 | 1 | -0/+18 |
|
|
* | STYLE: fix #7146, add documentation for | Alexander Neundorf | 2008-07-20 | 1 | -8/+98 |
|
|
* | ENH: Convert CMAKE_LINK_OLD_PATHS to policy CMP0003. | Brad King | 2008-03-13 | 1 | -18/+0 |
|
|
* | BUG: Fix typo in documentation of LIBRARY_OUTPUT_PATH. | Brad King | 2008-03-04 | 1 | -1/+1 |
|
|
* | ENH: Handle large object file lists on some platforms | Brad King | 2008-02-27 | 1 | -0/+2 |
|
|
* | ENH: Update documentation of EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH t... | Brad King | 2008-02-12 | 1 | -2/+9 |
|
|
* | ENH: Pass dependent library search path to linker on some platforms. | Brad King | 2008-02-01 | 1 | -2/+7 |
|
|
* | ENH: Support linking to shared libs with dependent libs | Brad King | 2008-01-31 | 1 | -0/+2 |
|
|
* | ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARC... | Brad King | 2008-01-30 | 1 | -1/+28 |
|
|
* | ENH: Added CMAKE_LINK_OLD_PATHS compatibility mode for linker search paths. | Brad King | 2008-01-23 | 1 | -0/+18 |
|
|
* | BUG: Fix generation of Watcom link lines. | Brad King | 2008-01-23 | 1 | -0/+6 |
|
|
* | ENH: Implement linking with paths to library files instead of -L and -l separ... | Brad King | 2008-01-22 | 1 | -0/+6 |
|
|
* | ENH: Generalize the check for sizeof void* to detect more ABI information. | Brad King | 2008-01-21 | 1 | -0/+21 |
|
|
* | ENH: Implemented Fortran module output directory and search path flags. | Brad King | 2007-12-30 | 1 | -0/+9 |
|
|
* | STYLE: Fixed line-too-long for undocumented variable entries. | Brad King | 2007-11-10 | 1 | -40/+80 |
|
|
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 1 | -0/+42 |
|
|
* | ENH: minor fix | Ken Martin | 2007-10-31 | 1 | -1/+1 |
|
|
* | ENH: added documentation for more variables | Ken Martin | 2007-10-31 | 1 | -12/+358 |
|
|
* | STYLE: fix some long lines | Ken Martin | 2007-10-23 | 1 | -5/+10 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -75/+143 |
|
|
* | ENH: add docs for variables | Bill Hoffman | 2007-10-18 | 1 | -0/+520 |
|
|