Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵ | Andy Cedilnik | 2004-05-04 | 2 | -27/+36 |
| | | | | on borland for now. | ||||
* | fix warning | Ken Martin | 2004-05-04 | 1 | -1/+1 |
| | |||||
* | ENH: Cleanup example a bit | Andy Cedilnik | 2004-05-03 | 1 | -43/+41 |
| | |||||
* | ENH: After running test clear results for memory checking | Andy Cedilnik | 2004-05-03 | 1 | -0/+1 |
| | |||||
* | ENH: Skip tests that do not have defects | Andy Cedilnik | 2004-05-03 | 1 | -2/+19 |
| | |||||
* | ENH: support STDDEF and cleanup | Andy Cedilnik | 2004-05-03 | 2 | -7/+10 |
| | |||||
* | minor backwards fix | Ken Martin | 2004-05-03 | 1 | -0/+7 |
| | |||||
* | BUG: fix to make spaces in paths work for jump over with borland and nmake ↵ | Bill Hoffman | 2004-05-03 | 1 | -1/+1 |
| | | | | on second build | ||||
* | ENH: Remove warning | Andy Cedilnik | 2004-05-03 | 2 | -0/+8 |
| | |||||
* | ENH: Documented use of \1 syntax in replace expression. | Brad King | 2004-05-03 | 1 | -1/+4 |
| | |||||
* | ENH: fix warnings in test | Bill Hoffman | 2004-05-03 | 2 | -14/+16 |
| | |||||
* | ENH: remove warnings in tests | Bill Hoffman | 2004-05-02 | 3 | -2/+3 |
| | |||||
* | BUG: putenv syntax was wrong and caused a crash on the SGI | Bill Hoffman | 2004-05-02 | 1 | -2/+2 |
| | |||||
* | better if expression support | Ken Martin | 2004-05-01 | 2 | -122/+286 |
| | |||||
* | fix to find opengl on some osf systems | Ken Martin | 2004-05-01 | 1 | -0/+2 |
| | |||||
* | ERR: Remove warning about shadow variables | Andy Cedilnik | 2004-05-01 | 1 | -3/+3 |
| | |||||
* | ENH: Remove warnings | Andy Cedilnik | 2004-04-30 | 4 | -0/+4 |
| | |||||
* | ENH: Remove warning | Andy Cedilnik | 2004-04-30 | 1 | -1/+2 |
| | |||||
* | ENH: Add environment variable that Dart sets so that tests can know they are ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+2 |
| | | | | being tested from Dart/CTest | ||||
* | ENH: link in more than just python | Bill Hoffman | 2004-04-30 | 1 | -3/+9 |
| | |||||
* | ENH: Report filename of the note | Andy Cedilnik | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: More paths | Andy Cedilnik | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: add another place to look for swig.exe | Bill Hoffman | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: try to find swig.exe in SWIG_DIR | Bill Hoffman | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for notes in Testing/Notes subdirectory. This way test can ↵ | Andy Cedilnik | 2004-04-30 | 1 | -0/+25 |
| | | | | write notes that will be reported | ||||
* | ENH: Here is test for swig module | Andy Cedilnik | 2004-04-30 | 11 | -0/+510 |
| | |||||
* | ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵ | Andy Cedilnik | 2004-04-30 | 6 | -0/+405 |
| | | | | support module to cmake | ||||
* | BUG: remove duplicate depend on cache file and use of make variable in make ↵ | Bill Hoffman | 2004-04-30 | 1 | -4/+4 |
| | | | | target | ||||
* | ENH: remove unused variable | Bill Hoffman | 2004-04-30 | 1 | -1/+0 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2004-04-30 | 1 | -7/+11 |
| | |||||
* | BUG: add missing install file | Bill Hoffman | 2004-04-30 | 1 | -0/+1 |
| | |||||
* | ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ↵ | Brad King | 2004-04-29 | 1 | -0/+17 |
| | | | | -no_implicit_include for the Compaq compiler on OSF. | ||||
* | ENH: Add ARGV and ARGN support to MACRO command. ARGV is the list of all ↵ | Andy Cedilnik | 2004-04-29 | 5 | -1/+87 |
| | | | | arguments and ARGN is the list of all nonexpected arguments | ||||
* | ENH: Add RANGE support to FOREACH | Andy Cedilnik | 2004-04-29 | 3 | -2/+103 |
| | |||||
* | BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵ | Andy Cedilnik | 2004-04-29 | 2 | -5/+8 |
| | | | | other stream and produce the funky hex number. This makes it impossible to compile such a code. Adding that exposed a whole bunch of places in CMake where streams were used wrongly | ||||
* | BUG: Most of time when asking if file exists, we actually want to read it... ↵ | Andy Cedilnik | 2004-04-29 | 1 | -3/+3 |
| | | | | Should fix Bug #809 - FIND_INCLUDE should check readability | ||||
* | ENH: remove warning | Bill Hoffman | 2004-04-29 | 1 | -0/+1 |
| | |||||
* | ENH: remove warnings | Bill Hoffman | 2004-04-29 | 2 | -3/+2 |
| | |||||
* | BUG: fix crash from bug id 806 | Bill Hoffman | 2004-04-29 | 1 | -0/+3 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 121 add some docs for MFC flag | Bill Hoffman | 2004-04-28 | 2 | -1/+12 |
| | |||||
* | BUG: fix for bug 116 platform files can now specify directories that should ↵ | Bill Hoffman | 2004-04-28 | 2 | -1/+16 |
| | | | | not be added by CMAKE | ||||
* | ENH: make test driver more flexible by using a configured file instead of ↵ | Bill Hoffman | 2004-04-28 | 3 | -156/+213 |
| | | | | generating all the code. fixes bug 28 | ||||
* | ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵ | Andy Cedilnik | 2004-04-28 | 3 | -0/+18 |
| | | | | Add auto preload file support in CMake | ||||
* | ENH: Encode object files with funny characters in the name. It should fix ↵ | Andy Cedilnik | 2004-04-28 | 2 | -4/+53 |
| | | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs | ||||
* | ENH: add a test for EQUAL in if | Bill Hoffman | 2004-04-28 | 6 | -0/+78 |
| | |||||
* | ENH: More special cases | Andy Cedilnik | 2004-04-28 | 2 | -0/+7 |
| | |||||
* | ENH: fixes for optional flag arguments to check include macros | Bill Hoffman | 2004-04-28 | 2 | -5/+15 |
| | |||||
* | BUG: fix logic in EQUAL if test | Bill Hoffman | 2004-04-28 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 80, check include cxx now has an optional argument that can ↵ | Bill Hoffman | 2004-04-28 | 1 | -0/+11 |
| | | | | is added to the cxx flags |