Ken Martin
|
8f8b72164a
ENH: remove old 1.2 compatability from cmake 2.2
|
20 years ago |
Ken Martin
|
80f796039c
ENH: remove old 1.2 compatability from cmake 2.2
|
20 years ago |
Andy Cedilnik
|
a9b729128f
BUG: If there is a fatal error, stop processing list file
|
20 years ago |
Andy Cedilnik
|
d395b563ed
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
|
20 years ago |
Andy Cedilnik
|
826405a1b6
ENH: Speedup by storing source name without last extension
|
20 years ago |
Bill Hoffman
|
1004073942
ENH: performance improvements
|
20 years ago |
Brad King
|
738bbc767b
BUG: Do not repeat paths when trying the lib/ to lib64/ replacement.
|
20 years ago |
Brad King
|
0d494a031c
ENH: Adding automatic generation of several 64-bit search path forms.
|
20 years ago |
Bill Hoffman
|
5e0a796acc
ENH: better fix for 64 bit, add 64 to the name of all directories in the search path
|
20 years ago |
Bill Hoffman
|
3ca1081419
BUG: try to address Bug 1673 .
|
20 years ago |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
20 years ago |
Ken Martin
|
62969492b0
ENH: removed GetParentProjects
|
20 years ago |
Brad King
|
aa69a14495
BUG: Initializing from parent should copy link directories as well.
|
20 years ago |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
21 years ago |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
21 years ago |
Ken Martin
|
3ff6722934
ENH: cleanup by removing all the olf local generate junk that i not longer needed
|
21 years ago |
Brad King
|
c1ca511331
COMP: HP compiler does not like initializing a const std::string & with a const char* (which requires the reference to be bound to a temporary with the scope of the reference).
|
21 years ago |
Brad King
|
df301a2542
BUG: Fixed GetCacheMinorVersion to not always return 0.
|
21 years ago |
Brad King
|
39af9ee1e4
ENH: Updated implementation of custom commands. Multiple command lines are now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
|
21 years ago |
Brad King
|
ffb2c0c0e5
BUG: cmSourceFile instances should delete their own custom commands when a new one is set.
|
21 years ago |
Bill Hoffman
|
cb73410ccb
ENH: more tests are passing
|
21 years ago |
Ken Martin
|
b1c5f1a7ba
ENH: fix for relative paths
|
21 years ago |
Bill Hoffman
|
e75992a871
BUG: fix for 1369 before include directories need to be always added
|
21 years ago |
Bill Hoffman
|
b69606da4c
ENH: look in the windows LIB env variable for libraries
|
21 years ago |
Andy Cedilnik
|
56234aed4b
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
|
21 years ago |
Bill Hoffman
|
5bf55d1590
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
21 years ago |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 years ago |
Bill Hoffman
|
b5bdf2cb0a
ENH: add better error reporting for file open failures
|
21 years ago |
Bill Hoffman
|
c2ef51e181
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
|
21 years ago |
Bill Hoffman
|
731369ef9c
ENH: try to initialize all languages at the same time
|
21 years ago |