summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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-041-0/+28
|
* Try to fix generator problems on MacAndy Cedilnik2002-11-041-0/+19
|
* ENH: better resizeBill Hoffman2002-11-024-37/+92
|
* make qt stuff advancedBill Hoffman2002-11-021-0/+7
|
* Add test for X11Andy Cedilnik2002-10-291-0/+5
|
* Add flag to WRITE_FILE to appendAndy Cedilnik2002-10-292-4/+14
|
* ENH: Added generation of --gccxml-cxxflags option to complement ↵Brad King2002-10-281-0/+4
| | | | --gccxml-compiler.
* BUG: fix stack limit size on mac OSXBill Hoffman2002-10-241-0/+18
|
* Subdirs reports an error if the subdirectory does not existsAndy Cedilnik2002-10-241-2/+15
|
* Try to remove some warningsAndy Cedilnik2002-10-241-4/+5
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-23253-1023/+1023
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH: if output variable turn verbose offBill Hoffman2002-10-232-4/+13
|
* ERR: Another attempt to remove warnings from missing prototypes.Brad King2002-10-231-1/+1
|
* BUG: make sure win32 exes are win32Bill Hoffman2002-10-221-1/+1
|
* When in verbose mode print test commandAndy Cedilnik2002-10-181-0/+4
|
* Improve commentAndy Cedilnik2002-10-181-14/+13
|
* Rename variables to remove warningsAndy Cedilnik2002-10-178-266/+266
|
* ENH: Another attempt to fix OSF warnings. Also removed TABS.Brad King2002-10-161-731/+730
|
* Remove unused variableAndy Cedilnik2002-10-161-1/+0
|
* better warning messageKen Martin2002-10-151-1/+2
|
* better warning messageKen Martin2002-10-151-27/+32
|
* Remove std::hex as it does not seems to work on SGI, attempt to fix ftime ↵Andy Cedilnik2002-10-151-7/+14
| | | | problem on borland
* Fix namespace, typo, and make ftime work on windowsAndy Cedilnik2002-10-141-3/+5
|
* Even more cleanups, fix time on certain platforms such as windows, cygwin, ↵Andy Cedilnik2002-10-142-30/+111
| | | | and linux. Hopefully we can add entries for other platforms until try_compile works. Also escape certain characters for xml.
* More cleanups, fix prexontext and log numberAndy Cedilnik2002-10-141-34/+24
|
* Add LastBuild.log file, fix some minor problems in output, modify output a ↵Andy Cedilnik2002-10-142-48/+51
| | | | bit...
* compiler warningKen Martin2002-10-111-0/+2
|
* ENH: Added Split method to cmSystemTools to split a string into lines on its ↵Brad King2002-10-112-2/+34
| | | | newlines.
* ERR: istrstream and istringstream need to be pulled into namespace std on ↵Brad King2002-10-111-0/+2
| | | | the SGI.
* Fix network buildAndy Cedilnik2002-10-101-187/+189
|
* ENH: Renamed cmStringStream to cmOStringStream and added cmIStringStream. ↵Brad King2002-10-109-117/+128
| | | | Removed cmInputStringStream.
* Remove compile error and remove some warningsAndy Cedilnik2002-10-103-7/+8
|
* fixed some compiler warningsKen Martin2002-10-102-8/+8
|
* Remove warningAndy Cedilnik2002-10-101-1/+1
|
* Remove warningAndy Cedilnik2002-10-102-8/+8
|
* Try to use platform independent input string streamAndy Cedilnik2002-10-102-3/+20
|
* Remove memory leak caused by cmDynamicLoader not being deleted properlyKen Martin2002-10-092-4/+15
|