Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version scheme to support branchy workflow | Brad King | 2010-04-23 | 8 | -44/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare to switch to the workflow described by "git help workflows". In this workflow, the "master" branch is always used to integrate topics ready for release. Brand new work merges into a "next" branch instead. We need a new versioning scheme to work this way because the version on "master" must always increase. We no longer use an even/odd minor number to distinguish releases from development versions. Since we still support cvs checkout of our source tree we cannot depend on "git describe" to compute a version number based on the history graph. We can use the CCYYMMDD nightly date stamp to get a monotonically increasing version component. The new version format is "major.minor.patch.(tweak|date)". Releases use a tweak level in the half-open range [0,20000000), which is smaller than any current or future date. For tweak=0 we do not show the tweak component, leaving the format "major.minor.patch" for most releases. Development versions use date=CCYYMMDD for the tweak level. The major.minor.patch part of development versions on "master" always matches the most recent release. For example, a first-parent traversal of "master" might see v2.8.1 2.8.1.20100422 v2.8.2 | | | ----o----o----o----o----o----o----o----o---- Since the date appears in the tweak component, the next release can increment the patch level (or any more significant component) to be greater than any version leading to it. Topic branches not ready for release are published only on "next" so we know that all versions on master lead between two releases. | ||||
* | Implement extra coverage globbing | Zach Mullen | 2010-04-23 | 3 | -1/+92 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | -fix typo in HAS_CXX docs (#10578) | Alex Neundorf | 2010-04-21 | 1 | -1/+1 |
| | | | | Alex | ||||
* | -fix linking to frameworks when crosscompiling from Linux to iPhone (#10526) | Alex Neundorf | 2010-04-21 | 1 | -2/+3 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | Fix release scripts. | Bill Hoffman | 2010-04-20 | 4 | -3/+12 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | KWSys Process: Add OpenBSD process tree kill support | Brad King | 2010-04-19 | 1 | -1/+1 |
| | | | | Patch from Chuck Atkins <chuck.atkins@kitware.com> | ||||
* | KWSys SharedForward: Add OpenBSD support | Brad King | 2010-04-19 | 1 | -0/+6 |
| | | | | Patch from Chuck Atkins <chuck.atkins@kitware.com> | ||||
* | -add more names for libpng, so it also support libpng 1.4 on Windows (#10551) | Alex Neundorf | 2010-04-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | -don't add the INCLUDE env.var twice to the Eclipse project file | Alex Neundorf | 2010-04-19 | 1 | -1/+0 |
| | | | | Alex | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | FindDart: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+5 |
| | |||||
* | FindDart: mark DART_ROOT as advanced | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+2 |
| | |||||
* | FindGLU: add deprecation message | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -1/+3 |
| | |||||
* | FindGCCXML: document variables | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+3 |
| | |||||
* | FindGCCXML: mark executable as advanced | Kovarththanan Rajaratnam | 2010-04-18 | 1 | -0/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-18 | 1 | -1/+1 |
| | |||||
* | FindLibXslt: move include statement + misc whitespace cleanup | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -5/+2 |
| | |||||
* | FindAVIFile: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -11/+9 |
| | |||||
* | FindPhysFS: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -4/+4 |
| | |||||
* | FindQuickTime: use find_package_handle_standard_args() | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -6/+4 |
| | |||||
* | FindZLIB: only set INCLUDE_DIRECTORIES/LIBRARIES if zlib is found | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -5/+6 |
| | |||||
* | FindLibXml2: move include statement | Kovarththanan Rajaratnam | 2010-04-17 | 1 | -2/+1 |
| | |||||
* | Make VERBOSE_FLAG appear as first statement for consistency | Kovarththanan Rajaratnam | 2010-04-17 | 4 | -5/+7 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Fix support of VS Express 10, but looking for MSBuild in the right place. | Bill Hoffman | 2010-04-16 | 1 | -28/+3 |
| | |||||
* | FindMPEG: mark variables in cache as advanced | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | FindMPEG: also check if MPEG_vo_LIBRARY is valid | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | FindEXPAT: else() not needed | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -3/+0 |
| | |||||
* | FindJasper: don't put JASPER_LIBRARIES into cache | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -1/+1 |
| | | | | This means that the user no longer sees this value _but_ this is backwards compatible because setting JASPER_LIBRARIES had no effect previously because we would override it using set() | ||||
* | FindJasper: don't set JASPER_LIBRARIES twice | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -4/+0 |
| | |||||
* | FindJasper: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -5/+0 |
| | |||||
* | FindASPELL: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -6/+0 |
| | |||||
* | FindHSPELL: capitalize Hspell properly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -5/+5 |
| | |||||
* | FindHSPELL: add version support | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -0/+10 |
| | |||||
* | FindHSPELL: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-16 | 1 | -9/+2 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | -add basic search directories for the "Generic" platform | Alex Neundorf | 2010-04-14 | 1 | -0/+6 |
| | | | | | | | | | | As reported on the mailing list, find_path/file/library/program() basically don't work at all if CMAKE_FIND_ROOT_PATH is set and searching in the host system directories is disabled. This patch adds /include, /lib and /bin to the search directories, so they will be appended to CMAKE_FIND_ROOT_PATH so this will work for the "Generic" platform (embedded systems without OS) Alex | ||||
* | Handle non-ASCII terminators in file(STRINGS) | Brad King | 2010-04-14 | 1 | -31/+19 |
| | | | | | | | | | | Commit "Support more special characters in file(STRINGS)" (2009-10-06) attempted to support parsing strings from binaries produced by the Portland Group Fortran compiler. The compiler seems to put an extra byte just at the end of its string literals. Previously we dealt with this by explicitly enumerating bytes known to occur, but it seems that many such possibilities exist. Now we support extraction of strings that end in any non-ASCII character. | ||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | Fix for bug #10544, make check was sent to the wrong log file | Bill Hoffman | 2010-04-13 | 1 | -3/+3 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | KWSys Nightly Date Stamp | KWSys Robot | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | FindSubversion: simplify using FindPackageHandleStandardArgs() | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -11/+2 |
| | |||||
* | FindBZip2: no need to set QUIETLY explicitly | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -4/+0 |
| | |||||
* | FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced) | Kovarththanan Rajaratnam | 2010-04-11 | 1 | -1/+0 |
| |