Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into sublime-text-2-generator | Morné Chamberlain | 2012-10-17 | 78 | -186/+933 |
|\ | |||||
| * | Merge topic 'refactor-CTestUseLaunchers' | David Cole | 2012-10-17 | 2 | -12/+51 |
| |\ | |||||
| | * | CTest: Ensure CTEST_USE_LAUNCHERS behaves nicely in Superbuild setup | Jean-Christophe Fillion-Robin | 2012-10-16 | 2 | -12/+51 |
| * | | Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig' | David Cole | 2012-10-17 | 17 | -58/+92 |
| |\ \ | |||||
| | * | | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 17 | -58/+92 |
| * | | | Merge topic 'generator-expression-bug-fixes' | David Cole | 2012-10-17 | 17 | -23/+225 |
| |\ \ \ | | |/ / | |||||
| | * | | GenEx: Fix reporting about not-found include directories and libraries. | Stephen Kelly | 2012-10-17 | 10 | -10/+110 |
| | * | | GenEx: Replace some failing tests with Borland and NMake makefiles. | Stephen Kelly | 2012-10-17 | 2 | -6/+4 |
| | * | | GenEx: Add some more asserts to verify code-sanity. | Stephen Kelly | 2012-10-17 | 1 | -0/+12 |
| | * | | GenEx: Break if there are no more commas in the container | Stephen Kelly | 2012-10-17 | 1 | -0/+4 |
| | * | | GenEx: Fix termination bugs in generator expression parser. | Stephen Kelly | 2012-10-17 | 3 | -13/+68 |
| | * | | GenEx: Test the use of generator expressions to generate lists. | Stephen Kelly | 2012-10-17 | 4 | -0/+16 |
| | * | | GenEx: Parse colon after arguments separator colon specially. | Stephen Kelly | 2012-10-17 | 3 | -2/+19 |
| * | | | Merge topic 'fix-13578-wrong-reg-key' | David Cole | 2012-10-17 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | NSIS: Fix incorrect uninstall registry key name (#13578) | David Cole | 2012-10-16 | 1 | -1/+1 |
| * | | | | Merge topic 'fix-postgres-debian' | David Cole | 2012-10-17 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * | | | | Find PostgreSQL headers on Debian | Pere Nubiola i Radigales | 2012-10-15 | 1 | -0/+1 |
| * | | | | | Merge topic 'AutomocFixDuplicatedFiles_13572' | David Cole | 2012-10-17 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| | * | | | | | Automoc: fix #13572: issue with symbolic links | Alex Neundorf | 2012-10-14 | 1 | -1/+2 |
| * | | | | | | Merge topic 'CPack-ArchiveGen-andDESTIR_ON' | David Cole | 2012-10-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Make CPACK_SET_DESTDIR work with archive generator + component-based packaging | Eric NOULARD | 2012-10-14 | 1 | -1/+1 |
| * | | | | | | | Merge topic 'fix-some-CPackDoc-typos' | David Cole | 2012-10-17 | 1 | -4/+14 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo. | Eric NOULARD | 2012-10-14 | 1 | -4/+14 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge topic 'Fix-XXX_ON_ABSOLUTE_INSTALL_DESTINATION-handling' | David Cole | 2012-10-17 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFF | Eric NOULARD | 2012-10-14 | 1 | -2/+2 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge topic 'suncc-compile-fix' | David Cole | 2012-10-17 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Attempt to fix the compile of cmake on Sun CC. | Stephen Kelly | 2012-10-11 | 1 | -1/+4 |
| * | | | | | | | | Merge topic 'codeblocks-cdefs' | David Cole | 2012-10-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix regression: write compile definitions if any | Peter Kümmel | 2012-10-11 | 1 | -1/+1 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge topic 'FortranCInterface-verify-flags' | David Cole | 2012-10-17 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | FortranCInterface: Pass all flags to VERIFY project (#13579) | Brad King | 2012-10-10 | 1 | -1/+5 |
| | | |_|/ / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 34 | -80/+533 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | CTest: add a check with a quoted memory checker | Rolf Eike Beer | 2012-10-04 | 4 | -4/+39 |
| | * | | | | | | | | CTest: add a test for CTEST_CUSTOM_MEMCHECK_IGNORE | Rolf Eike Beer | 2012-10-04 | 4 | -1/+45 |
| | * | | | | | | | | CTest: improve memory checker type detection | Rolf Eike Beer | 2012-10-04 | 1 | -69/+89 |
| | * | | | | | | | | CTest: add tests that simulate memcheck runs | Rolf Eike Beer | 2012-10-04 | 26 | -0/+356 |
| | * | | | | | | | | CTest: fix pre and post test commands with spaces | Rolf Eike Beer | 2012-10-01 | 1 | -2/+3 |
| | * | | | | | | | | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
| * | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-17 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-16 | 1 | -1/+1 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-15 | 1 | -1/+1 |
| * | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-14 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-10-13 | 1 | -1/+1 |
* | | | | | | | Fixed Sublime Text project generation for in-source builds | Morné Chamberlain | 2012-10-14 | 1 | -14/+26 |
* | | | | | | | Added a CMAKE_SUBLIMECLANG_DISABLED variable that disables SublimeClang. | Morné Chamberlain | 2012-10-14 | 2 | -1/+22 |
* | | | | | | | The generator no longer generates absolute paths to the ninja.build/Makefiles. | Morné Chamberlain | 2012-10-14 | 1 | -5/+4 |
* | | | | | | | The generator no longer generates an explicit list of source files. | Morné Chamberlain | 2012-10-14 | 2 | -154/+9 |
* | | | | | | | Added and cleaned up some comments. | Morné Chamberlain | 2012-10-13 | 2 | -3/+13 |
* | | | | | | | Fixed support for the Ninja build system. | Morné Chamberlain | 2012-10-13 | 1 | -10/+31 |
* | | | | | | | Cleaned up the Sublime Text 2 Generator code a bit. | Morné Chamberlain | 2012-10-13 | 2 | -86/+130 |