summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add source groups xcodeBill Hoffman2005-03-171-14/+86
|
* FIX: fix crashing test SubDir for xcodeAndy Cedilnik2005-03-111-20/+37
|
* ENH: fix for finding the correct target in the current projectBill Hoffman2005-03-041-14/+23
|
* FIX: fix spaces in pathsAndy Cedilnik2005-03-011-1/+1
|
* fix typeoBill Hoffman2005-02-281-1/+1
|
* ENH: add re run cmake if inputs changeBill Hoffman2005-02-281-74/+101
|
* COMP: remove some warningsBill Hoffman2005-02-261-4/+3
|
* COMP: fix warningBill Hoffman2005-02-261-2/+0
|
* ENH: clean up and use order link directoriesBill Hoffman2005-02-251-106/+73
|
* ENH: make sure header files are in the header file groupBill Hoffman2005-02-251-0/+10
|
* ENH: fix relative paths in xcodeBill Hoffman2005-02-241-64/+48
|
* ENH: fix spaces in paths problemsAndy Cedilnik2005-02-241-8/+24
|
* ENH: remove output path stuffAndy Cedilnik2005-02-241-3/+2
|
* FIX: fix to make this work with new custom command stuffBill Hoffman2005-02-231-6/+10
|
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-20/+34
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* ENH: ctest now uses CMake global generator to do the build part of ↵Ken Martin2005-02-221-10/+12
| | | | build-and-test
* ENH: fix for spaces in the pathAndy Cedilnik2005-02-181-5/+6
|
* COMP: remove warningBill Hoffman2005-02-181-8/+10
|
* ENH: all tests are passing for XCodeBill Hoffman2005-02-181-91/+213
|
* ENH: more tests are passing, relative paths, and external objects are the ↵Bill Hoffman2005-02-171-86/+232
| | | | ones left now
* ENH: add CMAKE_CFG_INTDIRBill Hoffman2005-02-171-0/+1
|
* ENH: use ALL_BUILD targetBill Hoffman2005-02-161-2/+5
|
* ENH: more tests are passingBill Hoffman2005-02-161-4/+77
|
* ENH: add custom commands, still failing a bunch of testsBill Hoffman2005-02-151-3/+226
|
* ENH: getting closerBill Hoffman2005-02-141-22/+157
|
* more work on linking flagsBill Hoffman2005-02-111-20/+66
|
* ENH: add link library stuffBill Hoffman2005-02-081-18/+78
|
* ENH: fix bug in target linkingBill Hoffman2005-02-071-6/+15
|
* ENH: this version can build cmakeBill Hoffman2005-02-041-25/+70
|
* COMP: remove warningsBill Hoffman2005-02-041-3/+3
|
* ENH: depends work between targetsBill Hoffman2005-02-031-10/+184
|
* ENH: getting closerBill Hoffman2005-02-021-145/+102
|
* ENH: closerBill Hoffman2005-02-011-10/+20
|
* ENH: getting closerBill Hoffman2005-02-011-2/+20
|
* COMP: fix warningBill Hoffman2005-02-011-1/+1
|
* ENH: add trycompile code for xcodeBill Hoffman2005-02-011-14/+174
|
* COMP: Added missing labels to case.Brad King2005-01-281-0/+4
|
* ENH: move executable xcode stuff to a methodBill Hoffman2005-01-281-52/+83
|
* ENH: use absolute pathsBill Hoffman2005-01-281-1/+1
|
* ENH: create mainGroupBill Hoffman2005-01-281-11/+22
|
* COMP: fix warningBill Hoffman2005-01-281-1/+1
|
* ENH: xcode almost working for simple exe, but not yetBill Hoffman2005-01-271-3/+3
|
* ENH: fix a few more xcode thingsBill Hoffman2005-01-271-2/+2
|
* ENH: add more xcode stuffBill Hoffman2005-01-271-18/+139
|
* COMP: fix warningsBill Hoffman2005-01-251-2/+2
|
* COMP: fix warningsBill Hoffman2005-01-251-9/+9
|
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-251-5/+13
|
* ENH: initial xcode stuffBill Hoffman2005-01-241-0/+179