summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'deploy-qt4-workaround-bug-13258'David Cole2012-07-121-1/+1
|\
| * DeployQt4: workaround bug 13258 where ARGV1 is leaked into a sub function.Clinton Stimpson2012-07-091-1/+1
* | Merge topic 'fix-CTestUpdateSVN-svn1.7'David Cole2012-07-121-1/+0
|\ \
| * | CTestUpdateSVN: Do not create repo directory first (#13349)Brad King2012-07-091-1/+0
| |/
* | Merge topic 'inject_code_via_variable'David Cole2012-07-121-1/+1
|\ \
| * | Fix project command documentation typo (#13384)Brad King2012-07-091-1/+1
* | | CMake Nightly Date StampKitware Robot2012-07-121-1/+1
* | | CMake Nightly Date StampKitware Robot2012-07-111-1/+1
* | | CMake Nightly Date StampKitware Robot2012-07-101-1/+1
* | | Merge topic 'cmake-gui-locale'David Cole2012-07-096-86/+90
|\ \ \
| * | | cmake-gui: Fix code to respect current locale.Clinton Stimpson2012-07-066-86/+90
* | | | Merge topic 'ninja-fixes'David Cole2012-07-093-3/+25
|\ \ \ \
| * | | | Ninja: don't shadow 'outputs' variablePeter Kuemmel2012-07-091-4/+4
| * | | | Ninja: add soname test casePeter Kuemmel2012-07-091-0/+13
| * | | | Ninja: Clean all symlink created for libraries.Nicolas Despres2012-07-091-2/+11
| * | | | Ninja: remove int/size_t warningPeter Kuemmel2012-07-091-1/+1
* | | | | Merge topic 'ninja-cmdLineLimit'David Cole2012-07-094-21/+30
|\ \ \ \ \ | |/ / / /
| * | | | Ninja: also consider rule command length for rsp filePeter Kuemmel2012-07-023-1/+9
| * | | | Ninja: also consider variables when checking command line lengthPeter Kuemmel2012-07-012-20/+21
* | | | | Merge topic 'getprerequisites-pie-executables'David Cole2012-07-091-0/+8
|\ \ \ \ \
| * | | | | GetPrerequisites.cmake: detect executables built with the -pie linker flag.Clinton Stimpson2012-07-051-0/+8
| | |/ / / | |/| | |
* | | | | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile'David Cole2012-07-092-3/+24
|\ \ \ \ \
| * | | | | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.Eric NOULARD2012-07-042-3/+24
* | | | | | Merge topic 'CPack-fixRegressionCPackWithNoArgs'David Cole2012-07-091-2/+6
|\ \ \ \ \ \
| * | | | | | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.Eric NOULARD2012-07-031-2/+6
* | | | | | | Merge topic 'FindBoostNotFoundBug'David Cole2012-07-091-119/+109
|\ \ \ \ \ \ \
| * | | | | | | FindBoost: Future proof to 1.56Philip Lowman2012-06-301-1/+4
| * | | | | | | FindBoost: Fix bug where Boost_FOUND could be false when version specifiedPhilip Lowman2012-06-301-118/+105
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'make_cldep_use_cmake_process_exec'David Cole2012-07-092-488/+32
|\ \ \ \ \ \ \
| * | | | | | | Ninja: print error message when command failedPeter Kuemmel2012-06-281-17/+8
| * | | | | | | Remove process execution code from cmcldeps and have it use cmake code.Bill Hoffman2012-06-272-482/+35
* | | | | | | | Merge topic 'variable-doc-spaces'David Cole2012-07-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | fix 2 space bugs in variable documentationRolf Eike Beer2012-06-271-2/+2
* | | | | | | | | Merge topic 'fix-pie-clang-trunk'David Cole2012-07-091-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix PositionIndependentTargets test with clang trunk.Stephen Kelly2012-06-271-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'fix-typo'David Cole2012-07-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja: Fix typo: tagets -> targetsDavid Cole2012-06-261-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'EclipseFixIncludeDirDetectionMinGW'David Cole2012-07-091-18/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Eclipse: fix #13313, always set LANG to C, also if unsetAlex Neundorf2012-06-251-18/+7
* | | | | | | | | | Merge topic 'FindJava-version'David Cole2012-07-091-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindJava: improve version matching (#12878)Rolf Eike Beer2012-06-251-3/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'ctest-cmd-line-vars'David Cole2012-07-096-30/+116
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CTest: Add test to verify -D variable definitions workDavid Cole2012-06-252-0/+29
| * | | | | | | | | | CTest: Allow -Dvar=value with no space between the D and the varDavid Cole2012-06-241-0/+11
| * | | | | | | | | | CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-244-2/+46
| * | | | | | | | | | CTest: Rename local variable for clarityDavid Cole2012-06-241-6/+5
| * | | | | | | | | | CTest: Refactor error output into ErrorMessageUnknownDashDValueDavid Cole2012-06-242-24/+27
* | | | | | | | | | | Merge topic 'DetectManSection'David Cole2012-07-095-64/+95
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | man documentation: detect man section from the given filenameAlex Neundorf2012-06-212-15/+35
| * | | | | | | | | | | documentation: preparation for making the man section configurableAlex Neundorf2012-06-215-10/+21