[Cmake-commits] CMake branch, next, updated. v3.2.1-1031-g21d33bf

2015-03-16 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=21d33bf37b0a254b68a3dbaaeb085970503b52d8 commit 21d33bf37b0a254b68a3dbaaeb085970503b52d8 Merge: 0122877 373eb54 Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Mon Mar 16 09:44:34 2015 -0400 Commit: CMake Topic Stage

[Cmake-commits] CMake branch, next, updated. v3.2.1-1026-g8e743b9

2015-03-15 Thread Zach Mullen
8e743b99e4c688892ef05271b8dae5adb112f2c2 Merge: 0a9885a 64e2213 Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Sun Mar 15 13:06:20 2015 -0400 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Sun Mar 15 13:06:20 2015 -0400 Merge topic 'output-ctest-env-vars' into next

[CMake] CTest error regex bug

2011-05-18 Thread Zach Mullen
HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success [ 20%] -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC/PostContext RepeatCount0/RepeatCount /Error Thanks, -- Zach Mullen R D Engineer Kitware Inc. (919) 969-6990 x314 ___ Powered by www.kitware.com Visit other Kitware

[Cmake-commits] CMake branch, next, updated. v2.8.4-1485-g48e8970

2011-04-29 Thread Zach Mullen
48e89708ffea959d7c28bf2a4e4b5b457aa2395d Merge: 6bb0a21 8024c53 Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Fri Apr 29 12:12:58 2011 -0400 Commit: Zach Mullen zach.mul...@kitware.com CommitDate: Fri Apr 29 12:12:58 2011 -0400 Merge branch 'dont-compress-memcheck-output

[Cmake-commits] CMake branch, next, updated. v2.8.4-1035-gb353ae9

2011-02-28 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b353ae91e5b48f1eb5f64185b20491ac7f792018 commit b353ae91e5b48f1eb5f64185b20491ac7f792018 Merge: 013f8f7 f552c3c Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Mon Feb 28 15:26:38 2011 -0500 Commit: Zach Mullen

[Cmake-commits] CMake branch, next, updated. v2.8.4-929-g633f628

2011-02-18 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=633f6285702d4c044735f119f1b7ef645f808eb6 commit 633f6285702d4c044735f119f1b7ef645f808eb6 Merge: 7cc232e 42fe754 Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Fri Feb 18 12:17:47 2011 -0500 Commit: Zach Mullen

[Cmake-commits] CMake branch, next, updated. v2.8.3-1148-g078e351

2011-01-03 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=078e35166b13153c17989ee4bc178b1b77fdf357 commit 078e35166b13153c17989ee4bc178b1b77fdf357 Merge: c96ea14 6b0c7de Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Mon Jan 3 11:26:55 2011 -0500 Commit: Zach Mullen

[Cmake-commits] CMake branch, next, updated. v2.8.3-1156-g27920f2

2011-01-03 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=27920f2ff7f657fb01e0b9c7164e95c1e982b643 commit 27920f2ff7f657fb01e0b9c7164e95c1e982b643 Merge: e207994 51bb493 Author: Zach Mullen zach.mul...@kitware.com AuthorDate: Mon Jan 3 14:42:30 2011 -0500 Commit: Zach Mullen

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-12-09 Thread Zach Mullen
Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake Tyler, Thanks for the patch :) -- Zach Mullen R D Engineer Kitware Inc. (919) 969-6990 x314 ___ Powered by www.kitware.com Visit other Kitware open-source

[Cmake-commits] CMake branch, next, updated. v2.8.3-719-gac19b42

2010-12-01 Thread Zach Mullen
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ac19b42662ba8030e508bbcdd0d76dc23bcdc96d commit ac19b42662ba8030e508bbcdd0d76dc23bcdc96d Merge: 1c5f993 13f2454 Author: Zach Mullen zach.mul...@kitware.com AuthorDate

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-11-30 Thread Zach Mullen
, Nov 30, 2010 at 12:43 PM, Tyler Roscoe ty...@cryptio.net wrote: On Fri, Nov 26, 2010 at 10:38:44AM -0500, Zach Mullen wrote: I just realized why this isn't working -- it's actually not a regression. Maybe we have different definitions of regression. I see a feature that used to do one thing

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-11-26 Thread Zach Mullen
On Tue, Nov 23, 2010 at 6:02 PM, David Cole david.c...@kitware.com wrote: It might be due to this commit: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=142edf8ad4baccd991a6a8a3e5283d0b575acca2 (first released in 2.8.3) Or this one:

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-11-26 Thread Zach Mullen
backward compatibility for those not using parallel ctest. The non-parallel way to specify a test to run last is simply to make it the last add_test call. -Zach On Fri, Nov 26, 2010 at 10:20 AM, Zach Mullen zach.mul...@kitware.comwrote: On Tue, Nov 23, 2010 at 6:02 PM, David Cole david.c

[Cmake-commits] CMake branch, next, updated. v2.8.2-172-g517f4c0

2010-07-01 Thread Zach Mullen
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=517f4c03f0757aff3e0289bc238986da9bdf33e0 commit 517f4c03f0757aff3e0289bc238986da9bdf33e0 Merge: 8ee7df8 142edf8 Author: Zach Mullen zach.mul...@kitware.com Date: Thu Jul

[Cmake-commits] CMake branch, next, updated. v2.8.1-1484-gf8370df

2010-06-23 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f8370df82654be256ddc879a4313d7f7b8c33ce6 commit f8370df82654be256ddc879a4313d7f7b8c33ce6 Merge: 2563b77 1a4c0c5 Author: Zach Mullen zach.mul...@kitware.com Date: Wed Jun 23 17:19:19 2010 -0400 Merge branch 'fix-ctest-parallel

[Cmake-commits] CMake branch, next, updated. v2.8.1-1409-g5919d67

2010-06-15 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5919d6733b5ca1fbdc6b3a4bbd85bf7059a0a8c8 commit 5919d6733b5ca1fbdc6b3a4bbd85bf7059a0a8c8 Merge: 0d482b0 960dc2b Author: Zach Mullen zach.mul...@kitware.com Date: Tue Jun 15 10:29:57 2010 -0400 Merge branch 'fix-stoptime-mem

[Cmake-commits] CMake branch, next, updated. v2.8.1-1411-ge8c40d3

2010-06-15 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8c40d338ee362ca71b1e1e52f20e7a9ffabe5a6 commit e8c40d338ee362ca71b1e1e52f20e7a9ffabe5a6 Merge: 5919d67 6e7f182 Author: Zach Mullen zach.mul...@kitware.com Date: Tue Jun 15 10:43:48 2010 -0400 Merge branch

[Cmake-commits] CMake branch, next, updated. v2.8.1-1385-g5db1496

2010-06-11 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5db1496efaef0243836e253e7bc7951134d904b0 commit 5db1496efaef0243836e253e7bc7951134d904b0 Merge: 1ef2dc0 9d6567a Author: Zach Mullen zach.mul...@kitware.com Date: Fri Jun 11 14:17:20 2010 -0400 Merge branch

[Cmake-commits] CMake branch, next, updated. v2.8.1-1315-g417d98f

2010-06-05 Thread Zach Mullen
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=417d98fba6bc5741826ba99342edfd1c7940447a commit 417d98fba6bc5741826ba99342edfd1c7940447a Merge: 4a94687 86e81b5 Author: Zach Mullen zach.mul...@kitware.com Date: Sat Jun 5 10:36:43 2010 -0400 Merge branch 'ctest-file-checksum