51 Commits (bde7f6c023fc0425502191e409f331ce9f3fd154)

Author SHA1 Message Date
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
Alexander Neundorf 43de8c8628 ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do 18 years ago
Bill Hoffman d0f12061c3 ENH: add copy header stuff 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
Alexander Neundorf 7f11536704 ENH: now target names can be used in add_custom_command() and 18 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
Bill Hoffman ca0230a33e ENH: check in initial conv library stuff 19 years ago
Brad King 87d4d0e039 BUG: cmGlobalGenerator::Build should not always use the /fast target name because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. 19 years ago
Bill Hoffman 0883dee7f0 ENH: fix rebuild problem with xcode and universal binaries 19 years ago
Ken Martin 80f71359c1 STYLE: fix line length 19 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Bill Hoffman 89e5fc63fe STYLE: fix line lengths 20 years ago
Brad King 93c95f1cc5 BUG: Fixed installation of MacOSX Bundle executables and the corresponding install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory. 20 years ago
Andy Cedilnik 07260a6f27 ENH: Cleanup global targets even more and potentially fix Xcode 20 years ago
Andy Cedilnik c4156b4531 COMP: Even more global target fixes 20 years ago
Brad King 586a9427d3 ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAME_DIR specifying the directory portion of the OSX install_name field in shared libraries. This is the OSX equivalent of RPATH. 20 years ago
Brad King 131c4a3a17 COMP: Added missing method decl to header. 20 years ago
Bill Hoffman 07ef88c985 ENH: add COMPILE_FLAGS to targets 20 years ago
Brad King 22c62c9e65 BUG: Sweeping changes to cleanup computation of target names. This should 20 years ago
Bill Hoffman 391d3ed631 ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used 20 years ago
Andy Cedilnik 782bef7374 ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2 20 years ago
Bill Hoffman 47622dde01 ENH: fixes for Xcode 2.2 20 years ago
Andy Cedilnik 93ee345b41 BUG: fix xcode 15 (really bill Hoffman) 20 years ago
Bill Hoffman 6b4c142c7d ENH: add real support for Xcode21 20 years ago
Bill Hoffman a13713818c ENH: if Xcode21 is installed then create 21 compatible project files 20 years ago
Bill Hoffman 6688a725a3 ENH: fix bug 1960 20 years ago
Andy Cedilnik 61d0a75d11 ENH: Add option to ignore errors. Only works on make 21 years ago
Andy Cedilnik 064ca3834b ENH: Start working on command that will abstract generating of build command 21 years ago
Bill Hoffman 1568f73825 ENH: add source groups xcode 21 years ago
Andy Cedilnik 95d6107da2 FIX: fix crashing test SubDir for xcode 21 years ago
Bill Hoffman b7ef8149e8 ENH: add re run cmake if inputs change 21 years ago
Bill Hoffman d680e51777 ENH: fix relative paths in xcode 21 years ago
Andy Cedilnik 8b54b7a683 ENH: fix spaces in paths problems 21 years ago
Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test 21 years ago
Bill Hoffman 785b0dc012 ENH: all tests are passing for XCode 21 years ago
Bill Hoffman e930043477 ENH: more tests are passing, relative paths, and external objects are the ones left now 21 years ago
Bill Hoffman cb73410ccb ENH: more tests are passing 21 years ago
Bill Hoffman f508fc9839 ENH: add custom commands, still failing a bunch of tests 21 years ago
Bill Hoffman 34e7e36cae ENH: getting closer 21 years ago
Bill Hoffman ef5db04e24 more work on linking flags 21 years ago
Bill Hoffman f6f765e86f ENH: add link library stuff 21 years ago
Bill Hoffman fd0f29e6f4 ENH: depends work between targets 21 years ago
Bill Hoffman 68c419c780 ENH: getting closer 21 years ago
Bill Hoffman f403811a0c ENH: closer 21 years ago
Bill Hoffman b08e6ecb38 ENH: add trycompile code for xcode 21 years ago
Bill Hoffman 2ca86b868c ENH: move executable xcode stuff to a method 21 years ago
Bill Hoffman 97cd380970 ENH: create mainGroup 21 years ago
Bill Hoffman 97a51d2172 ENH: add more xcode stuff 21 years ago
Bill Hoffman 96daa417cb ENH: add initial non-working XCode stuff 21 years ago