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
/
cmLocalUnixMakefileGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: remove cmSubDirectory from unused files?
Ken Martin
2005-03-18
1
-1/+0
*
ENH: add support for out of source source
Ken Martin
2005-03-14
1
-11/+12
*
BUG: Removed instances of calling ConvertToRelativeOutputPath twice on the sa...
Brad King
2005-02-25
1
-11/+7
*
ENH: Updated implementation of custom commands. Multiple command lines are n...
Brad King
2005-02-22
1
-21/+24
*
BUG: Fix for bug 1100. If EXECUTABLE_OUTPUT_PATH or LIBRARY_OUTPUT_PATH is a...
Brad King
2005-02-10
1
-0/+6
*
BUG: fix for bug 1396, object files could not be used as sources any more
Bill Hoffman
2004-12-06
1
-2/+24
*
FIX: make sure the object file name is correctly mangled for depend information
Bill Hoffman
2004-11-10
1
-0/+1
*
ENH: Moved code that checks output path variables to separate ConfigureOutput...
Brad King
2004-11-05
1
-13/+19
*
STYLE: Adjusted signature of cmGeneratedFileStream to make copy-if-different ...
Brad King
2004-11-03
1
-1/+1
*
ENH: Re-implemented cmGeneratedFileStream to look like a real stream and repl...
Brad King
2004-11-03
1
-5/+1
*
ENH: remove debug print
Bill Hoffman
2004-10-29
1
-1/+0
*
ENH: put error checking for missing linker languages
Bill Hoffman
2004-10-27
1
-1/+24
*
BUG: Add a space before the : only if the target name is one letter long. Th...
Brad King
2004-10-27
1
-2/+9
*
FIX: fix the problem where a target is a single character and nmake gets conf...
Bill Hoffman
2004-10-22
1
-2/+2
*
ENH: add the ability to generate custom commands for a language that is not s...
Bill Hoffman
2004-10-21
1
-564/+1
*
BUG: make sure output path is used for target with canonical name
Bill Hoffman
2004-10-18
1
-1/+5
*
ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...
Bill Hoffman
2004-09-29
1
-10/+10
*
BUG: make sure java jar files are not libfoo.jar but are just foo.jar
Bill Hoffman
2004-09-27
1
-2/+13
*
ENH: replace all enabled languages in rule vars
Bill Hoffman
2004-09-24
1
-3/+5
*
ENH: correctly ignore files
Bill Hoffman
2004-09-24
1
-11/+13
*
ENH: only replace the language being used in expand rule variables
Bill Hoffman
2004-09-23
1
-13/+28
*
STYLE: remove warning
Bill Hoffman
2004-09-23
1
-1/+1
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-236/+203
*
ENH: add better error reporting for file open failures
Bill Hoffman
2004-09-07
1
-0/+1
*
ENH: remove warnings
Bill Hoffman
2004-09-03
1
-0/+5
*
ENH: define language extensions in cmake files and not hard coded, also fix t...
Bill Hoffman
2004-09-03
1
-91/+62
*
ENH: more uniform approach to enable language, one step closer to being able ...
Bill Hoffman
2004-08-26
1
-20/+36
*
ERR: Fix the list of targets. The base target name now includes the MACOSX_BU...
Andy Cedilnik
2004-08-24
1
-1/+10
*
ENH: initial fortran support
Bill Hoffman
2004-08-06
1
-31/+83
*
BUG#427: Generated makefiles need to have targets with canonical names for ea...
Brad King
2004-08-05
1
-0/+12
*
BUG: remove double include flags for rc resouce compiles
Bill Hoffman
2004-07-09
1
-1/+0
*
BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of cu...
Brad King
2004-06-18
1
-3/+25
*
ERR: Fixed typo.
Brad King
2004-06-18
1
-1/+1
*
BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_B...
Brad King
2004-06-18
1
-0/+17
*
Removing automatic addition of a -I path for the current source directory.
Brad King
2004-06-15
1
-2/+0
*
BUG#891: When building CMake itself, use the new cmake to install so that the...
Ken Martin
2004-06-09
1
-2/+15
*
ENH: Fix preorder. This caused preorder to not work and the test passed becau...
Andy Cedilnik
2004-06-01
1
-1/+1
*
ENH: Implement additional make clean files as a directory property instead of...
Andy Cedilnik
2004-05-20
1
-1/+2
*
ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and o...
Bill Hoffman
2004-05-17
1
-2/+9
*
BUG: Need to recognize -B linker options.
Brad King
2004-05-10
1
-1/+1
*
ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ...
Andy Cedilnik
2004-05-04
1
-27/+34
*
BUG: fix to make spaces in paths work for jump over with borland and nmake on...
Bill Hoffman
2004-05-03
1
-1/+1
*
BUG: remove duplicate depend on cache file and use of make variable in make t...
Bill Hoffman
2004-04-30
1
-4/+4
*
ENH: remove warnings
Bill Hoffman
2004-04-29
1
-1/+1
*
ENH: remove warning
Bill Hoffman
2004-04-28
1
-1/+1
*
BUG: fix for bug 116 platform files can now specify directories that should n...
Bill Hoffman
2004-04-28
1
-1/+14
*
ENH: Encode object files with funny characters in the name. It should fix Bug...
Andy Cedilnik
2004-04-28
1
-4/+46
*
ENH: GetSafeDefinition is now in cmMakefile
Andy Cedilnik
2004-04-27
1
-62/+52
*
ENH: add SUBDIR PREORDER and fix clean for non-relative paths
Bill Hoffman
2004-04-23
1
-26/+90
*
ENH: add support for static library property STATIC_LIBRARY_FLAGS
Bill Hoffman
2004-04-22
1
-1/+1
[next]