summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-051-0/+21
|
* BUG: fix for bug 2533, make foo/foo.o now works and .o files are in the helpBill Hoffman2006-01-021-7/+13
|
* ENH: fix so verbose is put in the correct placeBill Hoffman2005-12-311-8/+8
|
* ENH: make sure -F is not duplicatedBill Hoffman2005-12-271-4/+24
|
* ENH: remove warningBill Hoffman2005-12-271-1/+5
|
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+24
|
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-221-16/+38
| | | | msys and mingw
* BUG: Libraries and executables that are built with version numbers and ↵Brad King2005-12-211-5/+35
| | | | symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated.
* COMP: Fix conversion warning.Brad King2005-12-141-1/+1
|
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ↵Brad King2005-12-141-81/+45
| | | | the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed.
* ENH: removed TARGET_DIR_PREFIX support and someother fixKen Martin2005-12-131-10/+3
|
* PERF: apply patch for bug 2575 speeds up depend scanningBill Hoffman2005-12-091-1/+5
|
* BUG: Fixed support for external object files built by custom commands. Also ↵Brad King2005-11-171-2/+17
| | | | added a test to keep it working.
* BUG: make the clean target workBill Hoffman2005-10-281-8/+9
|
* ENH: fix for bad placement of SILENT targetKen Martin2005-10-211-24/+28
|
* BUG: symlink issueKen Martin2005-10-211-1/+5
|
* BUG: fix bad checkin that had debugging code in itKen Martin2005-10-211-1/+1
|
* BUG: fix over checking of build systemKen Martin2005-10-201-4/+7
|
* BUG: fix for def files and new local target link linesKen Martin2005-10-201-2/+2
|
* ENH: missing check_build_system for all targetKen Martin2005-10-201-0/+2
|
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-80/+104
|
* COMP: fix compiler errorKen Martin2005-10-191-3/+1
|
* BUG: cd into local directory to reduce link line lengthKen Martin2005-10-191-102/+47
|
* ENH: Improve performance of check build system by creating another file that ↵Andy Cedilnik2005-10-121-8/+23
| | | | is simpler to parse and therefore much faster overall
* BUG: If the scanner is not defined this would crash. For example when using ↵Andy Cedilnik2005-08-191-18/+18
| | | | new language
* ENH: Added versioned executable support. This partially addresses bug#2143. ↵Brad King2005-08-171-22/+52
| | | | Also made OUTPUT_NAME work when installing executables.
* BUG: Do not make a file depend on a virtual target. That causes everything ↵Brad King2005-08-171-8/+0
| | | | to always rebuild.
* COMP: Cannot use first/last insertion constructor of std::set because it is ↵Brad King2005-08-171-2/+6
| | | | not available on all platforms.
* ENH: Adding support for automatically adding the OBJECT_DEPENDS for ↵Brad King2005-08-171-5/+62
| | | | generated header files.
* BUG: fix for sun make with spacesKen Martin2005-08-091-2/+2
|
* ENH: have the build.make file include flags.make and use the language flagsKen Martin2005-08-081-26/+13
|
* BUG: Do not escape CMAKE_COMMAND twice.Brad King2005-08-081-2/+1
|
* ENH: fix and issue with spaces in pathsKen Martin2005-08-081-0/+3
|
* ENH: fix warningKen Martin2005-08-051-4/+4
|
* ENH: some fixes for cwd problems with rebuild_cache optionKen Martin2005-08-051-17/+16
|
* FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr callsBill Hoffman2005-08-021-3/+1
|
* ENH: first step to only rebuuilding on flag changesKen Martin2005-08-011-11/+80
|
* BUG: Fix dependencies. Looks like all dependencies were missing subdirectoryAndy Cedilnik2005-07-291-1/+3
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-6/+10
|
* ENH: fix warningKen Martin2005-07-281-3/+3
|
* ENH: always write out all custom commandsKen Martin2005-07-281-23/+1
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-4/+2
|
* ENH: maybe fix fortran issueKen Martin2005-07-271-9/+2
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-19/+3
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-5/+2
|
* ENH: fix some warnings and cleanup someKen Martin2005-07-271-8/+4
|
* ENH: reduce the number of files produced still needs a bit more cleanupKen Martin2005-07-271-265/+307
|
* ENH: if it is not a cmake target or a full path do not put depend ↵Bill Hoffman2005-07-261-1/+1
| | | | information in the command
* ENH: remove commented codeBill Hoffman2005-07-151-21/+0
|
* FIX: fix bug 2043 borland compiler and dll problem and add a test for itBill Hoffman2005-07-141-11/+12
|