summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDirDavid Cole2011-09-121-1/+5
| | | | | | | | | | | | | | Caveats apply: only valid when not overriding default value for output dir *and* there is a CMAKE_XCODE_EFFECTIVE_PLATFORMS value. For now, CMAKE_XCODE_EFFECTIVE_PLATFORMS must be defined in each project, or in the cache for a build. Code relying on value of LOCATION and similar properties may not work if it depends on file existence on disk since CMake will not evaluate $(EFFECTIVE_PLATFORM_NAME). This feature is only enabled for making it easier to build Xcode iOS projects where the developer wants to be able to switch easily between simulator and device builds.
* Correct KWStyle line too long errorDavid Cole2011-07-191-1/+2
|
* Add use of EFFECTIVE_PLATFORM_NAME to generated Xcode projects.David Cole2011-07-183-9/+30
| | | | | Facilitates building iOS projects, enabling switching back and forth between simulator and device builds at development time.
* KWSys Nightly Date StampKWSys Robot2011-07-181-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-171-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-161-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-151-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-141-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-131-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-121-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-111-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-101-1/+1
|
* KWSys Nightly Date StampKWSys Robot2011-07-091-1/+1
|
* Begin post-2.8.5 developmentDavid Cole2011-07-081-2/+2
|
* CMake 2.8.5v2.8.5David Cole2011-07-082-1/+7
|
* Merge branch 'release'David Cole2011-07-082-3/+420
|\
| * CMake 2.8.5-rc3 include regression fixDavid Cole2011-06-271-0/+6
| |
| * Merge branch 'release'David Cole2011-06-272-3/+414
| |\
| | * CMake 2.8.5-rc3David Cole2011-06-212-1/+22
| | |
| | * Merge branch 'release'David Cole2011-06-212-3/+393
| | |\
| | | * CMake 2.8.5-rc2David Cole2011-06-152-1/+83
| | | |
| | | * Merge branch 'release'David Cole2011-06-152-3/+311
| | | |\
| | | | * CMake 2.8.5-rc1David Cole2011-05-252-3/+311
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-081-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-071-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-061-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-051-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-041-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-031-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-021-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-07-011-2/+2
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-301-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-291-1/+1
| | | | |
* | | | | Merge topic 'revert-fixbug_0004147'Brad King2011-06-281-59/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fc04531 Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
| * | | | | Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"Brad King2011-06-271-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1088b0278e74526298d0821589973918da33c44b. Wrapper dependency scanning (fix for #4147) does not work at CMake configuration time if an input file is provided by a custom command (regression #12307). Revert to original behavior until a solution is found.
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-281-1/+1
| |/ / / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-271-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-261-1/+1
| | | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-251-1/+1
| | | | |
* | | | | Merge topic 'use_devenv_forvs2010'Brad King2011-06-243-11/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8555c2b Look for VCExpress as a possible build tool as well as devenv. ed0075b Use relative paths for custom command inputs. 38368d5 Revert "With very long file names, VS 2010 was unable to compile files." 8cd66dc Use devenv instead of msbuild for vs2010.
| * | | | | Look for VCExpress as a possible build tool as well as devenv.Bill Hoffman2011-06-231-1/+2
| | | | | |
| * | | | | Use relative paths for custom command inputs.Bill Hoffman2011-06-221-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For source files we use full paths. This allows for longer directory names with VS2010. However, the use of full paths causes the GUI to not display the custom commands.
| * | | | | Revert "With very long file names, VS 2010 was unable to compile files."Bill Hoffman2011-06-211-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 945f2c2214bc80f513ed08ebe2c8003263a4ee56.
| * | | | | Use devenv instead of msbuild for vs2010.Bill Hoffman2011-06-211-9/+20
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-241-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-231-1/+1
| | | | | |
* | | | | | KWSys Nightly Date StampKWSys Robot2011-06-221-1/+1
| |_|/ / / |/| | | |
* | | | | KWSys Nightly Date StampKWSys Robot2011-06-211-1/+1
| | | | |
* | | | | Merge topic 'libarchive-install-copyright-notice'Brad King2011-06-201-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d39aee4 libarchive: Install COPYING with CMake documentation
| * | | | | libarchive: Install COPYING with CMake documentationBrad King2011-06-201-0/+2
| | | | | |