summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Can non use clear because it is undef'ed.Berk Geveci2001-11-304-4/+9
|
* Fixed warning.Berk Geveci2001-11-301-2/+3
|
* Fixed warning.Berk Geveci2001-11-302-5/+4
|
* Since it is being used as an array size in another file, it is not possible ↵Berk Geveci2001-11-302-8/+6
| | | | to initialize MAX_WIDTH in a .cxx file.
* fix warningBill Hoffman2001-11-301-2/+2
|
* Missed std::Berk Geveci2001-11-302-4/+4
|
* Missed std::Berk Geveci2001-11-301-1/+1
|
* CMAKE_WORDS_BIGENDIAN should not be in the cache.Berk Geveci2001-11-301-2/+1
|
* PYTHON_DEBUG_LIBRARY is only used on Windows.Berk Geveci2001-11-301-10/+10
|
* fix: If documentation added, then need cache typeSebastien Barre2001-11-301-1/+1
|
* opps I forgot to add theseBerk Geveci2001-11-302-0/+225
|
* ENH: fix various problems caused by the generalization of nmake generatorBill Hoffman2001-11-306-28/+63
|
* Nmake build: move most of hard-coded values to config parametersSebastien Barre2001-11-308-123/+322
|
* Improvements to the curses interface.Berk Geveci2001-11-2911-131/+435
|
* ENH: fix memory leaksBill Hoffman2001-11-291-0/+5
|
* Fix space pb (embended, then escaped)Sebastien Barre2001-11-291-1/+2
|
* add bootstrap makefile for borland compilerBill Hoffman2001-11-291-0/+42
|
* fix for shared libs and borlandBill Hoffman2001-11-294-7/+7
|
* ENH: GENERATED_CODE case added to switch.Luis Ibanez2001-11-291-0/+2
|
* ENH: A type of target was added for representing GENERATED_CODELuis Ibanez2001-11-291-1/+2
|
* ENH: Custom commands are now builded.Luis Ibanez2001-11-291-19/+27
|
* ENH: borland generator 2 is working more or lessBill Hoffman2001-11-288-23/+95
|
* ENH: Command simplified in order to construct a Source list of .cxx fromLuis Ibanez2001-11-281-58/+51
| | | | a source list of .fl GUI files.
* ENH: The command was simplified to generate a source list of cxx from aLuis Ibanez2001-11-281-11/+10
| | | | source list of .fl GUI files.
* Fynd Python debug lib in usual libs dir tooSebastien Barre2001-11-281-0/+2
|
* add new borland generatorBill Hoffman2001-11-286-18/+590
|
* *** empty log message ***Bill Hoffman2001-11-281-1/+1
|
* bug: fix same path comparison when short paths are usedBill Hoffman2001-11-284-5/+26
|
* fix warningBill Hoffman2001-11-281-1/+1
|
* FIX: When switching from one project to another the CacheGUI wasn't beingLuis Ibanez2001-11-281-2/+6
| | | | cleared. Values from one project were mixed into the other.
* ENH: nmake generator much closer to working with spacesBerk Geveci2001-11-274-18/+96
|
* ENH: expand variables in a command before escaping spaces in the commandBerk Geveci2001-11-271-1/+3
|
* ENH: do not write over existing cache values even doc strings to avoid ↵Berk Geveci2001-11-271-6/+0
| | | | changing the cache file
* remove unused includeBerk Geveci2001-11-271-1/+0
|
* adjusted spacingKen Martin2001-11-271-5/+5
|
* removed extra lib paths to avoid finding old libsKen Martin2001-11-271-3/+8
|
* made some vars advancedKen Martin2001-11-271-0/+8
|
* made some vars advancedKen Martin2001-11-271-0/+13
|
* ENH: Command for running FLTK's UI tool "Fluid" was added.Luis Ibanez2001-11-271-0/+2
|
* ENH: Support for FLTK Fluid tool added.Luis Ibanez2001-11-271-2/+5
|
* ENH: Support for running FLUID was added.Luis Ibanez2001-11-271-0/+11
|
* Command for invoking FLTK's code generator "Fluid" during the building processLuis Ibanez2001-11-272-0/+264
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-2617-15/+488
|
* ENH: add possibility to add doc strings to varibles created by find type ↵Bill Hoffman2001-11-268-34/+115
| | | | commands
* Oops. The wrong version of the duplicate code was kept. Loaded cache values ↵Berk Geveci2001-11-261-0/+1
| | | | were not made internal.
* TK_INTERNAL_PATH is only needed on Windows.Berk Geveci2001-11-261-11/+13
|
* removed warning messagesKen Martin2001-11-262-16/+2
|
* better error messagesKen Martin2001-11-261-2/+10
|
* I want to be able to start/end experimental-only dashboardsSebastien Barre2001-11-241-0/+4
|
* NMake with spaces in directoriesBill Hoffman2001-11-218-85/+144
|