summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: clean up warningsBill Hoffman2001-11-131-1/+1
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ...Sebastien Barre2001-11-031-2/+10
* ENH: add an option to configure file command that allows for only expansion o...Bill Hoffman2001-10-301-13/+35
* ENH: add better error reports in parsing cmake files, like what file has the ...Bill Hoffman2001-10-021-1/+3
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-5/+3
* BUG: make a copy of the arguments before passing them to ExecuteKen Martin2001-09-201-1/+3
* various windows fixesKen Martin2001-09-101-3/+13
* ENH: separate command from its arguments in the custom command. This allows ...Bill Hoffman2001-09-041-5/+5
* ENH: ExpandVariables functions return a char * for convenienceJohn Biddiscombe2001-09-011-11/+12
* BUG: fix incorrect deletion of function blockersBill Hoffman2001-08-301-1/+1
* clean up a bitBill Hoffman2001-08-291-3/+1
* ENH: add caching for the input CMakeList.txt files, 2X speed upBill Hoffman2001-08-281-10/+14
* Changes to allow MODULE type target for a shared libraryYves Starreveld2001-08-281-7/+46
* ENH: change expand variables to use GetDefinitionBill Hoffman2001-08-271-6/+6
* ENH: improve coverageBill Hoffman2001-08-231-2/+6
* ENH: add dump documentation testBill Hoffman2001-08-231-8/+1
* Added support for .mm source files (ObjC++)Yves Starreveld2001-08-211-0/+1
* gcc and MSVC clash on basic_string::compare(), let's try substr()Sebastien Barre2001-08-191-1/+1
* Support for $ENV{VAR} syntax (lookup in the environment vars)Sebastien Barre2001-08-181-13/+51
* ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...Brad King2001-08-141-7/+0
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-1/+25
* ENH: html output for docsBill Hoffman2001-08-071-4/+4
* BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ...Brad King2001-08-021-4/+5
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...Brad King2001-08-011-0/+6
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-3/+5
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-301-39/+27
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-301-30/+28
* ENH: Re-implemented ExpandVariablesInString to significantly improve performa...Bill Hoffman2001-07-271-16/+100
* MAkefile now strips duplicate directores from the libraries and include pathsIan Scott2001-07-271-0/+26
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-251-2/+8
* added for each commandKen Martin2001-07-251-41/+49
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-0/+9
* ENH: add support for mac osxBill Hoffman2001-07-161-1/+4
* Better error checking.Berk Geveci2001-07-101-0/+4
* ENH: Added support for selection of static/shared build on a per-library basis.Brad King2001-07-021-2/+12
* ENH: put back stdio.h to get sprintfBill Hoffman2001-06-221-0/+1
* ERR: Removed stray standard header include. They should be added to cmStanda...Brad King2001-06-221-1/+0
* removed stricmpKen Martin2001-06-221-1/+1
* added escape quotes option in replace stringsKen Martin2001-06-221-2/+13
* ENH: Added RemoveSource(...) to complement AddSource. New commandJohn Biddiscombe2001-06-221-3/+24
* ENH: Extended INCLUDE_REGULAR_EXPRESSION to allow selective complaints about ...Brad King2001-06-211-3/+4
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-16/+45
* added enable testing deprecated some commandsKen Martin2001-06-061-86/+0
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-2/+2
* Change name of file created from Testfile to CMakeTestfile.txtJim Miller2001-06-061-1/+1
* FIX: forgot to close the filesJim Miller2001-06-061-0/+1
* ENH: Added AddTest, and GenerateTestfile routinesJim Miller2001-06-061-0/+86
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-2/+19
* added install target supportKen Martin2001-05-231-0/+5
* new out of place buildsKen Martin2001-05-211-14/+1