Andy Cedilnik
|
1bbccc5bef
ENH: Improve handling of escaped characters
|
il y a 20 ans |
Andy Cedilnik
|
f7ddfbe1fd
ENH: Add extra argument
|
il y a 20 ans |
Andy Cedilnik
|
29f7e505a5
ENH: Use the new parser that supports nested variables
|
il y a 20 ans |
Ken Martin
|
8f8b72164a
ENH: remove old 1.2 compatability from cmake 2.2
|
il y a 20 ans |
Ken Martin
|
80f796039c
ENH: remove old 1.2 compatability from cmake 2.2
|
il y a 20 ans |
Andy Cedilnik
|
a9b729128f
BUG: If there is a fatal error, stop processing list file
|
il y a 20 ans |
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
|
il y a 20 ans |
Andy Cedilnik
|
826405a1b6
ENH: Speedup by storing source name without last extension
|
il y a 20 ans |
Bill Hoffman
|
1004073942
ENH: performance improvements
|
il y a 20 ans |
Brad King
|
738bbc767b
BUG: Do not repeat paths when trying the lib/ to lib64/ replacement.
|
il y a 20 ans |
Brad King
|
0d494a031c
ENH: Adding automatic generation of several 64-bit search path forms.
|
il y a 20 ans |
Bill Hoffman
|
5e0a796acc
ENH: better fix for 64 bit, add 64 to the name of all directories in the search path
|
il y a 20 ans |
Bill Hoffman
|
3ca1081419
BUG: try to address Bug 1673 .
|
il y a 20 ans |
Andy Cedilnik
|
86cebea79a
ENH: More ctest changes and move SetupTest to superclass
|
il y a 21 ans |
Ken Martin
|
62969492b0
ENH: removed GetParentProjects
|
il y a 21 ans |
Brad King
|
aa69a14495
BUG: Initializing from parent should copy link directories as well.
|
il y a 21 ans |
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
|
il y a 21 ans |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
il y a 21 ans |
Ken Martin
|
3ff6722934
ENH: cleanup by removing all the olf local generate junk that i not longer needed
|
il y a 21 ans |
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).
|
il y a 21 ans |
Brad King
|
df301a2542
BUG: Fixed GetCacheMinorVersion to not always return 0.
|
il y a 21 ans |
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.
|
il y a 21 ans |
Brad King
|
ffb2c0c0e5
BUG: cmSourceFile instances should delete their own custom commands when a new one is set.
|
il y a 21 ans |
Bill Hoffman
|
cb73410ccb
ENH: more tests are passing
|
il y a 21 ans |
Ken Martin
|
b1c5f1a7ba
ENH: fix for relative paths
|
il y a 21 ans |
Bill Hoffman
|
e75992a871
BUG: fix for 1369 before include directories need to be always added
|
il y a 21 ans |
Bill Hoffman
|
b69606da4c
ENH: look in the windows LIB env variable for libraries
|
il y a 21 ans |
Andy Cedilnik
|
56234aed4b
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
|
il y a 21 ans |
Bill Hoffman
|
5bf55d1590
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
il y a 21 ans |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
il y a 21 ans |