Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Now really fix the test | Andy Cedilnik | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | COMP: Fix test | Andy Cedilnik | 2005-12-29 | 1 | -0/+1 |
| | |||||
* | COMP: Fix complex test and fix bootstrap | Andy Cedilnik | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | ENH: fix bug 2087 lib prefix stripped off on windows | Bill Hoffman | 2005-08-10 | 1 | -0/+1 |
| | |||||
* | ENH: make sure CMAKE_C_FLAGS are not clobbered | Bill Hoffman | 2005-08-01 | 1 | -1/+1 |
| | |||||
* | ENH: use ansi flags | Bill Hoffman | 2005-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: no c++ comments in a c file | Bill Hoffman | 2005-07-31 | 1 | -2/+2 |
| | |||||
* | ENH: do not test for c and cxx flags on visual studio as it does not work yet | Bill Hoffman | 2005-07-29 | 2 | -11/+18 |
| | |||||
* | ENH: add new test to make sure c and cxx flags are going to the right files | Bill Hoffman | 2005-07-29 | 3 | -1/+34 |
| | |||||
* | ENH: Do 4 files | Andy Cedilnik | 2005-07-14 | 1 | -12/+28 |
| | |||||
* | ENH: Add a test for cmGeneratedFileStream | Andy Cedilnik | 2005-07-14 | 1 | -0/+69 |
| | |||||
* | ENH: added testing of the WHILE command | Ken Martin | 2005-06-30 | 3 | -0/+20 |
| | |||||
* | ENH: remove requirements on 1.2 | Ken Martin | 2005-06-08 | 1 | -1/+1 |
| | |||||
* | ENH: shift to using ADD_SUBDIRECTORY | Ken Martin | 2005-06-08 | 2 | -2/+3 |
| | |||||
* | ENH: removed old commands | Ken Martin | 2005-06-02 | 1 | -3/+3 |
| | |||||
* | ENH: removed use of ABSTRACT command | Ken Martin | 2005-06-02 | 1 | -3/+1 |
| | |||||
* | ENH: try to see if there is still a problem | Bill Hoffman | 2005-03-11 | 1 | -1/+1 |
| | |||||
* | ENH: make it pass anyway so I can see debug info | Bill Hoffman | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | ENH: try and debug the failed test on the continuous | Bill Hoffman | 2005-03-03 | 1 | -0/+1 |
| | |||||
* | ENH: try number two with topological sort | Bill Hoffman | 2005-03-03 | 1 | -11/+36 |
| | |||||
* | ENH: reverse last changes to avoid dashboard failures | Bill Hoffman | 2005-03-02 | 1 | -23/+0 |
| | |||||
* | ENH: fix library ordering stuff to use a topological sort | Bill Hoffman | 2005-03-02 | 2 | -1/+101 |
| | |||||
* | ENH: Added full pre-build/pre-link/post-build testing for both library and ↵ | Brad King | 2005-02-25 | 3 | -12/+41 |
| | | | | executable targets. | ||||
* | ENH: Added partial test for include regular expressions. | Brad King | 2005-02-07 | 2 | -1/+5 |
| | |||||
* | ENH: Link to cmzlib | Andy Cedilnik | 2005-01-27 | 1 | -1/+2 |
| | |||||
* | COMP: Add proper link directory | Andy Cedilnik | 2005-01-18 | 1 | -0/+1 |
| | |||||
* | COMP: Add cmexpat to complex | Andy Cedilnik | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | FIX: go back to not trying to handle spaces in the path for run single ↵ | Bill Hoffman | 2004-10-25 | 1 | -1/+2 |
| | | | | command and comment it so that people know to call the right thing | ||||
* | ENH: add test back for single char exe | Bill Hoffman | 2004-10-25 | 1 | -0/+28 |
| | |||||
* | remove run program test until run single command is fixed | Bill Hoffman | 2004-10-23 | 1 | -28/+0 |
| | |||||
* | ENH: add missing file | Bill Hoffman | 2004-10-22 | 1 | -0/+4 |
| | |||||
* | FIX: fix the problem where a target is a single character and nmake gets ↵ | Bill Hoffman | 2004-10-22 | 2 | -1/+29 |
| | | | | confused and add a test for it | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -2/+2 |
| | | | | to enable a language without modifing cmake source code | ||||
* | ENH: fix tests to work with in source builds | Bill Hoffman | 2004-05-04 | 1 | -8/+12 |
| | |||||
* | ENH: Remove warnings | Andy Cedilnik | 2004-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵ | Andy Cedilnik | 2004-04-29 | 1 | -0/+15 |
| | | | | arguments and ARGN is the list of all nonexpected arguments | ||||
* | ENH: add a test for EQUAL in if | Bill Hoffman | 2004-04-28 | 2 | -0/+26 |
| | |||||
* | added tests for var args with macros | Ken Martin | 2004-04-26 | 2 | -0/+19 |
| | |||||
* | ENH: Add test for REMOVE_DEFINITION | Andy Cedilnik | 2004-04-15 | 4 | -11/+21 |
| | |||||
* | BUG: remove bundle_loader stuff it did not work with spaces in the path and ↵ | Bill Hoffman | 2003-08-28 | 1 | -3/+0 |
| | | | | is not needed for this test | ||||
* | ENH: remove the -flat_namespace and -undefined suppress hacks from | Yves Starreveld | 2003-08-28 | 1 | -0/+3 |
| | | | | | | ENH: CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example to specify a -bundle loader for the ENH: shared module that it builds. | ||||
* | ENH: MinGW build now passes all the tests | Bill Hoffman | 2003-08-27 | 3 | -8/+14 |
| | |||||
* | BUG: fix the test | Bill Hoffman | 2003-08-07 | 1 | -6/+6 |
| | |||||
* | ENH: improve coverage | Bill Hoffman | 2003-08-07 | 2 | -0/+12 |
| | |||||
* | add missing file | Bill Hoffman | 2003-08-01 | 1 | -0/+4 |
| | |||||
* | BUG (85): allow . to be in the name of an executable | Bill Hoffman | 2003-08-01 | 1 | -0/+1 |
| | |||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -2/+3 |
| | |||||
* | Remove bogus flags from cmStandardIncludes and make complex test pass | Andy Cedilnik | 2003-03-26 | 1 | -0/+1 |
| | |||||
* | BUG: fix REMOVE test | Bill Hoffman | 2003-03-21 | 1 | -1/+1 |
| | |||||
* | ENH: add a better test for lib deps | Bill Hoffman | 2003-02-03 | 1 | -0/+1 |
| |