| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'FindIcotool' | David Cole | 2012-10-31 | 1 | -2/+3 |
|\ |
|
| * | Add module FindIcotool | Aleksey Avdeev | 2012-10-16 | 1 | -2/+3 |
|
|
* | | Merge topic 'find_library-NAMES_PER_DIR' | David Cole | 2012-10-31 | 3 | -18/+31 |
|\ \ |
|
| * | | find_library: Optionally consider all names in each directory | Brad King | 2012-09-25 | 3 | -0/+13 |
|
|
| * | | find_library: Generalize helper macro in test case | Brad King | 2012-09-25 | 1 | -18/+18 |
|
|
* | | | Merge topic 'genex-validate-target-property-names' | David Cole | 2012-10-23 | 2 | -0/+12 |
|\ \ \ |
|
| * | | | GexEx: Validate Target names and property names differently. | Stephen Kelly | 2012-10-22 | 2 | -0/+12 |
|
|
* | | | | SelectLibraryConfigurations: fix for release and debug libs being the same | Rolf Eike Beer | 2012-10-21 | 1 | -0/+4 |
|
|
* | | | | SelectLibraryConfigurations: add testcase | Rolf Eike Beer | 2012-10-21 | 2 | -0/+62 |
|/ / / |
|
* | | | Merge topic 'generator-expression-bug-fixes' | David Cole | 2012-10-17 | 12 | -0/+91 |
|\ \ \ |
|
| * | | | GenEx: Fix reporting about not-found include directories and libraries. | Stephen Kelly | 2012-10-17 | 6 | -0/+23 |
|
|
| * | | | GenEx: Replace some failing tests with Borland and NMake makefiles. | Stephen Kelly | 2012-10-17 | 2 | -6/+4 |
|
|
| * | | | GenEx: Fix termination bugs in generator expression parser. | Stephen Kelly | 2012-10-17 | 2 | -0/+44 |
|
|
| * | | | 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 | 2 | -0/+10 |
| | |/
| |/| |
|
* | | | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 32 | -0/+435 |
|\ \ \
| |/ /
|/| | |
|
| * | | 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: add tests that simulate memcheck runs | Rolf Eike Beer | 2012-10-04 | 26 | -0/+356 |
|
|
* | | | GenEx: Add tests for "0" and "1" expressions with literal commas. | Stephen Kelly | 2012-10-09 | 2 | -0/+4 |
|
|
* | | | GenEx: Add test for $<BOOL:> with empty parameter. | Stephen Kelly | 2012-10-09 | 2 | -0/+2 |
|
|
* | | | GenEx: Validate target and property names. | Stephen Kelly | 2012-10-09 | 25 | -0/+125 |
|
|
* | | | GenEx: Parse comma after colon tokens specially | Stephen Kelly | 2012-10-09 | 7 | -1/+51 |
|
|
* | | | GenEx: Report actual target name not found, not "0" each time. | Stephen Kelly | 2012-10-09 | 4 | -0/+15 |
|
|
* | | | Merge topic 'export-sets' | Brad King | 2012-10-01 | 4 | -0/+21 |
|\ \ \ |
|
| * \ \ | Merge topic 'AutomocUseTargetProperties' into export-sets | Alex Neundorf | 2012-09-30 | 10 | -8/+144 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | exports: add a test for exporting dependent targets | Alex Neundorf | 2012-09-30 | 4 | -0/+21 |
|
|
* | | | | Merge topic 'vs-pdb-output' | Brad King | 2012-10-01 | 9 | -0/+102 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Run PDBDirectoryAndName test on MSVC and Intel | Brad King | 2012-09-29 | 2 | -3/+8 |
|
|
| * | | | Document that PDB_(NAME|OUTPUT_DIRECTORY) are ignored for VS 6 | Brad King | 2012-09-25 | 1 | -0/+5 |
|
|
| * | | | Verify that PDB_(NAME|OUTPUT_DIRECTORY) are honored in test | Brad King | 2012-09-25 | 2 | -0/+36 |
|
|
| * | | | Add PDB_OUTPUT_DIRECTORY and PDB_NAME target properties (#10830) | Yuchen Deng | 2012-09-25 | 8 | -0/+56 |
| | |/
| |/| |
|
* | | | Merge topic 'generator-expression-target-properties' | Brad King | 2012-09-28 | 28 | -0/+175 |
|\ \ \ |
|
| * | | | Process generator expressions in the COMPILE_DEFINITIONS target property. | Stephen Kelly | 2012-09-28 | 9 | -0/+51 |
|
|
| * | | | Process generator expressions in the INCLUDE_DIRECTORIES property. | Stephen Kelly | 2012-09-28 | 18 | -0/+90 |
|
|
| * | | | Extend the generator expression language with more logic. | Stephen Kelly | 2012-09-28 | 2 | -0/+34 |
| |/ / |
|
* | | | Merge topic 'osx-sysroot-cleanup' | David Cole | 2012-09-25 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Tests/Assembler: Use CMAKE_OSX_SYSROOT to generate .s file | Brad King | 2012-09-21 | 1 | -0/+3 |
| |/ / |
|
* | | | file(DOWNLOAD): Change EXPECTED_HASH to take ALGO=value | Brad King | 2012-09-19 | 1 | -6/+6 |
|/ / |
|
* | | Merge topic 'generator-expression-refactor' | Brad King | 2012-09-19 | 8 | -7/+136 |
|\ \ |
|
| * | | cmGeneratorExpression: Re-write for multi-stage evaluation | Stephen Kelly | 2012-09-18 | 8 | -7/+136 |
|
|
* | | | Merge topic 'ExternalProject-check-hashes' | David Cole | 2012-09-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ExternalProject: Generalize URL_MD5 option to URL_HASH | Brad King | 2012-09-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge topic 'if-version-depth' | David Cole | 2012-09-18 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | if: Compare up to 8 components in VERSION tests | Brad King | 2012-09-11 | 1 | -0/+7 |
| |/ |
|
* | | file(DOWNLOAD): Generalize EXPECTED_MD5 to EXPECTED_HASH | Bill Hoffman | 2012-09-11 | 1 | -0/+53 |
|/ |
|
* | Merge topic 'msvc-compiler-info' | Brad King | 2012-08-31 | 1 | -0/+11 |
|\ |
|
| * | VS: Fix MSVC_IDE definition recently broken by refactoring | Brad King | 2012-08-30 | 1 | -0/+11 |
|
|
| * | Merge branch 'cmake-platform-info-version' into msvc-compiler-info | Brad King | 2012-08-30 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge topic 'fix-Qt-casing' | Brad King | 2012-08-30 | 1 | -4/+4 |
|\ \ \ |
|