Ken Martin
|
770d4a2fac
ENH: remove cmSubDirectory from unused files?
|
пре 20 година |
Ken Martin
|
791aa6052b
ENH: add support for out of source source
|
пре 20 година |
Brad King
|
c56045f2e2
BUG: Removed instances of calling ConvertToRelativeOutputPath twice on the same path.
|
пре 20 година |
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 година |
Brad King
|
cab47a47a2
BUG: Fix for bug 1100. If EXECUTABLE_OUTPUT_PATH or LIBRARY_OUTPUT_PATH is a relative path it should be converted to a full path relative to each build directory.
|
пре 21 година |
Bill Hoffman
|
2615e6f0a9
BUG: fix for bug 1396, object files could not be used as sources any more
|
пре 21 година |
Bill Hoffman
|
144bc1e55c
FIX: make sure the object file name is correctly mangled for depend information
|
пре 21 година |
Brad King
|
6297bcbf1d
ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass.
|
пре 21 година |
Brad King
|
a5ae290a5b
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different more explicity.
|
пре 21 година |
Brad King
|
d46d8df0ed
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and replace the destination file atomically. This will avoid problems with the process being terminated while generating a file.
|
пре 21 година |
Bill Hoffman
|
901dc9d49f
ENH: remove debug print
|
пре 21 година |
Bill Hoffman
|
36c8f1d157
ENH: put error checking for missing linker languages
|
пре 21 година |
Brad King
|
a2b8c1fbcb
BUG: Add a space before the : only if the target name is one letter long. This works around bugs in some shells' tab completion of target names.
|
пре 21 година |
Bill Hoffman
|
040f776885
FIX: fix the problem where a target is a single character and nmake gets confused and add a test for it
|
пре 21 година |
Bill Hoffman
|
7cef36c628
ENH: add the ability to generate custom commands for a language that is not supported by an IDE
|
пре 21 година |
Bill Hoffman
|
6abbc7b1ff
BUG: make sure output path is used for target with canonical name
|
пре 21 година |
Bill Hoffman
|
5bf55d1590
ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString
|
пре 21 година |
Bill Hoffman
|
016e0e52cb
BUG: make sure java jar files are not libfoo.jar but are just foo.jar
|
пре 21 година |
Bill Hoffman
|
1603e16cc5
ENH: replace all enabled languages in rule vars
|
пре 21 година |
Bill Hoffman
|
16c0a02d9b
ENH: correctly ignore files
|
пре 21 година |
Bill Hoffman
|
a7e20abcdb
ENH: only replace the language being used in expand rule variables
|
пре 21 година |
Bill Hoffman
|
d11cecab7d
STYLE: remove warning
|
пре 21 година |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
пре 21 година |
Bill Hoffman
|
b5bdf2cb0a
ENH: add better error reporting for file open failures
|
пре 21 година |
Bill Hoffman
|
46a493ae74
ENH: remove warnings
|
пре 21 година |
Bill Hoffman
|
c2ef51e181
ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem
|
пре 21 година |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
пре 21 година |
Andy Cedilnik
|
ded244d1a8
ERR: Fix the list of targets. The base target name now includes the MACOSX_BUNDLE path
|
пре 21 година |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
пре 21 година |
Brad King
|
46418e70a3
BUG#427: Generated makefiles need to have targets with canonical names for each executable and library target in order for try-compiles to work correctly when specifying the target.
|
пре 21 година |