summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Expand var in name tooSebastien Barre2001-11-081-2/+6
|
* Expand variables in all target argsSebastien Barre2001-11-081-2/+8
|
* Needed to replace srcdir to make install targets work.Berk Geveci2001-11-081-4/+4
|
* BUG: no +=+Bill Hoffman2001-11-071-1/+1
|
* Added accessor for add custom commandAndy Cedilnik2001-11-073-0/+154
|
* remove template flags from cmake, no ptused, or -instance=staticBill Hoffman2001-11-071-1/+1
|
* Trying to fix curses problems with some systems.Bill Hoffman2001-11-071-19/+10
|
* Trying to fix build problems related to curses.Berk Geveci2001-11-071-3/+16
|
* ENH: use full source name for c code as well as c++Bill Hoffman2001-11-071-1/+4
|
* use cmake as the executable for cmake and not ccursesBill Hoffman2001-11-071-3/+5
|
* make sure default_target is firstBill Hoffman2001-11-071-6/+8
|
* Allow multiline messagesBill Hoffman2001-11-071-17/+6
|
* Clean up a bit moreBill Hoffman2001-11-072-46/+24
|
* One more time... case does not matter on cygwinBill Hoffman2001-11-071-1/+1
|
* ENH: fix doc stringBill Hoffman2001-11-061-1/+1
|
* add cleaning of QT generated files when make clean is usedFranck Bettinger2001-11-062-9/+30
|
* ENH: tell cmake object where cmake isBill Hoffman2001-11-063-5/+8
|
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-065-10/+15
|
* Removed a function which used va_start (did not compile on Sun with gcc)Bill Hoffman2001-11-062-45/+0
|
* Many improvements.Berk Geveci2001-11-066-35/+214
|
* ENH: use full paths for object compile rulesBill Hoffman2001-11-051-11/+32
|
* Re-enabling curses support.Berk Geveci2001-11-052-8/+11
|
* ENH: change to work with nmakeBill Hoffman2001-11-051-80/+56
|
* HPUX support.Berk Geveci2001-11-058-8/+22
|
* ERR: ^M's removed.Bill Lorensen2001-11-051-4/+4
|
* Adding form library.Berk Geveci2001-11-0547-0/+10081
|
* Fixing problems on Sun (name collusions between STL and curses) and ↵Berk Geveci2001-11-057-15/+19
| | | | disabling curses temporarily.
* Fix the IF IF problemAndy Cedilnik2001-11-051-1/+1
|
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-057-12/+9
|
* switched string::compare to strncmpPhil Pritchett2001-11-052-2/+2
|
* Need to include standard headers.Berk Geveci2001-11-041-0/+1
|
* Adding curses support.Berk Geveci2001-11-0423-1/+1143
|
* Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵Sebastien Barre2001-11-034-8/+25
| | | | specified before the actual include dirs
* allow more than one external MS projectPhil Pritchett2001-11-023-3/+7
|
* On win32 path is all in lower case nowAndy Cedilnik2001-11-021-10/+4
|
* ENH: clean up interface and change build in current directory to build the ↵Bill Hoffman2001-11-012-62/+165
| | | | depend file first
* BUG: use collapse full path when testing cache directoryBill Hoffman2001-11-011-2/+3
|
* ENH: IntDir to INTDIRBill Hoffman2001-11-011-6/+6
|
* Expand vars in exe and lib nameSebastien Barre2001-11-012-5/+13
|
* ENH: clean up drive letter checkBill Hoffman2001-11-011-17/+26
|
* ENH: Added automatic detection of >> sequences in template names and ↵Brad King2001-10-312-30/+38
| | | | replacement with "> >" in the output.
* ENH: Replaced cmStdString implementation to make it more transparently a ↵Brad King2001-10-311-7/+17
| | | | std:string.
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-316-2/+147
|
* FIX: Reverted to use FillCacheManagerFromGUI().Luis Ibanez2001-10-302-8/+9
|
* Fix the problem on windows of capital or lower case drive letter for ↵Andy Cedilnik2001-10-301-0/+10
| | | | CMAKE_CACHEFILE_DIR
* Change CMAKE_CURRENT_CWD to CMAKE_CACHEFILE_DIR and change the messagesAndy Cedilnik2001-10-301-11/+13
|
* ENH: add an option to configure file command that allows for only expansion ↵Bill Hoffman2001-10-304-19/+50
| | | | of at variables and not dollar variables
* FIX: In order to disable a button in fl_choice, a 0 pointer must be sentLuis Ibanez2001-10-301-1/+1
| | | | instead of "".
* ENH: FillCacheManagerFromGUI() was replaced by SaveFromCacheGUI() toLuis Ibanez2001-10-302-8/+8
| | | | | ensure that changes on the GUI are directly update in the config file.
* ENH: fl_ask replaced by fl_choice in FLTKCallback.Luis Ibanez2001-10-301-4/+4
|