169 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
Ken Martin cc6f53b61f ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now 18 years ago
David Cole 8e4c7b99e1 ENH: Finish up the Framework creation code restructuring. Frameworks build and install now. More work needed on the packaging step. See Tests/Framework for example use. 18 years ago
Bill Hoffman 267fd538d8 ENH: fix build issue with config type not being specified by ctest 18 years ago
Brad King 782c5c270f COMP: Fix shadowed local warning by scoping the previous decl properly. 18 years ago
Brad King f2ac53bb10 ENH: Added XCODE_ATTRIBUTE_<an-attribute> property to allow direct setting of Xcode target attributes in generated projects. For example, one may set the prefix header property and the corresponding precompiled option to do precompiled headers. 18 years ago
David Cole b867a85213 STYLE: Fix line length style errors introduced last week. 18 years ago
David Cole fa61182de8 ENH: Improvements to the Xcode generator. Build frameworks using native Copy Headers and Copy Bundle Resources phases. Fix bugs: eliminate folders with no names, ensure source files show up in multiple targets, remove empty utility targets from Sources subtrees, ensure that fileRefs only show up once in each grouping folder. 18 years ago
David Cole ee91e25499 BUG: Only pay attention to the FRAMEWORK target property for SHARED library targets 18 years ago
Alexander Neundorf 43de8c8628 ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do 18 years ago
Brad King 35936433e1 ENH: Merging changes from branch CMake-SourceFile2-b between tags 18 years ago
Brad King fac5d4845a BUG: Finished previous fix. 18 years ago
Brad King b4fb25941a COMP: Fixed shadowed local warning. 18 years ago
Brad King 60f02a27db ENH: Remove unused build rules from Xcode. This change was made in the VS generators on 2006-03-23 and should have been made for the Xcode generator too. Also commented out some debug print statements. 18 years ago
Brad King 14d50b086f COMP: Fix build of XCode generator after change to GetSourceFiles signature. 18 years ago
Bill Hoffman d0f12061c3 ENH: add copy header stuff 18 years ago
Brad King ea44d68cb6 BUG: Need to use GetRealDependency for custom command file-level dependencies. 18 years ago
Brad King ba7780a3c4 ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets. No targets of type cmTarget::INSTALL_FILES or cmTarget::INSTALL_PROGRAMS are created, so we do not need to check for them everywhere anymore. 18 years ago
Alexander Neundorf 4878c00905 ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an 18 years ago
Alexander Neundorf e4b5de6377 STYLE: fix line lengths 18 years ago
Brad King 6c421971b9 BUG: Fixed generation of XCODE_DEPEND_HELPER.make into proper directory. Cleaned up duplicate code created by recent changes. 18 years ago
Alexander Neundorf 362f81981e STYLE: fix line length 18 years ago
Bill Hoffman 8c39efe854 ENH: make sure escaping is done for strings on the command line 18 years ago
Bill Hoffman 3e3413dadc ENH: fix for move of trace depends 18 years ago
Andy Cedilnik 181f4cb0af ENH: fix for older xcode and framework create 18 years ago
Alexander Neundorf 7f11536704 ENH: now target names can be used in add_custom_command() and 18 years ago
Bill Hoffman 5af3105021 ENH: getting closer 18 years ago
Bill Hoffman 2ed6191fce ENH: add initial xcode framework stuff 18 years ago
Bill Hoffman 5ed2141d12 ENH: make sure default /System framework is not added with -F 19 years ago
Brad King 0e15f3412f COMP: Restored shared local variable removed by previous change. 19 years ago
Brad King af95f61d76 ENH: Created method cmTarget::GetExportMacro to centralize computation of the export symbol name. This removes duplicate code from all the generators. Also enabled the export definition for executable targets with the ENABLE_EXPORTS property set. 19 years ago
Ken Martin c53b26baf2 ENH: some more cleanup 19 years ago
Ken Martin 55603ea9eb COMP: XCode fix 19 years ago
Brad King 789a0f8359 ENH: Removed unused variables LibraryOutputPath and ExecutableOutputPath. Each target is asked for its own output directory. This is a step towards bug#2240. 19 years ago
Brad King 073076e0f7 COMP: Fix ConvertToRelativePath change for Xcode generator. 19 years ago
Bill Hoffman 7a13c7affe BUG: fix for quotes in strings for flags #4022 19 years ago
Bill Hoffman d5cb0f48b7 ENH: fix source extensions fror txt on xcode 19 years ago
Bill Hoffman d712e40d36 ENH: fix for force language stuff 19 years ago
Bill Hoffman 797a7f50a2 ENH: use project not target name 19 years ago
Bill Hoffman 63e2a9dffa ENH: fix for external object test 19 years ago
Bill Hoffman 66523061d0 ENH: remove warnings and debug statement 19 years ago
Bill Hoffman ca0230a33e ENH: check in initial conv library stuff 19 years ago
Bill Hoffman 5330a03994 ENH: allow for -gdwarf-2 to be in cflags or cxxflags for xcode 19 years ago
Bill Hoffman 052cb7753b ENH: undo bad changes 19 years ago
Bill Hoffman 107e01c8dc ENH: fix for bug -gdwarf getting removed 19 years ago
Brad King c0326d0d54 ENH: Simplify code by removing redundant check against BUILD_WITH_INSTALL_RPATH. 19 years ago
Bill Hoffman 21f3a18bee ENH: fix failing tests on mac 19 years ago
Brad King 7d2de52c1a ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid to have an output from a utility rule and no calls to the method asked for an output anyway. The argument has been removed. 19 years ago
Brad King dd332a00cc ENH: Re-implemented command line argument shell quoting to support several platforms with one code base. 19 years ago
Brad King b9fc06735d BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode. 19 years ago
Bill Hoffman 78275f1d4b ENH: do not use OBJROOT or you can get two copies of executables 19 years ago