Sameer Agarwal
1a041c35b7
Update to 1.8.0.
...
Change-Id: Id42e594f03e3575d06e18c1ef66df64f43d86839
2013-11-12 14:19:25 -08:00
Sameer Agarwal
58792dc8ee
Update to 1.8.0rc2.
...
Change-Id: Ifbf5312377bf1791a29aefd3edc3a765999c5824
2013-11-06 09:42:46 -08:00
Sameer Agarwal
c71085ed32
Update to 1.8.0rc1.
...
Change-Id: Iaa10fd5a20be2ef84aca0119306c44669d87cc5d
2013-10-31 14:07:18 -07:00
Taylor Braun-Jones
263de47419
Incorporate RHEL build fixes from Brian Pitts
...
CMake build fixed so that versioned shared libraries are installed
(along with .so symlinks)
Change-Id: Ibbaea9d37d17754cb8c3cd36fc17d015ca7d2a57
2013-08-29 12:44:55 -04:00
Sameer Agarwal
6b4131993e
Update spec file
...
Change-Id: Id6426d7cad41cde2cbab411964ac013d724a066c
2013-08-26 00:02:50 -07:00
Sameer Agarwal
8f33332c59
Documentation update for 1.7.0rc2
...
Change-Id: I6b0c19bed57b51a0f6591c60a4ae0d849c62451b
2013-08-18 23:32:50 -07:00
Sameer Agarwal
16924168ce
Update version from 1.6.0 -> 1.7.0rc1.
...
Change-Id: I420a8907142bffad0e3aa6c7196541ca2309c099
2013-07-18 13:35:01 -07:00
Taylor Braun-Jones
01010200b0
ceres-solver.spec: Use cleaner, more conventional Release string
...
Change-Id: Iaaba1283f52345a1f8533feae939b4719f4c1247
2013-05-06 16:45:55 -04:00
Sameer Agarwal
ac62696293
Lint cleanup
...
Version history update.
Update spec file for release.
Change-Id: Ic51dc33f0c6cc2584e812b3b71d85fe90d048c11
2013-05-06 07:25:15 -07:00
Sameer Agarwal
0e0a45472a
Fix a typo in suitesparse.cc
...
Thanks Hyon Lim.
Change-Id: I73be87e805057427d5ad245beb30e1e177bae304
2013-04-29 17:27:26 -07:00
Sameer Agarwal
50bbc6f164
Update ceres-solver.spec
...
Change-Id: I4db724e3bb72e32f3bbfe145b590dd797b9d5de6
2013-04-29 16:50:33 -07:00
Pablo Speciale
c51b11c104
Sphinx and CMake, based on this example:
...
http://ericscottbarr.com/blog/2012/03/sphinx-and-cmake-beautiful-documentation-for-c-projects/
The 'docs/CMakeLists.txt' file was deleted in this commit: 0abfb8f46f
Thanks to Arnaud Gelas, he has passed some links:
https://github.com/InsightSoftwareConsortium/ITKExamples/blob/master/CMake/FindSphinx.cmake
https://github.com/InsightSoftwareConsortium/ITKExamples/blob/master/CMakeLists.txt#L120-L154
Change-Id: Ic65e7f8ec5280d1e71a897a144417a21761c5553
2013-03-19 21:05:31 +00:00
Taylor Braun-Jones
c3fd3b960e
Only use cmake28 macro for RHEL6
...
This makes it possible to use the same spec to build on Fedora. It drops any
chance of building on RHEL5, but I doubt that was possible anyway.
Change-Id: Ia956eb6416504e520962ec2f617e03b40ca18203
2013-02-26 00:30:35 -05:00
Sameer Agarwal
931c309b27
Cleanup based on comments by William Rucklidge
...
Change-Id: If269ba8e388965a8ea32260fd6f17a133a19ab9b
2013-02-25 10:13:29 -08:00
Taylor Braun-Jones
70701745b8
Add RPM .spec file
...
Tested on RHEL6.1 (with epel repository for dependencies).
make_release checks that that the version string in the .spec file is in
sync with the rest of the project and reminds the user to bump the
release string if necessary and to build/upload the RPM package.
Change-Id: I5f454f2a7301d1e0e120cb3c0e13a68d03bca917
2013-02-25 02:56:17 -05:00
Sameer Agarwal
2160c5b757
Minor release script fixes.
...
Change-Id: Ifd0a7f4f584c85d4d9574eca46094b372a8d7aff
2013-02-24 22:20:32 +00:00
Sameer Agarwal
beb4505311
Minor fixes
...
Based on William Rucklidge's review, including
a nasty bug in parameter block removal.
Change-Id: I3a692e589f600ff560ecae9fa85bb0b76063d403
2013-02-22 13:37:05 -08:00
Sameer Agarwal
fa21df8cd9
Add script for building documentation.
...
Update make_release
Minor documentation fixes.
Change-Id: I1248ec3f58be66b5929aee6f2aa392c15d53ed83
2013-02-18 09:22:08 -08:00
Keir Mierle
7e73d1020f
Ensure CMakeLists.txt and include versions match.
...
This causes the release script to abort if the
Ceres version in the headers, command line,
and CMake files don't match.
Change-Id: I38c4f1b4ebf3499d2ba4f698fa3f4936538c3de7
2012-09-11 18:05:24 -07:00
Sameer Agarwal
cc44737ce4
Small fix to the release script
...
Change-Id: Ic49b970f956232836118e4577a8327eb06a72a53
2012-07-19 12:11:32 -07:00
Keir Mierle
f4b9911024
Add version checks and a VERSION file to releases.
...
This extends the release script to check the supplied version
argument against the one found in the toplevel CMakeLists.txt.
This also extends the script to create a VERSION file with the
Ceres version, Ceres ABI version, and commit corresponding to the
tarball.
For example, the VERSION file might like this:
version 1.3.0
abi_version 1.3.0
commit c161a9d0b8
Change-Id: Idc407d5dcbe9bf3d854f5e393a57b365f10ed0fc
2012-07-19 10:31:16 -07:00
Keir Mierle
003dc6a799
Add a script to cut a new release
...
Change-Id: If93b5afd8a85e8b1e54bda65209b4d91349a3b58
2012-06-19 00:18:07 -07:00