summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* spelling errorsBill Hoffman2003-02-141-2/+2
|
* ENH: Running "make test" can now have ARGS specified on the command line. ↵Brad King2003-02-101-1/+4
| | | | These ARGS are passed to ctest.
* BUG: fix for spaces in paths in library pathBill Hoffman2003-02-081-1/+1
|
* Several fixes/improvements:Brad King2003-02-071-1/+12
| | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones.
* BUG: Fixed typo in previous fix.Brad King2003-01-201-1/+1
|
* BUG: Fixed directory creation for spaces in install path.Brad King2003-01-201-8/+8
|
* ENH: Support for spaces in paths during make install.Brad King2003-01-171-73/+71
|
* BUG: When there are no link flags, we want an empty string, not a null pointer.Brad King2002-12-311-1/+8
|
* ENH: Support LINK_FLAGS property for static libraries.Brad King2002-12-311-1/+2
|
* WAR: remove wariningsBill Hoffman2002-12-231-0/+6
|
* ENH: fixes for borland with spaces in the pathBill Hoffman2002-12-221-0/+12
|
* clean up warning and use more short pathsBill Hoffman2002-12-221-10/+11
|
* ENH: add target propertiesBill Hoffman2002-12-201-28/+86
|
* BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file.Brad King2002-12-131-2/+2
|
* ENH: Added source file property OBJECT_DEPENDS to support generated header ↵Brad King2002-12-131-4/+36
| | | | files included in non-generated sources.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-3/+3
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* Add comment support, so that you can see in build process what the custom ↵Andy Cedilnik2002-12-101-3/+5
| | | | command does
* BUG: do not output empty dependsBill Hoffman2002-12-101-9/+9
|
* remove cerrBill Hoffman2002-12-101-1/+0
|
* BUG: fix bug in dependsBill Hoffman2002-12-101-12/+30
|
* Rename variable to remove warningAndy Cedilnik2002-12-091-6/+6
|
* ENH: fix IntDir jump and build problemBill Hoffman2002-12-061-27/+41
|
* use correct path type for check_cache fileBill Hoffman2002-12-051-5/+15
|
* ENH: add a rule to automatically re-run cmake from the top if the ↵Bill Hoffman2002-12-051-2/+10
| | | | CMakeCache.txt file is changed
* ENH: When a full path to a library cannot be parsed, just add the whole path ↵Brad King2002-12-041-0/+9
| | | | to the link line. If it isn't a valid path, the linker will complain.
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵Bill Hoffman2002-12-031-2/+0
| | | | the rules
* ENH: remove forced enable language call because a PROJECT command is now ↵Bill Hoffman2002-12-021-9/+0
| | | | added to each project
* BUG: add a space around the compile flagsBill Hoffman2002-12-021-0/+1
|
* BUG: fix compile flags for a single fileBill Hoffman2002-12-021-3/+5
|
* fix for paths with spaces and borlandBill Hoffman2002-11-221-1/+8
|
* fix for create shared libraryBill Hoffman2002-11-211-0/+6
|
* ERR: Fixed unused parameter warning.Brad King2002-11-201-4/+6
|
* fix some warningsBill Hoffman2002-11-191-5/+1
|
* fix warningBill Hoffman2002-11-191-1/+1
|
* fix some compiler warnings hopefullyKen Martin2002-11-171-3/+3
|
* BUG: fix for borland run time dllBill Hoffman2002-11-151-1/+6
|
* Fix compile flags on c files in static liobraries on windowsAndy Cedilnik2002-11-141-9/+7
|
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-141-2/+2
|
* Added missing space.Berk Geveci2002-11-141-0/+1
|
* Fix building on NMake. Use short pathsAndy Cedilnik2002-11-141-1/+1
|
* reorder tWR so that it does not crash with sharedBill Hoffman2002-11-141-5/+5
|
* add support for borland run time flag for shared buildsBill Hoffman2002-11-141-1/+17
|
* BUG: fix for build out of dir for windowsBill Hoffman2002-11-131-0/+29
|
* ENH: space fixes and add a status option to message commandKen Martin2002-11-131-0/+1
|
* BUG: fix path problemsBill Hoffman2002-11-121-3/+12
|
* ENH: add .def file supportBill Hoffman2002-11-121-1/+13
|
* BUG: change to new variablesBill Hoffman2002-11-121-4/+6
|
* BUG: fix reg expressionBill Hoffman2002-11-121-1/+1
|
* *** empty log message ***Brad King2002-11-121-16/+16
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-111-14/+62
|