summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ↵Andy Cedilnik2004-05-042-27/+36
| | | | on borland for now.
* fix warningKen Martin2004-05-041-1/+1
|
* ENH: Cleanup example a bitAndy Cedilnik2004-05-031-43/+41
|
* ENH: After running test clear results for memory checkingAndy Cedilnik2004-05-031-0/+1
|
* ENH: Skip tests that do not have defectsAndy Cedilnik2004-05-031-2/+19
|
* ENH: support STDDEF and cleanupAndy Cedilnik2004-05-032-7/+10
|
* minor backwards fixKen Martin2004-05-031-0/+7
|
* BUG: fix to make spaces in paths work for jump over with borland and nmake ↵Bill Hoffman2004-05-031-1/+1
| | | | on second build
* ENH: Remove warningAndy Cedilnik2004-05-032-0/+8
|
* ENH: Documented use of \1 syntax in replace expression.Brad King2004-05-031-1/+4
|
* ENH: fix warnings in testBill Hoffman2004-05-032-14/+16
|
* ENH: remove warnings in testsBill Hoffman2004-05-023-2/+3
|
* BUG: putenv syntax was wrong and caused a crash on the SGIBill Hoffman2004-05-021-2/+2
|
* better if expression supportKen Martin2004-05-012-122/+286
|
* fix to find opengl on some osf systemsKen Martin2004-05-011-0/+2
|
* ERR: Remove warning about shadow variablesAndy Cedilnik2004-05-011-3/+3
|
* ENH: Remove warningsAndy Cedilnik2004-04-304-0/+4
|
* ENH: Remove warningAndy Cedilnik2004-04-301-1/+2
|
* ENH: Add environment variable that Dart sets so that tests can know they are ↵Andy Cedilnik2004-04-301-0/+2
| | | | being tested from Dart/CTest
* ENH: link in more than just pythonBill Hoffman2004-04-301-3/+9
|
* ENH: Report filename of the noteAndy Cedilnik2004-04-301-1/+1
|
* ENH: More pathsAndy Cedilnik2004-04-301-1/+1
|
* ENH: add another place to look for swig.exeBill Hoffman2004-04-301-1/+1
|
* ENH: try to find swig.exe in SWIG_DIRBill Hoffman2004-04-301-1/+1
|
* ENH: Add support for notes in Testing/Notes subdirectory. This way test can ↵Andy Cedilnik2004-04-301-0/+25
| | | | write notes that will be reported
* ENH: Here is test for swig moduleAndy Cedilnik2004-04-3011-0/+510
|
* ENH: Initial import of swig. Start working towards Bug #749 - Add swig ↵Andy Cedilnik2004-04-306-0/+405
| | | | support module to cmake
* BUG: remove duplicate depend on cache file and use of make variable in make ↵Bill Hoffman2004-04-301-4/+4
| | | | target
* ENH: remove unused variableBill Hoffman2004-04-301-1/+0
|
* ENH: remove warningsBill Hoffman2004-04-301-7/+11
|
* BUG: add missing install fileBill Hoffman2004-04-301-0/+1
|
* ENH: Added automatic adjustment of C++ flags to include -timplicit_local and ↵Brad King2004-04-291-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 Cedilnik2004-04-295-1/+87
| | | | arguments and ARGN is the list of all nonexpected arguments
* ENH: Add RANGE support to FOREACHAndy Cedilnik2004-04-293-2/+103
|
* BUG: Add a safety check so that you cannot send cmOStringStream.str() to ↵Andy Cedilnik2004-04-292-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 Cedilnik2004-04-291-3/+3
| | | | Should fix Bug #809 - FIND_INCLUDE should check readability
* ENH: remove warningBill Hoffman2004-04-291-0/+1
|
* ENH: remove warningsBill Hoffman2004-04-292-3/+2
|
* BUG: fix crash from bug id 806Bill Hoffman2004-04-291-0/+3
|
* ENH: remove warningBill Hoffman2004-04-281-1/+1
|
* BUG: fix for bug 121 add some docs for MFC flagBill Hoffman2004-04-282-1/+12
|
* BUG: fix for bug 116 platform files can now specify directories that should ↵Bill Hoffman2004-04-282-1/+16
| | | | not be added by CMAKE
* ENH: make test driver more flexible by using a configured file instead of ↵Bill Hoffman2004-04-283-156/+213
| | | | generating all the code. fixes bug 28
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵Andy Cedilnik2004-04-283-0/+18
| | | | Add auto preload file support in CMake
* ENH: Encode object files with funny characters in the name. It should fix ↵Andy Cedilnik2004-04-282-4/+53
| | | | Bug #418 - Borland 5.5.1, Templates/*.cxx files with '+' chars used in execs
* ENH: add a test for EQUAL in ifBill Hoffman2004-04-286-0/+78
|
* ENH: More special casesAndy Cedilnik2004-04-282-0/+7
|
* ENH: fixes for optional flag arguments to check include macrosBill Hoffman2004-04-282-5/+15
|
* BUG: fix logic in EQUAL if testBill Hoffman2004-04-281-1/+1
|
* BUG: fix for bug 80, check include cxx now has an optional argument that can ↵Bill Hoffman2004-04-281-0/+11
| | | | is added to the cxx flags