summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-121-2/+10
* support testingKen Martin2001-06-121-0/+30
* BUG: CMake's configure needs to run with the current directory as the project...Brad King2001-06-121-2/+4
* ERR: Needed virtual destructor to correspond to virtual functions. Also adde...Brad King2001-06-123-12/+12
* cmake does not require two argumentsKen Martin2001-06-121-5/+0
* cmake does not require two argumentsKen Martin2001-06-121-1/+1
* removed old added newKen Martin2001-06-121-2/+0
* removed old added newKen Martin2001-06-121-2/+2
* added new commandKen Martin2001-06-122-0/+340
* removed old commandsKen Martin2001-06-124-354/+0
* BUG: Dependency hints must be removed by the makefile generator before adding...Brad King2001-06-122-14/+5
* BUG: There was no dependency for library targets on their required libraries.Amitha Perera2001-06-121-3/+3
* some cleanup to the make depend processKen Martin2001-06-124-38/+104
* ENH: Paths are now expanded for environment variables and made absolute.Luis Ibanez2001-06-126-52/+109
* BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. The...Brad King2001-06-121-0/+4
* ERR: int -> unsigned int.Brad King2001-06-121-1/+1
* minor fix in error checkingKen Martin2001-06-112-1/+1
* added some const versions of get methodsKen Martin2001-06-111-0/+5
* BUG: Fixed regular expression used to match registry entries. The expression...Brad King2001-06-111-1/+7
* ENH: Waiting cursor color were reversedLuis Ibanez2001-06-111-2/+2
* ENH: CMake invokation is working.Luis Ibanez2001-06-112-2/+53
* ENH: Cache saving addedLuis Ibanez2001-06-112-0/+33
* DOC: Added a comment about the risk of using tempnam in Unix, as opposed toLuis Ibanez2001-06-101-0/+3
* .cpp renamed as .cxxLuis Ibanez2001-06-104-714/+0
* Class to manage every row in the GUI scrolling, corresponding to aLuis Ibanez2001-06-101-0/+30
* Template for the MakefileLuis Ibanez2001-06-101-0/+52
* ENH: cpp renamed cxx. Copy of data to and from the GUI is workingLuis Ibanez2001-06-105-0/+909
* ENH: Added Fl_Tiles as row for holding property data. Data to and from theLuis Ibanez2001-06-104-85/+84
* BUG: Changed custom command generation to not use full path of output file fr...Brad King2001-06-101-10/+8
* ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS c...Brad King2001-06-082-34/+96
* BUG: Removed generation of stray # Begin Custom Build line.Brad King2001-06-081-1/+0
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-081-1/+51
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-0717-140/+210
* BUG: ENABLE_TESTING command may need to create output directory before writin...Brad King2001-06-071-0/+2
* adding a "Release with debugging Info" build to CMake for NTIan Scott2001-06-071-0/+4
* ERR: Fixed generation of source name and directory for cmSourceFiles of gener...Brad King2001-06-071-10/+14
* FIX: Chaned error message to match commandJim Miller2001-06-071-1/+1
* ENH: Changed generation of gccxml command to write out define and include fla...Brad King2001-06-061-1/+14
* FIX: InitialPass() seg fault on std::copy and FinalPass() was not appending t...Jim Miller2001-06-061-3/+4
* added enable testing deprecated some commandsKen Martin2001-06-069-115/+266
* *** empty log message ***Bill Hoffman2001-06-061-2/+2
* ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriterBill Hoffman2001-06-0610-1180/+66
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-06107-110/+110
* BUG: PATH options should not remove the file part of the path...Bill Hoffman2001-06-061-11/+2
* Change name of file created from Testfile to CMakeTestfile.txtJim Miller2001-06-061-1/+1
* better regexp for reg entriesKen Martin2001-06-061-1/+1
* FIX: forgot to close the filesJim Miller2001-06-061-0/+1
* ENH: Compress the library search directories so that each appears only once.Amitha Perera2001-06-061-9/+20
* ENH: Added AddTest commandJim Miller2001-06-061-0/+2
* ENH: Added AddTest, and GenerateTestfile routinesJim Miller2001-06-062-1/+105