summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: make sure output path is used for target with canonical nameBill Hoffman2004-10-181-1/+5
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-10/+10
* BUG: make sure java jar files are not libfoo.jar but are just foo.jarBill Hoffman2004-09-271-2/+13
* ENH: replace all enabled languages in rule varsBill Hoffman2004-09-241-3/+5
* ENH: correctly ignore filesBill Hoffman2004-09-241-11/+13
* ENH: only replace the language being used in expand rule variablesBill Hoffman2004-09-231-13/+28
* STYLE: remove warningBill Hoffman2004-09-231-1/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-236/+203
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
* ENH: remove warningsBill Hoffman2004-09-031-0/+5
* ENH: define language extensions in cmake files and not hard coded, also fix t...Bill Hoffman2004-09-031-91/+62
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-20/+36
* ERR: Fix the list of targets. The base target name now includes the MACOSX_BU...Andy Cedilnik2004-08-241-1/+10
* ENH: initial fortran supportBill Hoffman2004-08-061-31/+83
* BUG#427: Generated makefiles need to have targets with canonical names for ea...Brad King2004-08-051-0/+12
* BUG: remove double include flags for rc resouce compilesBill Hoffman2004-07-091-1/+0
* BUG: Added special hack for VTK 4.0-4.4 to re-enable automatic addition of cu...Brad King2004-06-181-3/+25
* ERR: Fixed typo.Brad King2004-06-181-1/+1
* BUG: Need to preserve automatic addition of source tree to -I path if CMAKE_B...Brad King2004-06-181-0/+17
* Removing automatic addition of a -I path for the current source directory.Brad King2004-06-151-2/+0
* BUG#891: When building CMake itself, use the new cmake to install so that the...Ken Martin2004-06-091-2/+15
* ENH: Fix preorder. This caused preorder to not work and the test passed becau...Andy Cedilnik2004-06-011-1/+1
* ENH: Implement additional make clean files as a directory property instead of...Andy Cedilnik2004-05-201-1/+2
* ENH: change ADDITIONAL_MAKE_CLEAN_FILES to work with spaces in the path and o...Bill Hoffman2004-05-171-2/+9
* BUG: Need to recognize -B linker options.Brad King2004-05-101-1/+1
* ENH: Only mangle object files if CMAKE_MANGLE_OBJECT_FILE_NAMES is set. Only ...Andy Cedilnik2004-05-041-27/+34
* BUG: fix to make spaces in paths work for jump over with borland and nmake on...Bill Hoffman2004-05-031-1/+1
* BUG: remove duplicate depend on cache file and use of make variable in make t...Bill Hoffman2004-04-301-4/+4
* ENH: remove warningsBill Hoffman2004-04-291-1/+1
* ENH: remove warningBill Hoffman2004-04-281-1/+1
* BUG: fix for bug 116 platform files can now specify directories that should n...Bill Hoffman2004-04-281-1/+14
* ENH: Encode object files with funny characters in the name. It should fix Bug...Andy Cedilnik2004-04-281-4/+46
* ENH: GetSafeDefinition is now in cmMakefileAndy Cedilnik2004-04-271-62/+52
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-26/+90
* ENH: add support for static library property STATIC_LIBRARY_FLAGSBill Hoffman2004-04-221-1/+1
* ENH: Add support for adding object files and sources. This way you can use ex...Andy Cedilnik2004-04-181-9/+43
* ENH: Ok, that is it. Remove old install and replace it with newAndy Cedilnik2004-04-151-165/+4
* BUG: add full path libraries to the depend informationBill Hoffman2004-04-091-0/+13
* BUG: fix warning and shadow variableBill Hoffman2004-04-021-1/+0
* BUG: fix non relative pathsBill Hoffman2004-04-011-6/+12
* BUG: fix for non relative paths with spaces in the pathBill Hoffman2004-04-011-2/+19
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-311-5/+7
* ENH: Add a way to clean additional filesAndy Cedilnik2004-03-281-1/+8
* BUG: Added support to library flags parser for -Wl and -R options.Brad King2004-03-241-1/+1
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-13/+16
* ENH: Handle backticks as a valid libraryAndy Cedilnik2004-02-291-1/+1
* ERR: Cleanup and remove warningAndy Cedilnik2004-02-291-12/+2
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-13/+24
* BUG: -l or whatever should be at beginning of line.Andy Cedilnik2004-02-091-1/+1
* ENH: Fix ADD_DEPENDENCIES on Unix makefiles and fix SimpleInstall test not to...Andy Cedilnik2004-02-031-1/+10