summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: build fltk cmake on unix with bootstrapBill Hoffman2001-06-194-8/+15
|
* ENH: CMake now always adds the BUILD_SHARED_LIBS cache entry. The ↵Brad King2001-06-192-26/+14
| | | | BUILD_SHARED_LIBRARIES command that used to be used is now deprecated.
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-191-0/+20
|
* ENH: add bootstrap support for building fltkBill Hoffman2001-06-193-5/+20
|
* ENH: add resize ability to dialog and fix tab stop ordersBill Hoffman2001-06-195-27/+78
|
* ENH: Removing old-style cable commands related to the instantiation ↵Brad King2001-06-1923-2655/+0
| | | | functionality which has now been removed from cable.
* ERR: Removed unused variable.Brad King2001-06-191-1/+0
|
* ENH: Changed generated filename to DartTestfile.txtJim Miller2001-06-192-2/+2
|
* BUG: use pclose not fcloseBill Hoffman2001-06-181-2/+2
|
* ENH: LINK_LIBRARIES(abc) will automatically add the path to abc to theAmitha Perera2001-06-181-0/+6
| | | | link directories, if the path is known.
* BUG: remove unusedBill Hoffman2001-06-181-1/+0
|
* BUG: create directories in the right placeBill Hoffman2001-06-181-1/+14
|
* ENH: move EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH initial creation to ↵Bill Hoffman2001-06-181-17/+23
| | | | after the CMakeLists.txt files have been parsed
* ENH: do not add anything from the current directory to the dependsBill Hoffman2001-06-151-4/+2
|
* BUG: fixed so that empty library paths are ignoredAmitha Perera2001-06-151-13/+10
|
* ENH: Absolute path to cmake resolvedLuis Ibanez2001-06-154-26/+54
|
* ENH: Getting headers and libs for FLTK and OpenGLLuis Ibanez2001-06-151-2/+9
|
* ERR: allow *.cpp as well as *.cxx etc etcJohn Biddiscombe2001-06-141-0/+11
|
* Include directory names are Case sensitive in Unix.Berk Geveci2001-06-146-29/+29
|
* added make depend on win32Ken Martin2001-06-141-0/+8
|
* BUG: fix it so that if a Makefile is out of date for some reason, it is only ↵Bill Hoffman2001-06-141-9/+4
| | | | built once, it was doing it twice.
* BUG: fix so it does not jump into the current directory for inital target buildsBill Hoffman2001-06-131-2/+4
|
* ENH: fix EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH for unixBill Hoffman2001-06-133-27/+96
|
* duhKen Martin2001-06-132-41/+4
|
* minor cvs web changeCMakeLists.txtKen Martin2001-06-132-2/+43
|
* ENH: Search for cmake executable full path added (window/unix)Luis Ibanez2001-06-131-1/+13
|
* 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-121-2/+10
| | | | | | in RUNTIME_FLAG for IRIX. ENH: User supplied SHLIB_CFLAGS (-fPIC, etc) will override configure detected flags
* support testingKen Martin2001-06-121-0/+30
|
* 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
|
* 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 ↵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
|