summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* ERR: Remove debugAndy Cedilnik2003-12-181-1/+0
* BUG: Fix Bug #445 - Same library in multiple projects can cause problemsAndy Cedilnik2003-12-181-4/+5
* ENH: Using separate CMAKE_SHARED_LIBRARY_SONAME flags for C and CXX.Brad King2003-12-121-3/+4
* BUG: roll back change for variable used in pathBill Hoffman2003-12-101-57/+47
* ENH: use variables for output pathsBill Hoffman2003-12-091-47/+57
* ENH: Adding implementation of shared library version support on UNIX. This a...Brad King2003-11-261-74/+229
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+9
* BUG#318: cmake.check_depends now collects all dependencies for cmake.depends ...Brad King2003-10-311-3/+4
* BUG: fix for bug 303 pass makeflags to sub makesBill Hoffman2003-10-281-2/+11
* ENH: Added support for "make VERBOSE=1" to run one-time verbose make runs wit...Brad King2003-08-261-5/+7
* ENH: remove ifdef code and use makefile definitionsBill Hoffman2003-08-221-26/+28
* ENH: add the unix makefile generator as an option from the windows GUI, this ...Bill Hoffman2003-08-211-1/+1
* removed redundent includesKen Martin2003-08-101-1/+0
* remove shadowed variableKen Martin2003-08-081-2/+2
* ENH: Makefiles now have rules to do a global generate if the CMake listfiles ...Brad King2003-08-071-13/+31
* ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -iAndy Cedilnik2003-08-061-0/+9
* ENH: do not output make install rules on windows because they do not workBill Hoffman2003-08-061-0/+5
* ENH: Fix install problemAndy Cedilnik2003-08-061-1/+1
* BUG: Fixed implementation of long dependency list support. The proxy target ...Brad King2003-08-051-18/+7
* minor fixKen Martin2003-08-051-4/+4
* added outputEcho method and fixed make help for nmake and borlandKen Martin2003-08-051-35/+48
* added make help target first cutKen Martin2003-08-041-1/+47
* fix for debug libs on UNIXKen Martin2003-08-041-2/+12
* ERR: Remove debugAndy Cedilnik2003-08-011-1/+0
* ENH: Dependency lists are now split into multiple make lines to allow longer ...Brad King2003-08-011-15/+35
* ENH: Add support for -pthreadAndy Cedilnik2003-08-011-1/+1
* BUG: Adding link flags to an executable that links to shared libraries must b...Brad King2003-08-011-1/+2
* BUG (85): allow . to be in the name of an executableBill Hoffman2003-08-011-6/+34
* all Makefiles now have both full path to exe and short versionKen Martin2003-08-011-11/+10
* ENH: Syntax cleanupAndy Cedilnik2003-08-011-2/+2
* ENH: allow lib prefix for to stay for nmake and borland make as it is not a s...Bill Hoffman2003-08-011-0/+9
* ENH: Fix echo's to use @echo. This way verbose mode does not print twice: Bug...Andy Cedilnik2003-08-011-9/+9
* ENH: performance fixes for network dependsBill Hoffman2003-07-281-2/+5
* fix for utility depends bug#76Ken Martin2003-07-241-0/+2
* ENH: Merged use of the kwsys RegularExpression class instead of cmRegularExpr...Brad King2003-06-231-4/+6
* BUG: Uninitialized std::string returns bad pointers from c_str() on some plat...Brad King2003-06-111-2/+2
* BUG: When executable output path is not set, we still need to generate the fu...Brad King2003-06-111-2/+29
* warning fixesKen Martin2003-06-031-3/+3
* yikes added new custom command supportKen Martin2003-06-031-142/+186
* fix for .def files and nmake and spaces in the pathBill Hoffman2003-05-191-1/+1
* BUG: When building a C executable, we should add CMAKE_SHARED_LIBRARY_C_FLAGS...Brad King2003-05-161-2/+2
* ENH: Add support for make test even for fresh build of cmakeAndy Cedilnik2003-05-051-9/+16
* ENH: Support cmake in directory with spaceAndy Cedilnik2003-03-201-1/+1
* fix for correct path style in depend fileBill Hoffman2003-02-201-3/+3
* BUG: Fix problem with lib in the name of library. If there was lib in the nam...Andy Cedilnik2003-02-191-1/+1
* spelling errorsBill Hoffman2003-02-141-2/+2
* ENH: Running "make test" can now have ARGS specified on the command line. Th...Brad King2003-02-101-1/+4
* BUG: fix for spaces in paths in library pathBill Hoffman2003-02-081-1/+1
* Several fixes/improvements:Brad King2003-02-071-1/+12
* BUG: Fixed typo in previous fix.Brad King2003-01-201-1/+1