Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ASM platform information for GNU compiler on AIX (#13390) | Brad King | 2012-07-10 | 1 | -0/+2 |
* | CMake Nightly Date Stamp | Kitware Robot | 2012-07-10 | 1 | -1/+1 |
* | Merge topic 'cmake-gui-locale' | David Cole | 2012-07-09 | 6 | -86/+90 |
|\ | |||||
| * | cmake-gui: Fix code to respect current locale. | Clinton Stimpson | 2012-07-06 | 6 | -86/+90 |
* | | Merge topic 'ninja-fixes' | David Cole | 2012-07-09 | 3 | -3/+25 |
|\ \ | |||||
| * | | Ninja: don't shadow 'outputs' variable | Peter Kuemmel | 2012-07-09 | 1 | -4/+4 |
| * | | Ninja: add soname test case | Peter Kuemmel | 2012-07-09 | 1 | -0/+13 |
| * | | Ninja: Clean all symlink created for libraries. | Nicolas Despres | 2012-07-09 | 1 | -2/+11 |
| * | | Ninja: remove int/size_t warning | Peter Kuemmel | 2012-07-09 | 1 | -1/+1 |
* | | | Merge topic 'ninja-cmdLineLimit' | David Cole | 2012-07-09 | 4 | -21/+30 |
|\ \ \ | |/ / | |||||
| * | | Ninja: also consider rule command length for rsp file | Peter Kuemmel | 2012-07-02 | 3 | -1/+9 |
| * | | Ninja: also consider variables when checking command line length | Peter Kuemmel | 2012-07-01 | 2 | -20/+21 |
* | | | Merge topic 'getprerequisites-pie-executables' | David Cole | 2012-07-09 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | GetPrerequisites.cmake: detect executables built with the -pie linker flag. | Clinton Stimpson | 2012-07-05 | 1 | -0/+8 |
| | |/ | |/| | |||||
* | | | Merge topic 'CPack-honorCPACK_XXX-valuesInScriptFile' | David Cole | 2012-07-09 | 2 | -3/+24 |
|\ \ \ | |||||
| * | | | Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config. | Eric NOULARD | 2012-07-04 | 2 | -3/+24 |
* | | | | Merge topic 'CPack-fixRegressionCPackWithNoArgs' | David Cole | 2012-07-09 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg. | Eric NOULARD | 2012-07-03 | 1 | -2/+6 |
* | | | | | Merge topic 'FindBoostNotFoundBug' | David Cole | 2012-07-09 | 1 | -119/+109 |
|\ \ \ \ \ | |||||
| * | | | | | FindBoost: Future proof to 1.56 | Philip Lowman | 2012-06-30 | 1 | -1/+4 |
| * | | | | | FindBoost: Fix bug where Boost_FOUND could be false when version specified | Philip Lowman | 2012-06-30 | 1 | -118/+105 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'make_cldep_use_cmake_process_exec' | David Cole | 2012-07-09 | 2 | -488/+32 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: print error message when command failed | Peter Kuemmel | 2012-06-28 | 1 | -17/+8 |
| * | | | | | Remove process execution code from cmcldeps and have it use cmake code. | Bill Hoffman | 2012-06-27 | 2 | -482/+35 |
* | | | | | | Merge topic 'variable-doc-spaces' | David Cole | 2012-07-09 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix 2 space bugs in variable documentation | Rolf Eike Beer | 2012-06-27 | 1 | -2/+2 |
* | | | | | | | Merge topic 'fix-pie-clang-trunk' | David Cole | 2012-07-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix PositionIndependentTargets test with clang trunk. | Stephen Kelly | 2012-06-27 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'fix-typo' | David Cole | 2012-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Fix typo: tagets -> targets | David Cole | 2012-06-26 | 1 | -1/+1 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'EclipseFixIncludeDirDetectionMinGW' | David Cole | 2012-07-09 | 1 | -18/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Eclipse: fix #13313, always set LANG to C, also if unset | Alex Neundorf | 2012-06-25 | 1 | -18/+7 |
* | | | | | | | | Merge topic 'FindJava-version' | David Cole | 2012-07-09 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | FindJava: improve version matching (#12878) | Rolf Eike Beer | 2012-06-25 | 1 | -3/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'ctest-cmd-line-vars' | David Cole | 2012-07-09 | 6 | -30/+116 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CTest: Add test to verify -D variable definitions work | David Cole | 2012-06-25 | 2 | -0/+29 |
| * | | | | | | | | CTest: Allow -Dvar=value with no space between the D and the var | David Cole | 2012-06-24 | 1 | -0/+11 |
| * | | | | | | | | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 4 | -2/+46 |
| * | | | | | | | | CTest: Rename local variable for clarity | David Cole | 2012-06-24 | 1 | -6/+5 |
| * | | | | | | | | CTest: Refactor error output into ErrorMessageUnknownDashDValue | David Cole | 2012-06-24 | 2 | -24/+27 |
* | | | | | | | | | Merge topic 'DetectManSection' | David Cole | 2012-07-09 | 5 | -64/+95 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | man documentation: detect man section from the given filename | Alex Neundorf | 2012-06-21 | 2 | -15/+35 |
| * | | | | | | | | | documentation: preparation for making the man section configurable | Alex Neundorf | 2012-06-21 | 5 | -10/+21 |
| * | | | | | | | | | -remove trailing whitespace | Alex Neundorf | 2012-06-21 | 3 | -39/+39 |
* | | | | | | | | | | Merge topic 'documentUndefinedCOMPONENT' | David Cole | 2012-07-09 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Enhance documentation of install command w.r.t. the "Undefined" component. | Eric NOULARD | 2012-06-21 | 1 | -1/+4 |
* | | | | | | | | | | | Merge topic 'update-KWIML' | David Cole | 2012-07-09 | 2 | -11/+22 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'upstream-kwiml' into update-KWIML | Brad King | 2012-06-21 | 2 | -11/+22 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | |||||
| | * | | | | | | | | | | KWIML: Teach INT about broken UINT32_C on old HP | Brad King | 2012-06-21 | 1 | -0/+6 |
| | * | | | | | | | | | | KWIML: Teach INT.h that no HP platform implements SCN*8 formats | Brad King | 2012-06-21 | 1 | -2/+2 |