index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmake.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleaned up some of the cmake interface
Ken Martin
2002-09-17
1
-21/+29
*
better try compile
Ken Martin
2002-09-13
1
-5/+16
*
uninitialized var
Ken Martin
2002-09-12
1
-0/+1
*
added a flag if a cmake is in try compile
Ken Martin
2002-09-12
1
-0/+1
*
ERR: Added missing include of stdio.h for sprintf.
Brad King
2002-09-10
1
-0/+2
*
moved commands into cmake
Ken Martin
2002-09-10
1
-0/+66
*
ERR: Fix for borland on linux.
Brad King
2002-09-10
1
-1/+1
*
compiler warnings
Ken Martin
2002-09-08
1
-1/+1
*
new arch
Ken Martin
2002-09-06
1
-252/+349
*
changed cache manager and registered generators to no longer be singletons
Ken Martin
2002-08-28
1
-19/+67
*
BUG: add explicit clean up of the cachemanager at exit of programs, so dll de...
Bill Hoffman
2002-08-23
1
-0/+5
*
Fix changing of directories using cmSystemTools RunCommand feature
Andy Cedilnik
2002-07-17
1
-9/+6
*
Add command that runs program in given directory
Andy Cedilnik
2002-07-10
1
-0/+27
*
BUG: CMake crashed if it failed to find its own executable. Also added bette...
Brad King
2002-06-27
1
-6/+22
*
ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d...
Brad King
2002-06-19
1
-8/+8
*
removed ccommand use cmake now
Ken Martin
2002-06-03
1
-13/+115
*
remobed bootstrap
Ken Martin
2002-05-28
1
-55/+0
*
minor bootstap fixes
Ken Martin
2002-05-23
1
-3/+5
*
added initial attempt to support win32 bootstrapping
Ken Martin
2002-05-15
1
-1/+64
*
ENH: fix cmake to work without ccommand.
Bill Hoffman
2002-05-08
1
-9/+5
*
ENH: add an edit_cache target that runs ccmake or CMakeSetup
Bill Hoffman
2002-05-07
1
-2/+17
*
ENH: check for mismatched generators
Bill Hoffman
2002-04-25
1
-0/+16
*
Exit ccmake on fatal errors.
Berk Geveci
2002-04-23
1
-1/+1
*
BUG: fix SameFile function for windows, and compare source directories
Bill Hoffman
2002-04-19
1
-11/+7
*
ENH: use home not start
Bill Hoffman
2002-04-18
1
-4/+4
*
ENH: check for mis-matched source directories
Bill Hoffman
2002-04-18
1
-0/+25
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-2/+2
*
removed quotes from cmake and ccommand executable to be consistant
Ken Martin
2002-03-25
1
-7/+3
*
Add ccommand for executing commands on the system, so by using ADD_CUSTOM_COM...
Andy Cedilnik
2002-03-15
1
-0/+17
*
ENH: first pass at dot net support
Bill Hoffman
2002-02-18
1
-0/+2
*
ENH: add ends at end of string
Bill Hoffman
2002-02-06
1
-1/+1
*
Using cmSystemTools::Error() instead of cerr.
Berk Geveci
2002-02-01
1
-11/+14
*
ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.
Brad King
2002-01-22
1
-3/+0
*
ENH:Updated copyright
Will Schroeder
2002-01-21
1
-29/+5
*
Fix: escaping spaces was preventing a value with space to be passed correctly
Sebastien Barre
2002-01-18
1
-1/+1
*
Rolling back symbolic path changes until it works on Windows.
Amitha Perera
2002-01-07
1
-76/+44
*
ENH: Add an invocation that maintains symbolic paths to the source and binary...
Amitha Perera
2002-01-06
1
-44/+76
*
prints the relese version
Ken Martin
2002-01-02
1
-1/+2
*
ENH: add -C load cache file option
Bill Hoffman
2001-12-03
1
-7/+23
*
Fixed help.
Berk Geveci
2001-12-03
1
-1/+1
*
Fixed help.
Berk Geveci
2001-12-03
1
-2/+3
*
fix warning for Borland build
Sebastien Barre
2001-11-30
1
-1/+1
*
new borland generator moved into place
Bill Hoffman
2001-11-30
1
-2/+0
*
add new borland generator
Bill Hoffman
2001-11-28
1
-0/+2
*
NMake with spaces in directories
Bill Hoffman
2001-11-21
1
-1/+0
*
ENH: clean up command line arguments
Bill Hoffman
2001-11-21
1
-4/+10
*
ENH: add command line arguments to set cache entries
Bill Hoffman
2001-11-20
1
-5/+31
*
ENH: fix library builds with nmake
Bill Hoffman
2001-11-15
1
-1/+1
*
Closer to nmake build
Bill Hoffman
2001-11-14
1
-1/+3
*
ENH: fixes for borland compiler testing
Bill Hoffman
2001-10-03
1
-1/+3
[next]