Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
| | | | | Match names used in CMake code. | ||||
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
| | | | | | | Use the clang RemoveCStrCalls tool to automatically migrate the code. This was only run on linux, so does not have any positive or negative effect on other platforms. | ||||
* | Run vim spellcheck on some files | Yury G. Kudryashov | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -19/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | CMake-SourceFile2-bp and CMake-SourceFile2-b-mp1 to trunk. This commit is surrounded by tags CMake-SourceFile2-b-mp1-pre and CMake-SourceFile2-b-mp1-post on the trunk. The changes re-implement cmSourceFile and the use of it to allow instances to be created much earlier. The use of cmSourceFileLocation allows locating a source file referenced by a user to be much simpler and more robust. The two SetName methods are no longer needed so some duplicate code has been removed. The strange "SourceName" stuff is gone. Code that created cmSourceFile instances on the stack and then sent them to cmMakefile::AddSource has been simplified and converted to getting cmSourceFile instances from cmMakefile. The CPluginAPI has preserved the old API through a compatibility interface. Source lists are gone. Targets now get real instances of cmSourceFile right away instead of storing a list of strings until the final pass. TraceVSDependencies has been re-written to avoid the use of SourceName. It is now called TraceDependencies since it is not just for VS. It is now implemented with a helper object which makes the code simpler. | ||||
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -3/+2 |
| | |||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+3 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -16/+17 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -23/+29 |
| | |||||
* | ENH: use GetRequiredDefinition instead of GetDefinition and crash | Bill Hoffman | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | BUG: When creating a test driver, do not remove the old file, so if nothing ↵ | Andy Cedilnik | 2004-05-27 | 1 | -11/+6 |
| | | | | changes, it will not rebuild. Fixes Bug #885 - cmCreateTestSource overwrite file when running cmake | ||||
* | ENH: make test driver more flexible by using a configured file instead of ↵ | Bill Hoffman | 2004-04-28 | 1 | -155/+28 |
| | | | | generating all the code. fixes bug 28 | ||||
* | fix compiler warning | Ken Martin | 2003-12-15 | 1 | -1/+0 |
| | |||||
* | ENH: null terminate at the end of the list | Bill Hoffman | 2003-07-03 | 1 | -1/+3 |
| | |||||
* | undid change because other changes make it no longer neccesary | Ken Martin | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | minor fix | Ken Martin | 2003-06-05 | 1 | -1/+1 |
| | |||||
* | BUG: Generate 0 into test driver instead of NULL. | Brad King | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -6/+4 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | ENH: Improved implementation of MSVC debug hook to only add the hook if ↵ | Brad King | 2002-12-11 | 1 | -8/+9 |
| | | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback. | ||||
* | ENH: Generate code to setup MSVC debug library hook. The test driver ↵ | Brad King | 2002-12-11 | 1 | -9/+29 |
| | | | | program will not display error dialogs if DART_TEST_FROM_DART is set in the environment. | ||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -4/+4 |
| | |||||
* | removed some includes | Ken Martin | 2002-09-27 | 1 | -1/+1 |
| | |||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -2/+2 |
| | |||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-08 | 1 | -0/+2 |
| | |||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-07 | 1 | -1/+1 |
| | |||||
* | fixed some compiler warnings and leaks | Ken Martin | 2002-08-07 | 1 | -15/+4 |
| | |||||
* | fixed support for C test programs | Ken Martin | 2002-07-31 | 1 | -4/+4 |
| | |||||
* | FIX: <stdlib.h> is enough to get malloc()/free() | Sebastien Barre | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | updated to handle extensions | Ken Martin | 2002-07-30 | 1 | -9/+32 |
| | |||||
* | FIX: la commande créait du code C++. Du code C devrait faire l'affaire. | Sebastien Barre | 2002-07-30 | 1 | -4/+6 |
| | |||||
* | FIX: la commande créait du code C++. Du code C devrait faire l'affaire. | Sebastien Barre | 2002-07-30 | 1 | -8/+11 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | | | | 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 | ||||
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -4/+9 |
| | |||||
* | ENH: add the ability to process command line arguments in the test driver ↵ | Bill Hoffman | 2002-04-04 | 1 | -7/+55 |
| | | | | before the test driver gets them | ||||
* | FIX: should compare to 0, not NULL | Sebastien Barre | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -0/+1 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | FIX: tolower is in <ctype.h> !, frenchy | Sebastien Barre | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: perform case insensitive comparison on test names | Sebastien Barre | 2002-03-28 | 1 | -7/+28 |
| | |||||
* | FIX: cmSourceFile::SetName was not called correctly for the test source files | Sebastien Barre | 2002-03-27 | 1 | -2/+2 |
| | |||||
* | ENH: small formatting enh | Sebastien Barre | 2002-03-27 | 1 | -3/+3 |
| | |||||
* | ENH: keep the name of the test as close to the source file (only the ↵ | Sebastien Barre | 2002-03-26 | 1 | -13/+15 |
| | | | | function name is cleaned up) | ||||
* | ENH: add -R (similar to ctest but use substr instead of regexp). indent. | Sebastien Barre | 2002-03-26 | 1 | -59/+102 |
| | |||||
* | ENH: now supports tests inside sub-dirs | Sebastien Barre | 2002-03-26 | 1 | -8/+42 |
| | |||||
* | ENH: if no arguments are given and there is only one test, then run it | Bill Hoffman | 2002-03-26 | 1 | -1/+7 |
| | |||||
* | ENH: add new command to create a test driver | Bill Hoffman | 2002-03-20 | 1 | -0/+129 |