aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cmake.rb
AgeCommit message (Collapse)Author
2013-08-08cmake: Added --HEADSamuel John
2013-07-16cmake 2.8.11.2 bottlesMike McQuaid
2013-07-16cmake 2.8.11.2.Xiyue Deng
Closes #21217. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-11cmake 2.8.11.1 bottlesMike McQuaid
2013-06-11cmake 2.8.11.1Lars Bilke
Closes #20407. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-08cmake: simplify test slightlyAdam Vandenberg
2013-05-25cmake 2.8.11 bottlesMike McQuaid
2013-05-25cmake 2.8.11Daniel Sloof
Closes #19894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-02-05cmake: 2.8.10.2 bottlesMike McQuaid
References #17594.
2013-02-05cmake 2.8.10.2Stefan
Closes #17594. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-30cmake: general cleanup and improve test.Mike McQuaid
2013-01-27cmake: style nitsAdam Vandenberg
2013-01-21Use new requirement syntaxJack Nagel
2012-11-10cmake 2.8.10.1Mike McQuaid
Closes #15896.
2012-11-10Revert "cmake 2.8.10"Mike McQuaid
This reverts commit d6d8b3e57e68387c75be5b22f15d28fe1a8b34dc.
2012-11-10cmake 2.8.10Mike McQuaid
2012-08-16cmake: 2.8.9Mike McQuaid
2012-08-13cmake: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-27CMake: Add Mountain Lion bottle.Mike McQuaid
2012-07-23cmake: Add support for ninja build generatorAustin Seipp
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-22Add CMake patch to fix DeployQt4 issue.Mike McQuaid
2012-06-03CMake: Update bottles with Framework patchesCharlie Sharpsteen
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-06-03CMake: Patch defaults for using FrameworksCharlie Sharpsteen
This patch makes it possible to use `-DCMAKE_FIND_FRAMEWORK` to override CMake default of giving priority to Frameworks when satisfying dependencies. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-29Update CMake bottle with pkg-config patch.Mike McQuaid
2012-04-28CMake: use a requirement to look for expat.frameworkAdam Vandenberg
2012-04-28Add patch to fix CMake pkg-config issue(s).Mike McQuaid
2012-04-19CMake 2.8.8.Mike McQuaid
Fixes #11745.
2012-04-10cmake: add Snow Leopard bottleMisty De Meo
2012-03-10cmake: remove outdated GREP_OPTIONS checkJack Nagel
We now unset GREP_OPTIONS when sanitizing the build environment. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-10Add Xcode 4.3 fixes to CMake.Mike McQuaid
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
This commit adds a `devel` entry to the DSL, allowing formulae to specify an unstable branch. `devel` takes a block, which should contain standard `url` and `md5` fields (and `version`, if necessary). This must come after the standard DSL fields. This commit also migrates over all formulae currently using `devel` to the new syntax, as well as formulae which used `head` for non-VCS urls. The new syntax is also available for `stable` and `bottle`. `stable` is an option alongside the old syntax. `bottle` replaces the old syntax. Note that the @stable ivar in Formula has been renamed to @standard, and the @bottle ivar has been renamed to @bottle_url. Closes #9735. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-16Update cmake bottle.Mike McQuaid
2011-12-30Update CMake to 2.8.7.Mike McQuaid
2011-10-05cmake 2.8.6Lars Bilke
Closes #7977. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-25CMake bottledMax Howell
Rationale: There's two things that make my Macbook Air fan spin up. Flash videos and building CMake. God I hate this bloated pile of crap. And I always `brew rm cmake` after installing something that misguidedly decided to use a CMake build system. So bottling it is an easier life for everyone.
2011-07-25CMake: Fix discovery of Qt libraries with 2.8.5Charlie Sharpsteen
CMake 2.8.5 fails to find some Qt libraries that CMake 2.8.4 could find. Added a patch that corrects this behavior. See discussion on the CMake mailing list: http://cmake.3232098.n2.nabble.com/FindQt4-errors-out-when-locating-QtUITools-under-CMake-2-8-5-td6619091.html Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-16cmake 2.8.5Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-23CMake: upstream patch for non-standard Devtools pathCharles Brossollet
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-07cmake: add grep_options check in formulaAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-16Upgrade CMake to 2.8.4.Mike McQuaid
2011-01-13Add upstream CMake bootstrap patch.Mike McQuaid
2010-12-26Cmake - look for expat framework and warnAdam Vandenberg
2010-11-11CMake no longer builds XML-RPC.Mike McQuaid
2010-11-09Re-enable parallel builds with CMake.Mike McQuaid
Looks like there are some upstream parallelism fixes so lets see if this is working again.
2010-11-09Update CMake to 2.8.3.Mike McQuaid
2010-10-07Wrap CMake patches in an array to get both of them applied, not just one.Mikkel Krautz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20CMAKE_OSX_ARCHITECTURES quoting patches for CMake 2.8.2.Mikkel Krautz
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-07-14Cmake 2.8.2Adam Vandenberg