Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -0/+1 |
| | | | | project to a file | ||||
* | remove trailing slash from findpath command | Bill Hoffman | 2003-01-17 | 1 | -3/+4 |
| | |||||
* | ENH: fix for compilers that need _ | Ken Martin | 2003-01-16 | 1 | -7/+16 |
| | |||||
* | ENH: add the config directory to look for the loadable module | Bill Hoffman | 2003-01-16 | 1 | -0/+5 |
| | |||||
* | ENH: add testing for modules and one two config modes for cmaketest | Bill Hoffman | 2003-01-15 | 4 | -1/+46 |
| | |||||
* | BUG: fix CMAKE_C_FLAGS for visual studio 6, and add a test case | Bill Hoffman | 2003-01-13 | 1 | -2/+0 |
| | |||||
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 1 | -0/+8 |
| | |||||
* | BUG: fix for backwards compatibility | Bill Hoffman | 2002-12-20 | 1 | -0/+1 |
| | |||||
* | ENH: Added test for generated header included by non-generated source. | Brad King | 2002-12-13 | 4 | -3/+25 |
| | |||||
* | BUG: Can't double-quote foreach arguments. | Brad King | 2002-12-12 | 2 | -2/+2 |
| | |||||
* | BUG: Fixed STRING(REGEX REPLACE ...) and added better test. | Brad King | 2002-11-06 | 1 | -4/+5 |
| | |||||
* | ENH: Added STRING command. | Brad King | 2002-11-06 | 1 | -0/+17 |
| | |||||
* | added test of SET CACHE FORCE | Ken Martin | 2002-10-09 | 3 | -0/+15 |
| | |||||
* | Remove bogus exec_program | Ken Martin | 2002-10-01 | 1 | -1/+0 |
| | |||||
* | Use cmake echo | Andy Cedilnik | 2002-09-27 | 1 | -2/+2 |
| | |||||
* | add rpcrt4.lib because of CMakeLib needing it | Bill Hoffman | 2002-08-30 | 1 | -1/+4 |
| | |||||
* | now needs dynlib support | Ken Martin | 2002-08-28 | 1 | -1/+5 |
| | |||||
* | added new form of Set source file properties command | Ken Martin | 2002-08-26 | 1 | -0/+9 |
| | |||||
* | no more dll for plugin | Bill Hoffman | 2002-08-23 | 1 | -8/+0 |
| | |||||
* | remoevd shared lib | Ken Martin | 2002-08-23 | 1 | -14/+1 |
| | |||||
* | BUG: fix for cygwin | Bill Hoffman | 2002-08-23 | 1 | -1/+3 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 1 | -0/+3 |
| | |||||
* | BUG: fix for borland and a shared CMakeLib | Bill Hoffman | 2002-08-22 | 2 | -1/+6 |
| | |||||
* | complex test needs the dll | Ken Martin | 2002-08-22 | 1 | -0/+10 |
| | |||||
* | added macro test | Ken Martin | 2002-08-13 | 1 | -1/+11 |
| | |||||
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 1 | -3/+3 |
| | |||||
* | ENH: Added test for IF inside a FOREACH. | Brad King | 2002-07-16 | 3 | -2/+28 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -2/+2 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | ENH: Added configuration of CMAKE_NO_ANSI_STRING_STREAM. It is defined when ↵ | Brad King | 2002-06-21 | 1 | -0/+1 |
| | | | | the sstream header does not exist. | ||||
* | *** empty log message *** | Bill Hoffman | 2002-06-19 | 1 | -1/+1 |
| | |||||
* | ENH: try and fix link problem on dec | Bill Hoffman | 2002-06-18 | 1 | -0/+7 |
| | |||||
* | changed CCOMMAND to CMAKE | Ken Martin | 2002-06-03 | 1 | -2/+2 |
| |