summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into sublime-text-2-generatorMorné Chamberlain2012-10-1778-186/+933
|\
| * Merge topic 'refactor-CTestUseLaunchers'David Cole2012-10-172-12/+51
| |\
| | * CTest: Ensure CTEST_USE_LAUNCHERS behaves nicely in Superbuild setupJean-Christophe Fillion-Robin2012-10-162-12/+51
| * | Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig'David Cole2012-10-1717-58/+92
| |\ \
| | * | Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-1717-58/+92
| * | | Merge topic 'generator-expression-bug-fixes'David Cole2012-10-1717-23/+225
| |\ \ \ | | |/ /
| | * | GenEx: Fix reporting about not-found include directories and libraries.Stephen Kelly2012-10-1710-10/+110
| | * | GenEx: Replace some failing tests with Borland and NMake makefiles.Stephen Kelly2012-10-172-6/+4
| | * | GenEx: Add some more asserts to verify code-sanity.Stephen Kelly2012-10-171-0/+12
| | * | GenEx: Break if there are no more commas in the containerStephen Kelly2012-10-171-0/+4
| | * | GenEx: Fix termination bugs in generator expression parser.Stephen Kelly2012-10-173-13/+68
| | * | GenEx: Test the use of generator expressions to generate lists.Stephen Kelly2012-10-174-0/+16
| | * | GenEx: Parse colon after arguments separator colon specially.Stephen Kelly2012-10-173-2/+19
| * | | Merge topic 'fix-13578-wrong-reg-key'David Cole2012-10-171-1/+1
| |\ \ \
| | * | | NSIS: Fix incorrect uninstall registry key name (#13578)David Cole2012-10-161-1/+1
| * | | | Merge topic 'fix-postgres-debian'David Cole2012-10-171-0/+1
| |\ \ \ \
| | * | | | Find PostgreSQL headers on DebianPere Nubiola i Radigales2012-10-151-0/+1
| * | | | | Merge topic 'AutomocFixDuplicatedFiles_13572'David Cole2012-10-171-1/+2
| |\ \ \ \ \
| | * | | | | Automoc: fix #13572: issue with symbolic linksAlex Neundorf2012-10-141-1/+2
| * | | | | | Merge topic 'CPack-ArchiveGen-andDESTIR_ON'David Cole2012-10-171-1/+1
| |\ \ \ \ \ \
| | * | | | | | Make CPACK_SET_DESTDIR work with archive generator + component-based packagingEric NOULARD2012-10-141-1/+1
| * | | | | | | Merge topic 'fix-some-CPackDoc-typos'David Cole2012-10-171-4/+14
| |\ \ \ \ \ \ \
| | * | | | | | | Document CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY and fix some typo.Eric NOULARD2012-10-141-4/+14
| | |/ / / / / /
| * | | | | | | Merge topic 'Fix-XXX_ON_ABSOLUTE_INSTALL_DESTINATION-handling'David Cole2012-10-171-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | CPACK_XX_ON_ABSOLUTE_INSTALL_DESTINATION is now properly checked for ON/OFFEric NOULARD2012-10-141-2/+2
| | |/ / / / / /
| * | | | | | | Merge topic 'suncc-compile-fix'David Cole2012-10-171-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Attempt to fix the compile of cmake on Sun CC.Stephen Kelly2012-10-111-1/+4
| * | | | | | | | Merge topic 'codeblocks-cdefs'David Cole2012-10-171-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix regression: write compile definitions if anyPeter Kümmel2012-10-111-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge topic 'FortranCInterface-verify-flags'David Cole2012-10-171-1/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | FortranCInterface: Pass all flags to VERIFY project (#13579)Brad King2012-10-101-1/+5
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge topic 'test-ctest-memcheck'David Cole2012-10-1734-80/+533
| |\ \ \ \ \ \ \ \
| | * | | | | | | | CTest: add a check with a quoted memory checkerRolf Eike Beer2012-10-044-4/+39
| | * | | | | | | | CTest: add a test for CTEST_CUSTOM_MEMCHECK_IGNORERolf Eike Beer2012-10-044-1/+45
| | * | | | | | | | CTest: improve memory checker type detectionRolf Eike Beer2012-10-041-69/+89
| | * | | | | | | | CTest: add tests that simulate memcheck runsRolf Eike Beer2012-10-0426-0/+356
| | * | | | | | | | CTest: fix pre and post test commands with spacesRolf Eike Beer2012-10-011-2/+3
| | * | | | | | | | CTest: fix usage of memory checker with spaces in pathRolf Eike Beer2012-10-011-9/+6
| * | | | | | | | | CMake Nightly Date StampKitware Robot2012-10-171-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | CMake Nightly Date StampKitware Robot2012-10-161-1/+1
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | CMake Nightly Date StampKitware Robot2012-10-151-1/+1
| * | | | | | | CMake Nightly Date StampKitware Robot2012-10-141-1/+1
| | |_|_|/ / / | |/| | | | |
| * | | | | | CMake Nightly Date StampKitware Robot2012-10-131-1/+1
* | | | | | | Fixed Sublime Text project generation for in-source buildsMorné Chamberlain2012-10-141-14/+26
* | | | | | | Added a CMAKE_SUBLIMECLANG_DISABLED variable that disables SublimeClang.Morné Chamberlain2012-10-142-1/+22
* | | | | | | The generator no longer generates absolute paths to the ninja.build/Makefiles.Morné Chamberlain2012-10-141-5/+4
* | | | | | | The generator no longer generates an explicit list of source files.Morné Chamberlain2012-10-142-154/+9
* | | | | | | Added and cleaned up some comments.Morné Chamberlain2012-10-132-3/+13
* | | | | | | Fixed support for the Ninja build system.Morné Chamberlain2012-10-131-10/+31
* | | | | | | Cleaned up the Sublime Text 2 Generator code a bit.Morné Chamberlain2012-10-132-86/+130