- 12 Sep, 2016 1 commit
-
-
Brad King authored
Cygwin has packaged CMake independently of upstream for a long time. See its [cygport](https://github.com/cygwinports/cmake).
-
- 30 Aug, 2016 1 commit
-
-
Brad King authored
The Linux distro we've been using for this is so old that it limits our ability to import newer third-party software. Until a new machine can be configured to provide this binary we can simply drop it. Users will still be able to build from source or use a distro-provided version.
-
- 17 Mar, 2016 2 commits
-
-
Brad King authored
Compile with `-D_WIN32_WINNT=0x502` to use a WinXP-compatible API. Compile with `-D_USING_V110_SDK71_` to tell the VS standard library headers that we are building with a WinXP-compatible Windows SDK. Link executables with `-subsystem:console,5.02` to make them runnable on Windows XP 64-bit. Ideally `cmake-gui` should instead be linked with `-subsystem:windows,5.02` but with the Ninja and Makefile generators CMake adds `-subsystem:windows` after our `-subsystem:console,5.02` flag and the linker seems to interpret this combination as we need.
-
Brad King authored
The machine name we happen to use for the build is less informative than its platform.
-
- 19 Feb, 2016 1 commit
-
-
Brad King authored
Use a new build machine to produce the OS X binary targeting OS X 10.7 and using Qt 5.5.
-
- 21 Dec, 2015 1 commit
-
-
Brad King authored
Use a new build machine to produce the Windows binary using the CPack WiX generator to produce a `.msi` installer.
-
- 05 Oct, 2015 1 commit
-
-
Brad King authored
Users with OS X 10.5 or below can build from source or use an older CMake version.
-
- 02 Sep, 2015 1 commit
-
-
Brad King authored
Our upstream-built release tarballs already contain many unversioned paths and so will never overlap with another version of CMake in the same installation prefix. Therefore we do not need a versioned name for the documentation directory. Configure our release binaries to place the documentation in an unversioned directory so that one can use the same path to refer to the documentation locally even after updating CMake. For example, on OS X one may see the documentation in `/Applications/CMake.app/Contents/doc/cmake/html/index.html`.
-
- 23 Jul, 2015 1 commit
-
-
Brad King authored
We no longer produce binaries for AIX.
-
- 02 Dec, 2014 1 commit
-
-
Brad King authored
-
- 30 Apr, 2014 1 commit
-
-
Brad King authored
This machine has been decommissioned. See also SGI announcements: SGI Support of MIPS IRIX Products Changes December 2013 https://www.sgi.com/services/support/irix_mips_support.html https://www.sgi.com/products/software/irix/
-
- 27 Feb, 2014 1 commit
-
-
Brad King authored
-
- 29 Jan, 2014 2 commits
-
-
Brad King authored
Avoid requiring all build machines for the upstream packaging process to have Python and Sphinx installed. Instead create a way to build the documentation once on the host machine and copy it to each build machine as a tarball with content to include in the installation tree for packaging.
-
Brad King authored
Quote paths in the generated shell scripts so they work with spaces.
-
- 13 Aug, 2012 1 commit
-
-
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Run the following shell code: for c in else endif endforeach endfunction endmacro endwhile; do echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/' done >convert.sed && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' | egrep -z -v '^(Utilities/cm|Source/kwsys/)' | egrep -z -v 'Tests/CMakeTests/While-Endwhile-' | xargs -0 sed -i -f convert.sed && rm convert.sed
-
- 26 Aug, 2011 1 commit
-
-
David Cole authored
Removed script for dashsun1: machine is now defunct. R.I.P. Added new script for 64-bit universal binary build on dashmacmini5 with x86_64;i386
-
- 02 Jun, 2011 1 commit
-
-
David Cole authored
Set GIT_COMMAND to "git" -- each machine involved in building the CMake release binaries has the right "git" in the PATH. Separate the release scripts into two batches so we can build multiple releases on the same machine, in serial, if necessary. We currnetly do this with the Windows and Cygwin release binaries on dash2win64. Sort the files to be uploaded, so that sorting them by modification time (file copy / upload time) is equivalent to sorting them alphabetically.
-
- 15 Sep, 2010 1 commit
-
-
David Cole authored
Remove scripts for machines that no longer build releases. Update comments in README.
-
- 23 Feb, 2010 1 commit
-
-
Bill Hoffman authored
-
- 09 Feb, 2010 1 commit
-
-
Bill Hoffman authored
-
- 28 Jan, 2010 1 commit
-
-
Brad King authored
-
- 05 Nov, 2009 1 commit
-
-
Bill Hoffman authored
-
- 27 Jan, 2009 1 commit
-
-
Bill Hoffman authored
-
- 19 Aug, 2008 1 commit
-
-
Bill Hoffman authored
-
- 07 Mar, 2008 1 commit
-
-
Bill Hoffman authored
-
- 10 Sep, 2007 1 commit
-
-
Bill Hoffman authored
-
- 12 Feb, 2007 1 commit
-
-
Bill Hoffman authored
-
- 02 Feb, 2007 1 commit
-
-
Bill Hoffman authored
-
- 28 Nov, 2006 1 commit
-
-
Bill Hoffman authored
-
- 16 Oct, 2006 1 commit
-
-
Bill Hoffman authored
-
- 19 May, 2006 1 commit
-
-
Bill Hoffman authored
-
- 10 May, 2006 3 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- 09 May, 2006 2 commits
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-