summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
|
* ERR: Missing forward declaration of cmMakeDepend added.Brad King2002-01-171-0/+1
|
* next releaseKen Martin2002-01-151-2/+2
|
* next releaseKen Martin2002-01-151-2/+2
|
* added release verison to cmMakefileKen Martin2002-01-021-0/+2
|
* ENH: Added option to IF command to test if a command exists. Syntax is ↵Brad King2001-12-181-0/+2
| | | | IF(COMMAND name-of-command).
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-15/+0
| | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped.
* version revKen Martin2001-12-071-1/+1
|
* release 10Ken Martin2001-12-071-2/+2
|
* up versionKen Martin2001-12-051-1/+1
|
* up versionKen Martin2001-12-051-1/+1
|
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵Sebastien Barre2001-11-031-1/+1
| | | | specified before the actual include dirs
* ENH: add an option to configure file command that allows for only expansion ↵Bill Hoffman2001-10-301-2/+3
| | | | of at variables and not dollar variables
* add dependency for configure files and use short path in WIN32 cmake testBill Hoffman2001-10-261-0/+4
|
* versionKen Martin2001-10-011-1/+1
|
* versionKen Martin2001-10-011-1/+1
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* version rev to 95Ken Martin2001-09-191-1/+1
|
* version rev to 94Ken Martin2001-09-191-1/+1
|
* various windows fixesKen Martin2001-09-101-2/+2
|
* ENH: separate command from its arguments in the custom command. This allows ↵Bill Hoffman2001-09-041-0/+2
| | | | the generator on windows to change the slashes for just the command
* ENH: ExpandVariables functions return a char * for convenienceJohn Biddiscombe2001-09-011-2/+2
|
* version revKen Martin2001-08-301-1/+1
|
* version revKen Martin2001-08-301-1/+1
|
* ENH: Added a const version of GetLinkLibraries().Brad King2001-08-291-0/+8
|
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-281-1/+1
|
* ENH: change expand variables to use GetDefinitionBill Hoffman2001-08-271-1/+1
|
* ENH: add dump documentation testBill Hoffman2001-08-231-1/+1
|
* ENH: change all maps of string to be maps of cmStdString, to reduce symbol ↵Bill Hoffman2001-08-221-7/+8
| | | | length in object files.
* BUG: shorten length of symbolsBill Hoffman2001-08-221-1/+4
|
* now creates output directoriesKen Martin2001-08-101-0/+1
|
* updated versionKen Martin2001-08-091-1/+1
|
* updated versionKen Martin2001-08-091-1/+1
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-0/+15
| | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵Brad King2001-08-011-0/+14
| | | | command allows specification that a set of subdirectories be built before a particular directory.
* BUG: Changed include and link directory paths in cmMakefile back to ↵Brad King2001-07-301-6/+9
| | | | std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted.
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-10/+6
| | | | | and achieved the same effect by makein m_LinkDirectores and m_IncludeDirectories a set rather than vector
* MAkefile now strips duplicate directores from the libraries and include pathsIan Scott2001-07-271-0/+5
|
* fixed warningsKen Martin2001-07-261-2/+1
|
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-251-1/+6
|
* added for each commandKen Martin2001-07-251-1/+9
|
* updated versionKen Martin2001-07-181-1/+1
|
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-0/+13
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* version numKen Martin2001-07-111-1/+1
|
* version numKen Martin2001-07-111-1/+1
|
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-1/+2
|
* updated version to 0.3Ken Martin2001-06-271-1/+1
|
* updated version to 0.2Ken Martin2001-06-271-1/+1
|
* added escape quotes option in replace stringsKen Martin2001-06-221-0/+1
|
* ENH: Added RemoveSource(...) to complement AddSource. New commandJohn Biddiscombe2001-06-221-0/+5
| | | | SOURCE_FILES_REMOVE uses it and can be used to take files out of the build