summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* ENH: compile with broken 720 SGI C++ compilerBill Hoffman2001-08-072-2/+48
* ENH: html output for docsBill Hoffman2001-08-071-4/+4
* added new if commandsKen Martin2001-08-064-51/+114
* ENH: Added 'IMMEDIATE' option to CONFIGURE_FILE command to force file copy an...Brad King2001-08-032-20/+32
* ENH: Added use of a class's tag to generate a better set of filenames for its...Brad King2001-08-022-26/+74
* BUG: Generated link line for shared libraries had CMAKE_CXX_FLAGS instead of ...Brad King2001-08-021-1/+1
* BUG: Fixed off-by-one error in ExpandVariablesInString for case of $ or @ as ...Brad King2001-08-021-4/+5
* BUG: We don't want to output -I/usr/include in the INCLUDE_FLAGS variable. T...Brad King2001-08-021-1/+7
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This comma...Brad King2001-08-016-1/+196
* BUG: Needed to expand variables of definitions.Brad King2001-08-011-1/+3
* BUG: Need to expand variables when a regular expression is specified.Brad King2001-08-011-1/+3
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-3110-17/+281
* ERR: ElementCombinationGenerator::ReplacePortion needs to be a friend of Elem...Brad King2001-07-301-1/+3
* BUG: Changed include and link directory paths in cmMakefile back to std::vect...Brad King2001-07-307-61/+52
* Removed the Uniquification of the include and link directory list in FinalPass,Ian Scott2001-07-307-56/+50
* ENH: Re-implemented ExpandVariablesInString to significantly improve performa...Bill Hoffman2001-07-271-16/+100
* MAkefile now strips duplicate directores from the libraries and include pathsIan Scott2001-07-272-0/+31
* ENH: Added cable class-set expansion and tagging for alternate name generatio...Brad King2001-07-264-54/+635
* ENH: change the logic of disabling the ok button a bitBill Hoffman2001-07-262-4/+11
* fixed warningsKen Martin2001-07-261-2/+1
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-2511-130/+174
* added for each commandKen Martin2001-07-256-51/+71
* new commandsKen Martin2001-07-254-0/+413
* Removing trailing spaces after cache entry value.Berk Geveci2001-07-251-3/+4
* BUG: fix on scroll with buttonsBill Hoffman2001-07-244-2/+28
* BUG: Fixed dependency generation to work for when there are many, many depend...Brad King2001-07-241-10/+3
* BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test ou...Brad King2001-07-232-15/+19
* ENH: Added support for UNIX compilers. GCC and MIPSpro are supported.Brad King2001-07-232-2/+115
* ENH: Added support for non-verbose mode output from running a command. This ...Brad King2001-07-232-10/+24
* ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's f...Brad King2001-07-233-0/+262
* ENH: Save and Load of recent Source and Binary directories added.Luis Ibanez2001-07-196-10/+349
* updated versionKen Martin2001-07-181-1/+1
* limit library search to appropriate extensionsKen Martin2001-07-181-0/+3
* ENH: Added generation of dependencies on the CMake-generated input to gcc-xml...Brad King2001-07-171-1/+21
* BUG: Need to expand variables in search paths in case it hasn't been done yet...Brad King2001-07-171-1/+3
* ENH: Hacked together a new implementation of the dependency generator code. ...Brad King2001-07-174-201/+158
* ENH: Added support for using backslash-style escaping in CMakeLists.txt file ...Brad King2001-07-172-3/+50
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-168-84/+105
* BUG: make sure cache is clearedBill Hoffman2001-07-161-8/+3
* ENH: add support for mac osxBill Hoffman2001-07-162-2/+25
* ENH: add a check to avoid quitting before rebuildingBill Hoffman2001-07-124-8/+40
* version numKen Martin2001-07-111-1/+1
* version numKen Martin2001-07-111-1/+1
* fixed up resizing infoKen Martin2001-07-111-0/+5
* BUG: make sure find program does not find directoriesBill Hoffman2001-07-111-4/+8
* BUG: remove iostream.h includesBill Hoffman2001-07-102-2/+0
* Unnecessary variableBerk Geveci2001-07-101-1/+0
* Better error checking.Berk Geveci2001-07-101-0/+4
* BUG: When splitting a full path library into separate -L and -l parts, the -l...Brad King2001-07-101-0/+8
* ENH: Removing automatic setting of BUILD_SHARED_LIBS. Projects that support ...Brad King2001-07-101-9/+1