summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* used to find the dart testing systemKen Martin2001-06-131-0/+11
|
* minor dart changeKen Martin2001-06-131-1/+1
|
* duhKen Martin2001-06-132-41/+4
|
* minor cvs web changeCMakeLists.txtKen Martin2001-06-133-2/+45
|
* ENH: Search for cmake executable full path added (window/unix)Luis Ibanez2001-06-131-1/+13
|
* Added dashboardWill Schroeder2001-06-131-1/+1
|
* ENH: Added popup menu for removing a property. Some style changesLuis Ibanez2001-06-136-113/+158
|
* ENH: Added help blobs that popup when the mouse is left on top of theLuis Ibanez2001-06-123-41/+98
| | | | property name
* Class derived from Fl_Button with added help blobsLuis Ibanez2001-06-122-0/+211
|
* BUG: SHLIB_LINK was being used when linking static executables. Missing commaAmitha Perera2001-06-123-32/+50
| | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags
* support testingKen Martin2001-06-122-0/+70
|
* BUG: CMake's configure needs to run with the current directory as the ↵Brad King2001-06-121-2/+4
| | | | project's binary directory.
* ERR: Needed virtual destructor to correspond to virtual functions. Also ↵Brad King2001-06-123-12/+12
| | | | added several std:: qualifiers to string.
* 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 ↵Brad King2001-06-122-14/+5
| | | | adding the dependencies generated by cmMakeDepend.
* BUG: There was no dependency for library targets on their required libraries.Amitha Perera2001-06-121-3/+3
| | | | | (Hopefully there aren't any cyclic dependencies for libraries.) CMAKE_SHLIB_LINK is now used for executable targets.
* 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
| | | | The binary directory is created if it doesn't exist.
* BUG: WIN32_EXECUTABLE targets were not being installed on unix properly. ↵Brad King2001-06-121-0/+4
| | | | They are supposed to be treated just like any other EXECUTABLE target.
* ERR: int -> unsigned int.Brad King2001-06-121-1/+1
|
* ENH: Added the path used in SuSe Linux 7.1Luis Ibanez2001-06-111-2/+3
|
* Modified for new Dart source treeJim Miller2001-06-111-46/+67
|
* minor fix in error checkingKen Martin2001-06-112-1/+1
|
* ENH: Added check for tcl8.4 (as against tcl84), tcl8.3, tcl8.2, and tcl8.0 ↵Brad King2001-06-111-1/+1
| | | | when finding the TCL_LIBRARY.
* added some const versions of get methodsKen Martin2001-06-111-0/+5
|
* Changed Testing.cmake to Dart.cmakeJim Miller2001-06-111-166/+0
|
* Rename Testing.cmake to Dart.cmakeJim Miller2001-06-111-0/+166
|
* BUG: Fixed regular expression used to match registry entries. The ↵Brad King2001-06-111-1/+7
| | | | expression now matches everything after a [HKEY until the first ']' is encountered.
* 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-102-0/+33
|
* DOC: Added a comment about the risk of using tempnam in Unix, as opposed toLuis Ibanez2001-06-101-0/+3
| | | | using mkstemp.
* .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
| | | | single property
* 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
| | | | GUI is working
* BUG: Changed custom command generation to not use full path of output file ↵Brad King2001-06-091-10/+8
| | | | from cable.
* ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS ↵Brad King2001-06-082-34/+96
| | | | cache entries. This also allowed the correct generation of gccxml rules.
* BUG: Removed generation of stray # Begin Custom Build line.Brad King2001-06-081-1/+0
|
* Documentation updatedWill Schroeder2001-06-081-1/+1
|
* Documentation updatedWill Schroeder2001-06-081-2/+2
|
* Documentation updatedWill Schroeder2001-06-081-0/+1
|
* Documentation updatedWill Schroeder2001-06-081-8/+10
|
* ENH: Runtime library search paths can be added to the link lines forAmitha Perera2001-06-084-45/+221
| | | | on shared builds.