summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-0868-529/+1570
|
* ERR: Fixed signed/unsigned warnings.Brad King2002-11-071-5/+5
|
* RevertAndy Cedilnik2002-11-071-1/+1
|
* Revert backAndy Cedilnik2002-11-072-38/+4
|
* Add readme for macAndy Cedilnik2002-11-071-0/+71
|
* ENH: Enhanced FindITK supporting use of ITK from an install tree or a build ↵Brad King2002-11-061-25/+63
| | | | tree. Only one cache entry is brought into user's project, called "ITK_DIR". This is the location of an ITKConfig.cmake file from which other settings are loaded.
* BUG: Fixed STRING(REGEX REPLACE ...) and added better test.Brad King2002-11-064-14/+17
|
* ENH: Added STRING command.Brad King2002-11-066-0/+454
|
* ENH: compile method now returns whether compilation succeeded.Brad King2002-11-062-6/+7
|
* Use CMake icon on MacAndy Cedilnik2002-11-062-1/+4
|
* Add Mac iconAndy Cedilnik2002-11-061-0/+0
|
* Add CMake iconAndy Cedilnik2002-11-061-0/+0
|
* Remove background and make biggerAndy Cedilnik2002-11-061-0/+0
|
* Bigger iconAndy Cedilnik2002-11-061-0/+0
|
* Start adding CMake iconAndy Cedilnik2002-11-063-0/+52
|
* Move the hi-res time to system toolsAndy Cedilnik2002-11-063-57/+66
|
* In certain cases, try to guess the source directory, so that you can run ↵Andy Cedilnik2002-11-063-5/+39
| | | | cmake or ccmake without specifying source dir
* Remove warningAndy Cedilnik2002-11-062-2/+1
|
* FIX: a / was appended without checking if there wasn't one already.Sebastien Barre2002-11-061-3/+12
|
* Try to fix testAndy Cedilnik2002-11-061-18/+2
|
* Make things advancedAndy Cedilnik2002-11-051-0/+7
|
* CleanupAndy Cedilnik2002-11-051-1/+1
|
* More mac fixesAndy Cedilnik2002-11-051-8/+1
|
* Reparent file path widget, add tab completion support to path anf file path ↵Andy Cedilnik2002-11-054-59/+5
| | | | widget
* Add a simple globbing of files and directoriesAndy Cedilnik2002-11-052-0/+65
|
* Try to fix FindX11Andy Cedilnik2002-11-052-1/+34
|
* SimplifyAndy Cedilnik2002-11-051-20/+3
|
* ENH: Added generation of --gccxml-compiler argument to GCC-XML for msvc6, ↵Brad King2002-11-051-0/+35
| | | | msvc7, and nmake makefiles generators.
* Start working on adding tab supportAndy Cedilnik2002-11-044-31/+201
|
* Fix windows process execution so that it pops up the windowsAndy Cedilnik2002-11-041-4/+5
|
* Get the Mac resources doneAndy Cedilnik2002-11-041-3/+7
|
* Minor fixesAndy Cedilnik2002-11-041-3/+5
|
* Make directory if it does not exist yetAndy Cedilnik2002-11-041-2/+5
|
* Attempt to automate apple gui generationAndy Cedilnik2002-11-042-0/+64
|
* Try to fix generator problems on MacAndy Cedilnik2002-11-041-0/+19
|
* Fix testAndy Cedilnik2002-11-041-13/+13
|
* Try to make test to runAndy Cedilnik2002-11-031-0/+2
|
* ENH: better resizeBill Hoffman2002-11-024-37/+92
|
* make qt stuff advancedBill Hoffman2002-11-021-0/+7
|
* Revert X11 stuff until other steps are doneAndy Cedilnik2002-10-311-0/+11
|
* Print message on system without X11Andy Cedilnik2002-10-291-1/+5
|
* Add Windows codeAndy Cedilnik2002-10-292-1/+15
|
* Now it should workAndy Cedilnik2002-10-291-9/+10
|
* Add test for X11Andy Cedilnik2002-10-293-0/+54
|
* Remove X11 stuffAndy Cedilnik2002-10-291-11/+0
|
* Add append to write_fileAndy Cedilnik2002-10-295-6/+9
|
* Add flag to WRITE_FILE to appendAndy Cedilnik2002-10-292-4/+14
|
* Do this the right wayAndy Cedilnik2002-10-291-2/+4
|
* This should substitute configure part that finds X11Andy Cedilnik2002-10-291-24/+32
|
* ENH: Added generation of --gccxml-cxxflags option to complement ↵Brad King2002-10-281-0/+4
| | | | --gccxml-compiler.