summaryrefslogtreecommitdiffstats
path: root/Source/cmUnixMakefileGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* new archKen Martin2002-09-121-2241/+0
|
* ENH: use :: rule and not a long line extensionBill Hoffman2002-09-061-5/+2
|
* BUG: use windows paths for utility dependsBill Hoffman2002-09-031-2/+5
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-0/+37
|
* modified how source files store propertiesKen Martin2002-08-161-10/+10
|
* BUG: handle .exe extension for cygwinBill Hoffman2002-08-081-13/+4
|
* BUG: fix jump to directory and build for nmake if library path is not set. ↵Bill Hoffman2002-07-311-33/+22
| | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir
* Fix problem when using NMake. This generated lines without space so nmake ↵Andy Cedilnik2002-07-101-1/+1
| | | | got all confused
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-3/+8
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* ENH: Added cmStringStream class to wrap std::stringstream or std::strstream ↵Brad King2002-06-191-8/+3
| | | | depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed.
* use lower case and not short path for uniq paths on windowBill Hoffman2002-06-111-8/+4
|
* ENH: don't use short paths in the outputBill Hoffman2002-06-111-1/+3
|
* use short path to get unique path names for depend path outputBill Hoffman2002-06-111-1/+7
|
* BUG: MAKEFLAGS does not need to be passed on command line. It is ↵Brad King2002-05-291-16/+16
| | | | automatically set by make in environment for recursive call.
* ENH: enable cxx by default if no languages have been enabledBill Hoffman2002-05-221-0/+9
|
* ENH: change set<string> to set<cmStdString> to avoid long symbols that ↵Bill Hoffman2002-05-091-2/+2
| | | | crash ar on solaris
* WNG: remove a warningBill Hoffman2002-05-071-1/+1
|
* ENH: add an edit_cache target that runs ccmake or CMakeSetupBill Hoffman2002-05-071-0/+18
|
* ENH: change LINK_LIBRARY to add to targetsBill Hoffman2002-05-021-16/+0
|
* ENH: Add library dependency analysis.Amitha Perera2002-05-011-7/+2
|
* BUG: look for -l anywhere in link library entry not just the begining of the ↵Bill Hoffman2002-04-301-1/+1
| | | | line
* ENH: remove redirections for output of make commands as some things are lostBill Hoffman2002-04-271-3/+3
|
* COM: just fix up a commentBill Hoffman2002-04-261-4/+3
|
* BUG: fix shared links for cc on hpBill Hoffman2002-04-261-7/+24
|
* ENH: clean up depend outputBill Hoffman2002-04-231-1/+2
|
* ENH: add depends for utility targetsBill Hoffman2002-04-231-1/+13
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-3/+3
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-221-11/+20
|
* BUG: try to make sure a depend file only has one ruleBill Hoffman2002-04-191-1/+1
|
* BUG: work with spaces in the pathKen Martin2002-04-181-5/+4
|
* Make quotes and echos to work on unix (hopefully)Andy Cedilnik2002-04-181-1/+4
|
* BUG: quote the echo commandsBill Hoffman2002-04-181-3/+10
|
* ENH: use convert to output path for depend filesBill Hoffman2002-04-171-1/+1
|
* Allow modules to build properly again. (broken when Cxx testing was added)Yves Starreveld2002-04-111-2/+2
|
* ENH: clean up utility rule generationBill Hoffman2002-04-111-1/+28
|
* FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix genSebastien Barre2002-04-111-50/+20
|
* Fix problem with custom commands on unixAndy Cedilnik2002-04-101-10/+21
|
* ENH: check for compile flags and add back c flag to unix generatorBill Hoffman2002-04-091-1/+1
|
* ENH: use separate vars for creating c++ and c shared libraries and add a ↵Bill Hoffman2002-04-081-14/+44
| | | | test for c libraries
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-1/+11
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-24/+66
| | | | only project can be built with cmake, even without a cxx compiler
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-47/+49
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-1/+1
|
* ENH: add file specific compile flagsBill Hoffman2002-03-041-1/+6
|
* ENH: fix for spaces in paths on unixBill Hoffman2002-02-221-11/+14
|
* ENH: big change in the path handling, one function CreateOutputPath is used ↵Bill Hoffman2002-02-221-43/+36
| | | | to escape spaces and convert to the native path type
* ENH: add a virtual CreateMakeVariable to shorten makefile variables for ↵Bill Hoffman2002-02-211-41/+44
| | | | borland make
* ENH: fix for borland tlib files with dash in them problem.Bill Hoffman2002-02-181-0/+15
|
* ENH: only depend subdir builds on TARGETS, not all sub dir operations, we do ↵Bill Hoffman2002-02-141-5/+10
| | | | not want to build when doing a make depend
* Better support for parallel builds. Subdirs depend on their parent.Berk Geveci2002-02-011-1/+1
|