ChangeLog 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  1. commit 8590e6e8e057adba4ec0083446d00268565bb444
  2. Author: Sameer Agarwal <sameeragarwal@google.com>
  3. Date: Thu Oct 27 12:29:37 2016 -0700
  4. Remove two checks from rotation.h
  5. This allows rotation.h to remove its dependency on glog.
  6. Change-Id: Ia6aede93ee51a4bd4039570dc8edd100a7045329
  7. commit e892499e8d8977b9178a760348bdd201ec5f3489
  8. Author: Je Hyeong Hong <jhh37@outlook.com>
  9. Date: Tue Oct 18 22:49:11 2016 +0100
  10. Relax the tolerance in QuaternionParameterizationTestHelper.
  11. This commit relaxes the tolerance value for comparing between the actual
  12. local matrix and the expected local matrix. Without this fix,
  13. EigenQuaternionParameterization.ZeroTest could fail as the difference
  14. exactly matches the value of std::numeric_limits<double>::epsilon().
  15. Change-Id: Ic4d3f26c0acdf5f16fead80dfdc53df9e7dabbf9
  16. commit 7ed9e2fb7f1dff264c5e4fbaa89ee1c4c99df269
  17. Author: Sameer Agarwal <sameeragarwal@google.com>
  18. Date: Wed Oct 19 04:45:23 2016 -0700
  19. Occured -> Occurred.
  20. Thanks to Phillip Huebner for reporting this.
  21. Change-Id: I9cddfbb373aeb496961d08e434fe661bff4abd29
  22. commit b82f97279682962d8c8ae1b6d9e801ba072a0ab1
  23. Author: Je Hyeong Hong <jhh37@outlook.com>
  24. Date: Tue Oct 18 21:18:32 2016 +0100
  25. Fix a test error in autodiff_test.cc.
  26. Previously, the test for the projective camera model would fail as no
  27. tolerance is set in line 144. To resolve this, this commit changes
  28. assert_equal to assert_near.
  29. Change-Id: I6cd3379083b1a10c7cd0a9cc83fd6962bb993cc9
  30. commit 5690b447de5beed6bdda99b7f30f372283c2fb1a
  31. Author: Sameer Agarwal <sameeragarwal@google.com>
  32. Date: Thu Oct 13 09:52:02 2016 -0700
  33. Fix documentation source for templated functions in rotation.h
  34. Change-Id: Ic1b2e6f0e6eb9914f419fd0bb5af77b66252e57c
  35. commit 2f8f98f7e8940e465de126fb51282396f42bea20
  36. Author: Sameer Agarwal <sameeragarwal@google.com>
  37. Date: Thu Oct 13 09:35:18 2016 -0700
  38. Prepare for 1.12.0RC1
  39. Change-Id: I23eaf0b46117a01440143001b74dacfa5e57cbf0
  40. commit 55c12d2e9569fe4aeac3ba688ac36810935a37ba
  41. Author: Damon Kohler <damonkohler@google.com>
  42. Date: Wed Oct 5 16:30:31 2016 +0200
  43. Adds package.xml to support Catkin.
  44. Change-Id: I8ad4d36a8b036417604a54644e0bb70dd1615feb
  45. commit 0bcce6565202f5476e40f12afc0a99eb44bd9dfb
  46. Author: Sameer Agarwal <sameeragarwal@google.com>
  47. Date: Mon Oct 10 23:30:42 2016 -0700
  48. Fix tabs in Android.mk
  49. Change-Id: Ie5ab9a8ba2b727721565e1ded242609b6df5f8f5
  50. commit e6ffe2667170d2fc435443685c0163396fc52d7b
  51. Author: Sameer Agarwal <sameeragarwal@google.com>
  52. Date: Mon Oct 10 22:47:08 2016 -0700
  53. Update the version history.
  54. Change-Id: I9a57b0541d6cebcb695ecb364a1d4ca04ea4e06c
  55. commit 0a4ccb7ee939ab35b22e26758401e039b033b176
  56. Author: David Gossow <dgossow@google.com>
  57. Date: Wed Sep 7 21:38:12 2016 +0200
  58. Relaxing Jacobian matching in Gradient Checker test.
  59. Any result of an arithmetic operation on floating-point matrices
  60. should never be checked for strict equality with some expected
  61. value, due to limited floating point precision on different machines.
  62. This fixes some occurences of exact checks in the gradient checker
  63. unit test that were causing problems on some platforms.
  64. Change-Id: I48e804c9c705dc485ce74ddfe51037d4957c8fcb
  65. commit ee44fc91b59584921c1d1c8db153fda6d633b092
  66. Author: Je Hyeong Hong <jhh37@outlook.com>
  67. Date: Mon Oct 3 12:19:30 2016 +0100
  68. Fix an Intel compiler error in covariance_impl.cc.
  69. Intel C compiler strictly asks for parallel loops with collapse to be
  70. perfectly nested. Otherwise, compiling Ceres with ICC will throw an
  71. error at line 348 of covariance_impl.cc.
  72. Change-Id: I1ecb68e89b7faf79e4153dfe6675c390d1780db4
  73. commit 9026d69d1ce1e0bcd21debd54a38246d85c7c6e4
  74. Author: Sameer Agarwal <sameeragarwal@google.com>
  75. Date: Thu Sep 22 17:20:14 2016 -0700
  76. Allow SubsetParameterization to hold all parameters constant
  77. 1. SubsetParameterization can now be constructed such that all
  78. parameters are constant. This is required for it be used as part
  79. of a ProductParameterization to hold a part of parameter block
  80. constant. For example, a parameter block consisting of a rotation
  81. as a quaternion and a translation vector can now have a local
  82. parameterization where the translation part is constant and the
  83. quaternion part has a QuaternionParameterization associated with it.
  84. 2. The check for the tangent space of a parameterization being
  85. positive dimensional. We were not doing this check up till now
  86. and the user could accidentally create parameterizations like this
  87. and create a problem for themselves. This will ensure that even
  88. though one can construct a SubsetParameterization where all
  89. parameters are constant, you cannot actually use it as a local
  90. parameterization for an entire parameter block. Which is how
  91. it was before, but the check was inside the SubsetParameterization
  92. constructor.
  93. 3. Added more tests and refactored existing tests to be more
  94. granular.
  95. Change-Id: Ic0184a1f30e3bd8a416b02341781a9d98e855ff7
  96. commit a36693f83da7a3fd19dce473d060231d4cc97499
  97. Author: Sameer Agarwal <sameeragarwal@google.com>
  98. Date: Sat Sep 17 16:31:41 2016 -0700
  99. Update version history
  100. Change-Id: Ib2f0138ed7a1879ca3b2173e54092f7ae8dd5c9d
  101. commit 01e23e3d33178fdd050973666505c1080cfe04c3
  102. Author: David Gossow <dgossow@google.com>
  103. Date: Thu Sep 8 12:22:28 2016 +0200
  104. Removing duplicate include directive.
  105. Change-Id: I729ae6501497746d1bb615cb893ad592e16ddf3f
  106. commit 99b8210cee92cb972267537fb44bebf56f812d52
  107. Author: Sameer Agarwal <sameeragarwal@google.com>
  108. Date: Wed Sep 7 15:31:30 2016 -0700
  109. Update Android.mk to include new files.
  110. Change-Id: Id543ee7d2a65b65c868554a17f593c0a4958e873
  111. commit 195d8d13a6a3962ac39ef7fcdcc6add0216eb8bc
  112. Author: Sameer Agarwal <sameeragarwal@google.com>
  113. Date: Tue Sep 6 07:12:23 2016 -0700
  114. Remove two DCHECKs from CubicHermiteSpline.
  115. They were present as debugging checks but were causing problems
  116. with the build on 32bit i386 due to numerical cancellation issues,
  117. where x ~ -epsilon.
  118. Removing these checks only changes the behaviour in Debug mode.
  119. We are already handling such small negative numbers in production
  120. if they occur. All that this change does is to remove the crash.
  121. https://github.com/ceres-solver/ceres-solver/issues/212
  122. Thanks to @NeroBurner and @debalance for reporting this.
  123. Change-Id: I66480e86d4fa0a4b621204f2ff44cc3ff8d01c04
  124. commit 83041ac84f2d67c28559c67515e0e596a3f3aa20
  125. Author: Sameer Agarwal <sameeragarwal@google.com>
  126. Date: Fri Sep 2 19:10:35 2016 -0700
  127. Fix some compiler warnings.
  128. Reported by Richard Trieu.
  129. Change-Id: I202b7a7df09cc19c92582d276ccf171edf88a9fb
  130. commit 8c4623c63a2676e79e7917bb0561f903760f19b9
  131. Author: Sameer Agarwal <sameeragarwal@google.com>
  132. Date: Thu Sep 1 00:05:09 2016 -0700
  133. Update ExpectArraysClose to use ExpectClose instead of EXPECT_NEAR
  134. The documentation for ExpectArraysClose and its implementation
  135. did not match.
  136. This change makes the polynomial_test not fail on 64bit AMD builds.
  137. Thanks to Phillip Huebner for reporting this.
  138. Change-Id: I503f2d3317a28d5885a34f8bdbccd49d20ae9ba2
  139. commit 2fd39fcecb47eebce727081c9ffb8edf86c33669
  140. Author: Sameer Agarwal <sameeragarwal@google.com>
  141. Date: Thu Sep 1 16:05:06 2016 -0700
  142. FindWithDefault returns by value rather than reference.
  143. Returning by reference leads to lifetime issues with the default
  144. value which may go out of scope by the time it is used.
  145. Thanks to @Ardavel for reporting this, as this causes graph_test
  146. to fail on VS2015x64.
  147. https://github.com/ceres-solver/ceres-solver/issues/216
  148. Change-Id: I596481219cfbf7622d49a6511ea29193b82c8ba3
  149. commit 716f049a7b91a8f3a4632c367d9534d1d9190a81
  150. Author: Mike Vitus <vitus@google.com>
  151. Date: Wed Aug 31 13:38:30 2016 -0700
  152. Convert pose graph 2D example to glog and gflags.
  153. Change-Id: I0ed75a60718ef95199bb36f33d9eb99157d11d40
  154. commit 46c5ce89dda308088a5fdc238d0c126fdd2c2b58
  155. Author: David Gossow <dgossow@google.com>
  156. Date: Wed Aug 31 18:40:57 2016 +0200
  157. Fix compiler errors on some systems
  158. This fixes some signed-unsigned comparisons and a missing header
  159. include.
  160. Change-Id: Ieb2bf6e905faa74851bc4ac4658d2f1da24b6ecc
  161. commit b102d53e1dd7dab132e58411183b6fffc2090590
  162. Author: David Gossow <dgossow@google.com>
  163. Date: Wed Aug 31 10:21:20 2016 +0200
  164. Gradient checker multithreading bugfix.
  165. This is a follow-up on c/7470. GradientCheckingCostFunction calls
  166. callback_->SetGradientErrorDetected() in its Evaluate method,
  167. which will run in multiple threads simultaneously when enabling
  168. this option in the solver. Thus, the string append operation
  169. inside that method has to be protected by a mutex.
  170. Change-Id: I314ef1df2be52595370d9af05851bf6da39bb45e
  171. commit 79a28d1e49af53f67af7f3387d07e7c9b7339433
  172. Author: Sameer Agarwal <sameeragarwal@google.com>
  173. Date: Wed Aug 31 06:47:45 2016 -0700
  174. Rename a confusingly named member of Solver::Options
  175. Solver::Options::numeric_derivative_relative_step_size to
  176. Solver::Options::gradient_check_numeric_derivative_relative_step_size
  177. Change-Id: Ib89ae3f87e588d4aba2a75361770d2cec26f07aa
  178. commit 358ae741c8c4545b03d95c91fa546d9a36683677
  179. Author: Sameer Agarwal <sameeragarwal@google.com>
  180. Date: Wed Aug 31 06:58:41 2016 -0700
  181. Note that Problem::Evaluate cannot be called from an IterationCallback
  182. Change-Id: Ieabdc2d40715e6b547ab22156ba32e9c8444b7ed
  183. commit 44044e25b14d7e623baae4505a17c913bdde59f8
  184. Author: Sameer Agarwal <sameeragarwal@google.com>
  185. Date: Wed Aug 31 05:50:58 2016 -0700
  186. Update the NumTraits for Jets
  187. 1. Use AVX if EIGEN_VECTORIZE_AVX is defined.
  188. 2. Make the cost of division same as the cost of multiplication.
  189. These are updates to the original numtraits update needed for eigen 3.3
  190. that Shaheen Gandhi sent out.
  191. Change-Id: Ic1e3ed7d05a659c7badc79a894679b2dd61c51b9
  192. commit 4b6ad5d88e45ce8638c882d3e8f08161089b6dba
  193. Author: Sameer Agarwal <sameeragarwal@google.com>
  194. Date: Sat Aug 27 23:21:55 2016 -0700
  195. Use ProductParameterization in bundle_adjuster.cc
  196. Previously, when using a quaternion to parameterize the camera
  197. orientation, the camera parameter block was split into two
  198. parameter blocks. One for the rotation and another for the
  199. translation and intrinsics. This was to enable the use of the
  200. Quaternion parameterization.
  201. Now that we have a ProductParameterization which allows us
  202. to compose multiple parameterizations, this is no longer needed
  203. and we use a size 10 parameter block instead.
  204. This leads to a more than 2x improvements in the linear solver time.
  205. Change-Id: I78b8f06696f81fee54cfe1a4ae193ee8a5f8e920
  206. commit bfc916cf1cf753b85c1e2ac037e2019ee891f6f9
  207. Author: Shaheen Gandhi <visigoth@gmail.com>
  208. Date: Thu Aug 4 12:10:14 2016 -0700
  209. Allow ceres to be used with the latest version of Eigen
  210. Change-Id: Ief3b0f6b405484ec04ecd9ab6a1e1e5409a594c2
  211. commit edbd48ab502aa418ad9700ee5c3ada5f9268b90a
  212. Author: Alex Stewart <alexs.mac@gmail.com>
  213. Date: Sun Jul 10 14:13:51 2016 +0100
  214. Enable support for OpenMP in Clang if detected.
  215. - Previously we disabled OpenMP if Clang was detected, as it did not
  216. support it. However as of Clang 3.8 (and potentially Xcode 8) OpenMP
  217. is supported.
  218. Change-Id: Ia39dac9fe746f1fc6310e08553f85f3c37349707
  219. commit f6df6c05dd83b19fa90044106ebaca40957998ae
  220. Author: Mike Vitus <vitus@google.com>
  221. Date: Thu Aug 18 19:27:43 2016 -0700
  222. Add an example for modeling and solving a 3D pose graph SLAM problem.
  223. Change-Id: I750ca5f20c495edfee5f60ffedccc5bd8ba2bb37
  224. commit ac3b8e82175122e38bafaaa9cd419ba3cee11087
  225. Author: David Gossow <dgossow@google.com>
  226. Date: Fri Apr 29 16:07:11 2016 +0200
  227. Gradient checking cleanup and local parameterization bugfix
  228. Change the Ceres gradient checking API to make is useful for
  229. unit testing, clean up code duplication and fix interaction between
  230. gradient checking and local parameterizations.
  231. There were two gradient checking implementations, one being used
  232. when using the check_gradients flag in the Solver, the other
  233. being a standalone class. The standalone version was restricted
  234. to cost functions with fixed parameter sizes at compile time, which
  235. is being lifted here. This enables it to be used inside the
  236. GradientCheckingCostFunction as well.
  237. In addition, this installs new hooks in the Solver to ensure
  238. that Solve will fail if any incorrect gradients are detected. This
  239. way, you can set the check_gradient flags to true and detect
  240. errors in an automated way, instead of just printing error information
  241. to the log. The error log is now also returned in the Solver summary
  242. instead of being printed directly. The user can then decide what to
  243. do with it. The existing hooks for user callbacks are used for
  244. this purpose to keep the internal API changes minimal and non-invasive.
  245. The last and biggest change is the way the the interaction between
  246. local parameterizations and the gradient checker works. Before,
  247. local parameterizations would be ignored by the checker. However,
  248. if a cost function does not compute its Jacobian along the null
  249. space of the local parameterization, this wil not have any effect
  250. on the solver, but would result in a gradient checker error.
  251. With this change, the Jacobians are multiplied by the Jacobians
  252. of the respective local parameterization and thus being compared
  253. in the tangent space only.
  254. The typical use case for this are quaternion parameters, where
  255. a cost function will typically assume that the quaternion is
  256. always normalized, skipping the correct computation of the Jacobian
  257. along the normal to save computation cost.
  258. Change-Id: I5e1bb97b8a899436cea25101efe5011b0bb13282
  259. commit d4264ec10d9a270b53b5db86c0245ae8cbd2cf18
  260. Author: Mike Vitus <vitus@google.com>
  261. Date: Wed Aug 17 13:39:05 2016 -0700
  262. Add a quaternion local parameterization for Eigen's quaternion element convention.
  263. Change-Id: I7046e8b24805313c5fb6a767de581d0054fcdb83
  264. commit fd7cab65ef30fbc33612220abed52dd5073413c4
  265. Author: Mike Vitus <vitus@google.com>
  266. Date: Wed Aug 10 09:29:12 2016 -0700
  267. Fix typos in the pose graph 2D example.
  268. Change-Id: Ie024ff6b6cab9f2e8011d21121a91931bd987bd1
  269. commit 375dc348745081f89693607142d8b6744a7fb6b4
  270. Author: Mike Vitus <vitus@google.com>
  271. Date: Wed Aug 3 18:51:16 2016 -0700
  272. Remove duplicate entry for the NIST example in the docs.
  273. Change-Id: Ic4e8f9b68b77b5235b5c96fe588cc56866dab759
  274. commit f554681bf22d769abc12dd6d346ef65f9bb22431
  275. Author: Mike Vitus <vitus@google.com>
  276. Date: Mon Jul 25 18:30:48 2016 -0700
  277. Add an example for modeling and solving a 2D pose graph SLAM problem.
  278. Change-Id: Ia89b12af7afa33e7b1b9a68d69cf2a0b53416737
  279. commit e1bcc6e0f51512f43aa7bfb7b0d62f7ac1d0cd4b
  280. Author: Sameer Agarwal <sameeragarwal@google.com>
  281. Date: Wed May 18 07:52:48 2016 -0700
  282. Add additional logging for analyzing orderings
  283. Change-Id: Ic68d2959db35254e2895f11294fb25de4d4b8a81
  284. commit 16980b4fec846f86910c18772b8145bcb55f4728
  285. Author: Mike Vitus <vitus@google.com>
  286. Date: Fri Jul 15 13:37:49 2016 -0700
  287. Delete the remove_definitons command from sampled_functions
  288. CMakeLists.txt because it will be inherited from the top level examples
  289. CMakeLists.txt.
  290. Change-Id: I25593587df0ae84fd8ddddc589bc2a13f3777427
  291. commit a04490be97800e78e59db5eb67fa46226738ffba
  292. Author: Mike Vitus <vitus@google.com>
  293. Date: Thu Jul 14 10:10:13 2016 -0700
  294. Add readme for the sampled_function example.
  295. Change-Id: I9468b6a7b9f2ffdd2bf9f0dd1f4e1d5f894e540c
  296. commit ff11d0e63d4678188e8cabd40a532ba06912fe5a
  297. Author: Alex Stewart <alexs.mac@gmail.com>
  298. Date: Wed Jun 29 09:31:45 2016 +0100
  299. Use _j[0,1,n]() Bessel functions on MSVC to avoid deprecation errors.
  300. - Microsoft deprecated the POSIX Bessel functions: j[0,1,n]() in favour
  301. of _j[0,1,n](), it appears since at least MSVC 2005:
  302. https://msdn.microsoft.com/en-us/library/ms235384(v=vs.100).aspx.
  303. - As this occurs in jet.h (templated public header), although Ceres
  304. suppresses the warning when it itself is built (to suppress a warning
  305. about the insecurity of using std::copy), it will crop up again in
  306. client code (without this fix) unless it is explicitly suppressed
  307. there also.
  308. - Raised as Issue #190:
  309. https://github.com/ceres-solver/ceres-solver/issues/190.
  310. Change-Id: If7ac5dbb856748f9900be93ec0452a40c0b00524
  311. commit 8ea86e1614cf77644ce782e43cde6565a54444f5
  312. Author: Nicolai Wojke <nwojke@uni-koblenz.de>
  313. Date: Mon Apr 25 14:24:41 2016 +0200
  314. Fix: Copy minimizer option 'is_silent' to LinSearchDirection::Options
  315. Change-Id: I23b4c3383cad30033c539ac93883d77c8dd4ba1a
  316. commit 080ca4c5f2ac42620971a07f06d2d13deb7befa8
  317. Author: Sameer Agarwal <sameeragarwal@google.com>
  318. Date: Sun Apr 24 22:46:54 2016 -0700
  319. Fix typos in users.rst
  320. Change-Id: Ifdc67638a39403354bc9589f42a1b42cb9984dd2
  321. commit 21ab397dc55335c147fdd795899b1f8981037b09
  322. Author: Sameer Agarwal <sameeragarwal@google.com>
  323. Date: Sun Apr 24 21:13:00 2016 -0700
  324. Make some Jet comparisons exact.
  325. Change-Id: Ia08c72f3b8779df96f5c0d5a954b2c0a1dd3a061
  326. commit ee40f954cf464087eb8943abf4d9db8917a33fbe
  327. Author: Sameer Agarwal <sameeragarwal@google.com>
  328. Date: Sun Apr 24 07:49:55 2016 -0700
  329. Add colmap to users.rst
  330. Change-Id: I452a8c1dc6a3bc55734b2fc3a4002ff7939ba863
  331. commit 9665e099022bd06e53b0779550e9aebded7f274d
  332. Author: Sameer Agarwal <sameeragarwal@google.com>
  333. Date: Mon Apr 18 06:00:58 2016 -0700
  334. Fix step norm evaluation in LineSearchMinimizer
  335. TrustRegionMinimizer evaluates the size of the step
  336. taken in the ambient space, where as the LineSearchMinimizer
  337. was using the norm in the tangent space. This change fixes
  338. this discrepancy.
  339. Change-Id: I9fef64cbb5622c9769c0413003cfb1dc6e89cfa3
  340. commit 620ca9d0668cd4a00402264fddca3cf6bd2e7265
  341. Author: Alex Stewart <alexs.mac@gmail.com>
  342. Date: Mon Apr 18 15:14:11 2016 +0100
  343. Remove use of -Werror when compiling Ceres.
  344. - As noted in Issue #193 (in that case for GCC 6), Ceres' use of -Werror
  345. when compiling on *nix can prevent compilation on new compilers that
  346. add new warnings and there is an inevitable delay between new compiler
  347. versions and Ceres versions.
  348. - Removing the explicit use of -Werror, and relying on indirect
  349. verification by maintainers should fix build issues for Ceres releases
  350. on newer compilers.
  351. Change-Id: I38e9ade28d4a90e53dcd918a7d470f1a1debd7b4
  352. commit 0c63bd3efbf1d41151c9fab41d4b77dc64c572c8
  353. Author: Mike Vitus <vitus@google.com>
  354. Date: Thu Apr 14 10:25:52 2016 -0700
  355. Add floor and ceil functions to the Jet implementation.
  356. Change-Id: I72ebfb0e9ade2964dbf3a014225ead345d5ae352
  357. commit 9843f3280356c158d23c06a16085c6c5ba35e053
  358. Author: Alex Stewart <alexs.mac@gmail.com>
  359. Date: Mon Mar 7 21:24:32 2016 +0000
  360. Report Ceres compile options as components in find_package().
  361. - Users can now specify particular components from Ceres, such as
  362. SuiteSparse support) that must be present in a detected version of
  363. Ceres in order for it to be reported as found by find_package().
  364. - This allows users to specify for example that they require a version
  365. of Ceres with SuiteSparse support at configure time, rather than
  366. finding out only at run time that Ceres was not compiled with the
  367. options they require.
  368. - The list of available components are built directly from the Ceres
  369. compile options.
  370. - The meta-module SparseLinearAlgebraLibrary is present if at least
  371. one sparse linear algebra backend is available.
  372. Change-Id: I65f1ddfd7697e6dd25bb4ac7e54f5097d3ca6266
  373. commit e4d4d88bbe51b9cc0f7450171511abbea0779790
  374. Author: Timer <linyicx@126.com>
  375. Date: Fri Apr 8 15:42:18 2016 +0800
  376. Fix a spelling error in nnls_modeling.rst
  377. Change-Id: I341d901d3df993bc5397ed15e6cb330b0c38fd72
  378. commit 5512f58536e1be0d92010d8325b606e7b4733a08
  379. Author: Keir Mierle <mierle@gmail.com>
  380. Date: Thu Apr 7 12:03:16 2016 -0700
  381. Only use collapse() directive with OpenMP 3.0 or higher
  382. Change-Id: Icba544c0494763c57eb6dc61e98379312ca15972
  383. commit d61e94da5225217cab7b4f93b72f97055094681f
  384. Author: Thomas Schneider <schneith@ethz.ch>
  385. Date: Wed Apr 6 10:40:29 2016 +0200
  386. Add IsParameterBlockConstant to the ceres::Problem class.
  387. Change-Id: I7d0e828e81324443209c17fa54dd1d37605e5bfe
  388. commit 77d94b34741574e958a417561702d6093fba87fb
  389. Author: Alex Stewart <alexs.mac@gmail.com>
  390. Date: Sun Feb 14 16:54:03 2016 +0000
  391. Fix install path for CeresConfig.cmake to be architecture-aware.
  392. - Previously we were auto-detecting a "64" suffix for the install path
  393. for the Ceres library on non-Debian/Arch Linux distributions, but
  394. we were installing CeresConfig.cmake to an architecture independent
  395. location.
  396. - We now install CeresConfig.cmake to lib${LIB_SUFFIX}/cmake/Ceres.
  397. - Also make LIB_SUFFIX visible to the user in the CMake GUI s/t they can
  398. easily override the auto-detected value if desired.
  399. - Reported by jpgr87@gmail.com as Issue #194.
  400. Change-Id: If126260d7af685779487c01220ae178ac31f7aea