Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge topic 'link-depends-no-shared' | Brad King | 2012-11-13 | 5 | -0/+73 | |
|\ \ \ \ | ||||||
| * | | | | Teach BuildDepends test to cover LINK_DEPENDS_NO_SHARED | Brad King | 2012-11-09 | 5 | -0/+73 | |
* | | | | | Merge topic 'deprecate-load_command' | Brad King | 2012-11-13 | 5 | -0/+14 | |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | load_command: Deprecate and document pending removal | Brad King | 2012-11-07 | 5 | -0/+14 | |
* | | | | Merge topic 'FixImplicitDepends2' | Brad King | 2012-11-06 | 2 | -1/+4 | |
|\ \ \ \ | ||||||
| * | | | | AddCustomCommand: Handle multiple IMPLICIT_DEPENDS files (#10048) | Alex Neundorf | 2012-11-06 | 2 | -1/+4 | |
* | | | | | Merge topic 'start-contributing-irc-session' | Brad King | 2012-11-06 | 22 | -40/+187 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add several get_property() tests | Petr Kmoch | 2012-11-02 | 1 | -0/+17 | |
| * | | | | | GetProperty test: move doc property tests into main process | Rolf Eike Beer | 2012-11-02 | 2 | -16/+11 | |
| * | | | | | list: add tests for CMP0007 behavior | Rolf Eike Beer | 2012-11-02 | 2 | -0/+20 | |
| * | | | | | Add test to secure the file(GLOB empty) behavior. | Amine Chadly | 2012-11-02 | 1 | -0/+5 | |
| * | | | | | file: remove dead code | Amine Chadly | 2012-11-02 | 3 | -0/+9 | |
| * | | | | | Consolidate list() argument count testing | Petr Kmoch | 2012-11-02 | 2 | -12/+20 | |
| * | | | | | Add tests for list() invalid arguments | Petr Kmoch | 2012-11-02 | 10 | -0/+39 | |
| * | | | | | Add tests for list() argument count | Petr Kmoch | 2012-11-02 | 6 | -0/+49 | |
| * | | | | | CMakeTests: allow to call the check_cmake_test macro with a given file | Rolf Eike Beer | 2012-11-02 | 1 | -24/+29 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'FindQt-MajorVersionSelection-test' | Brad King | 2012-11-06 | 1 | -0/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindQt: add to MajorVersionSelection test | Rolf Eike Beer | 2012-11-01 | 1 | -0/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'fix-genex-CONFIG' | Brad King | 2012-11-06 | 3 | -0/+10 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | GenEx: Use case insensitive comparison for $<CONFIG:...> | Stephen Kelly | 2012-11-05 | 3 | -0/+10 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'test-major-version' | David Cole | 2012-10-31 | 3 | -1/+69 | |
|\ \ \ \ | ||||||
| * | | | | Tests: add MajorVersionSelection tests | Rolf Eike Beer | 2012-10-31 | 3 | -1/+69 | |
| |/ / / | ||||||
* | | | | Merge topic 'generator-expression-bug-fixes' | David Cole | 2012-10-31 | 6 | -0/+26 | |
|\ \ \ \ | ||||||
| * | | | | GenEx: Test early determination of AND and OR | Stephen Kelly | 2012-10-20 | 6 | -0/+26 | |
* | | | | | 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 | |
| |\ \ \ \ | | | |/ / | | |/| | |