summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing section markup for CPackComponentEric NOULARD2012-02-141-0/+4
* Example of builtin variable documentation (i.e. only used in C++ source code).Eric NOULARD2012-02-141-7/+15
* Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-145-25/+85
* Fix another compiler warning due to a typoEric NOULARD2012-02-141-1/+0
* Really avoid compiler warning about unused varsEric NOULARD2012-02-142-6/+2
* Calm down compiler warning about unused varEric NOULARD2012-01-312-0/+4
* Fix potential bad memory access, thanks to EikeEric NOULARD2012-01-311-1/+1
* Suppress unused var, beautify code, avoid 1 extra newline.Eric NOULARD2012-01-241-18/+25
* Update bash completion file in order to handle new CPack doc options.Eric NOULARD2012-01-221-0/+10
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-2212-204/+387
* Implement simple CMake script comment markup language.Eric NOULARD2012-01-227-9/+247
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-2212-54/+312
* KWSys Nightly Date StampKWSys Robot2012-01-211-1/+1
* KWSys Nightly Date StampKWSys Robot2012-01-201-1/+1
* KWSys Nightly Date StampKWSys Robot2012-01-191-1/+1
* KWSys Nightly Date StampKWSys Robot2012-01-181-1/+1
* Merge topic 'check_symbol_exists'David Cole2012-01-175-1/+124
|\
| * Merge topic 'link-shared-depend-cycle-issue-12647' into check_symbol_existsRolf Eike Beer2012-01-166-3/+55
| |\
| * | add a test for Check{,CXX}SymbolExistsRolf Eike Beer2012-01-164-0/+123
| * | CheckSymbolExists: force the compiler to keep the referenced symbolRolf Eike Beer2012-01-161-1/+1
* | | Merge topic 'link-shared-depend-cycle-issue-12647'David Cole2012-01-176-3/+55
|\ \ \ | | |/ | |/|
| * | Tolerate cycles in shared library link interfaces (#12647)Brad King2012-01-136-3/+55
| |/
* | Merge topic 'add_CMakeOnly_test-infrastructure'David Cole2012-01-173-0/+22
|\ \ | |/
| * Add infrastructure for CMake-only testsBrad King2012-01-133-0/+22
* | Merge topic 'FindMPI-issue-12874'David Cole2012-01-171-1/+1
|\ \
| * | FindMPI: Append MPI C++ library correctly in non-compiler case (#12874)Brad King2012-01-161-1/+1
* | | Merge topic 'CPackRPM-noFileListedTwice'David Cole2012-01-171-0/+19
|\ \ \
| * | | CPackRPM flag direcories with %dir in the generated spec fileDeborah Pickett2012-01-131-0/+19
* | | | Merge topic 'cm-bzip2-header-issue-10950'David Cole2012-01-178-6/+30
|\ \ \ \
| * | | | Include bzlib.h consistently across CMake build (#10950)Brad King2012-01-138-6/+30
* | | | | Merge topic 'fixSymlinkInZIP'David Cole2012-01-171-3/+7
|\ \ \ \ \
| * | | | | Do not add the content of a file if it's a symlink.Eric NOULARD2012-01-131-3/+7
| |/ / / /
* | | | | Merge topic 'ExternalProject-git-cmd-version'David Cole2012-01-171-1/+2
|\ \ \ \ \
| * | | | | ExternalProject: Update copyright yearBrad King2012-01-101-1/+1
| * | | | | ExternalProject: Fix git.cmd version detectionBrad King2012-01-101-0/+1
| |/ / / /
* | | | | Merge topic 'compiler-version'David Cole2012-01-178-8/+237
|\ \ \ \ \
| * | | | | Detect SGI MIPSpro compiler version with its idBrad King2012-01-102-0/+22
| * | | | | Document compiler version macro formats used for detectionBrad King2012-01-102-0/+28
| * | | | | Detect HP compiler version with its idBrad King2012-01-102-0/+6
| * | | | | Detect SunPro compiler version with its idBrad King2012-01-102-0/+18
| * | | | | Detect Watcom compiler version with its idBrad King2011-12-072-0/+4
| * | | | | Detect Clang compiler version with its idBrad King2011-12-072-0/+6
| * | | | | Detect PGI compiler version with its idBrad King2011-12-072-0/+10
| * | | | | Detect IBM XL compiler version with its idBrad King2011-12-072-6/+16
| * | | | | Detect Borland compiler version with its idBrad King2011-12-072-0/+4
| * | | | | Detect Intel compiler version with its id (#11937)Brad King2011-12-072-0/+12
| * | | | | Detect MSVC compiler version with its idBrad King2011-12-072-0/+24
| * | | | | Detect GNU compiler version with its id (#6251)Brad King2011-12-072-0/+10
| * | | | | Add framework to detect compiler version with its id (#12408)Brad King2011-12-078-2/+77
* | | | | | Merge topic 'FindPythonLibs-single-user-issue-12869'David Cole2012-01-171-1/+6
|\ \ \ \ \ \