| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: fix build with Xcode project was missing | Bill Hoffman | 2008-07-31 | 1 | -1/+2 |
|
|
* | ENH: Add test for the new CPack BundleGenerator. Thanks to Tim Shead for the ... | David Cole | 2008-07-30 | 7 | -0/+78 |
|
|
* | ENH: remove test that does not work on all compilers | Bill Hoffman | 2008-07-16 | 1 | -32/+0 |
|
|
* | ENH: add a test for bug 7316 | Bill Hoffman | 2008-07-15 | 1 | -0/+33 |
|
|
* | ENH: Use new cpack_add_component macro (and friends) from the CPackComponents... | David Cole | 2008-07-08 | 1 | -48/+28 |
|
|
* | ENH: add get_test_property to bootstrap so bootstrap builds test the same as ... | Bill Hoffman | 2008-07-07 | 1 | -10/+0 |
|
|
* | BUG: Replace non-bootstrap command with macro | Brad King | 2008-07-03 | 1 | -0/+9 |
|
|
* | ENH: Remove condition on use of CMake 2.4 commands | Brad King | 2008-07-03 | 1 | -39/+30 |
|
|
* | COMP: Don't set properties on a non-existing test | Brad King | 2008-07-03 | 1 | -1/+1 |
|
|
* | ENH: add initial ctest -j feature | Bill Hoffman | 2008-07-03 | 1 | -0/+9 |
|
|
* | ENH: support parenthesis as arguments and in conditionals feature request #6191 | Ken Martin | 2008-06-26 | 9 | -0/+48 |
|
|
* | BUG: Avoid running the new CPackComponents test on Windows unless the NSIS in... | David Cole | 2008-06-19 | 1 | -2/+22 |
|
|
* | BUG: Be more specific about the expected file name of the installer. (So we d... | David Cole | 2008-06-18 | 1 | -2/+2 |
|
|
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack... | David Cole | 2008-06-17 | 8 | -43/+208 |
|
|
* | ENH: try turning this on again | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
|
|
* | ENH: turn this off until it passes on all systems | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
|
|
* | ENH: add a project name | Bill Hoffman | 2008-06-17 | 1 | -1/+1 |
|
|
* | ENH: fix find module stuff for test | Bill Hoffman | 2008-06-16 | 1 | -0/+1 |
|
|
* | ENH: add test which executes all FindXXX.cmake modules | Alexander Neundorf | 2008-06-16 | 3 | -0/+34 |
|
|
* | ENH: Add test for new find_* command HINTS option. | Brad King | 2008-06-09 | 5 | -0/+25 |
|
|
* | BUG: Fix CMake.FindBase test to normalize paths before comparing. | Brad King | 2008-06-08 | 1 | -0/+4 |
|
|
* | BUG: Fix new custom command with make-var expansion test on VS6. The VS6 IDE... | Brad King | 2008-06-05 | 1 | -2/+8 |
|
|
* | ENH: Add test for make variable replacement in a custom command with the VERB... | Brad King | 2008-06-04 | 2 | -0/+14 |
|
|
* | ENH: Remove SKIP_RULE_DEPENDS option from add_custom_command() | Brad King | 2008-06-02 | 3 | -11/+1 |
|
|
* | ENH: Update BuildDepends test to check #include lines with macros. | Brad King | 2008-05-14 | 5 | -12/+75 |
|
|
* | ENH: Add SKIP_RULE_DEPENDS option for add_custom_command() | Brad King | 2008-05-14 | 3 | -1/+11 |
|
|
* | BUG: Fix escaping of more characters on Windows shells. | Brad King | 2008-04-30 | 1 | -13/+21 |
|
|
* | BUG: Do not escape shell operators when generating command lines. | Brad King | 2008-04-29 | 5 | -3/+37 |
|
|
* | ENH: Add test of preservation of static libraries on original link lines. | Brad King | 2008-04-23 | 6 | -0/+21 |
|
|
* | BUG: Allow timeouts larger than 1500 for tests that may take longer than 25 m... | David Cole | 2008-04-19 | 1 | -4/+18 |
|
|
* | ENH: use a common CPACK_BINARY_ prefix for the binary package generators | Alexander Neundorf | 2008-04-17 | 1 | -0/+1 |
|
|
* | BUG: A per-config target name postfix should be ignored for Mac bundle and fr... | Brad King | 2008-04-14 | 1 | -0/+1 |
|
|
* | ENH: add a simple x11 test for packaging | Bill Hoffman | 2008-04-11 | 2 | -2/+11 |
|
|
* | ENH: add a simple x11 program | Bill Hoffman | 2008-04-11 | 1 | -0/+145 |
|
|
* | BUG: Correct Mac OS X framework behavior | Brad King | 2008-04-08 | 2 | -1/+6 |
|
|
* | ENH: support unset of properties | Ken Martin | 2008-04-01 | 1 | -3/+35 |
|
|
* | BUG: Fix Fortran test to use more portable comment syntax in fixed format sou... | Brad King | 2008-03-28 | 1 | -3/+3 |
|
|
* | BUG: make test more robust | Ken Martin | 2008-03-25 | 1 | -2/+1 |
|
|
* | BUG: add debugging into to check out a problem | Ken Martin | 2008-03-25 | 1 | -0/+2 |
|
|
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 70 | -2/+72 |
|
|
* | ENH: Add "if(POLICY policy-id)" option for IF command. | Brad King | 2008-03-20 | 3 | -0/+15 |
|
|
* | BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Test... | Brad King | 2008-03-20 | 2 | -2/+2 |
|
|
* | ENH: add REMOVE_DUPLICATES subcommand to LIST command (and test). Remove dupl... | Sebastien Barre | 2008-03-12 | 1 | -0/+4 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 2 | -0/+2 |
|
|
* | ENH: Add script GetPrerequisites.cmake to help analyze what shared libraries ... | David Cole | 2008-03-04 | 2 | -2/+159 |
|
|
* | BUG: Fix typo XCode -> Xcode in Preprocess test. | Brad King | 2008-03-01 | 1 | -2/+2 |
|
|
* | ENH: Update Preprocess test to distinguish between the make tool or compiler ... | Brad King | 2008-03-01 | 1 | -27/+75 |
|
|
* | ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten... | Brad King | 2008-02-14 | 4 | -8/+19 |
|
|
* | BUG: Need ANSI C. | Brad King | 2008-02-08 | 1 | -0/+2 |
|
|
* | ENH: Make Dependency test Case2 require two traversals of a static library loop. | Brad King | 2008-02-07 | 6 | -6/+11 |
|
|