cartographer/cmake/modules
Arno Fleck 12e11856af Use absl::Mutex instead of custom implementation (#1356)
Makes `common::Mutex` an alias for `absl::Mutex` and replaces the logic inside `common::MutexLocker` with `absl::MutexLock`.

A future PR can then remove these classes entirely and replace references to it across the Cartographer code base with the Abseil classes directly.
2018-08-03 11:15:50 +02:00
..
FindAbseil.cmake Use absl::Mutex instead of custom implementation (#1356) 2018-08-03 11:15:50 +02:00
FindEigen3.cmake Use CMake 3.2. (#1332) 2018-07-25 21:40:06 +02:00
FindGMock.cmake Do not install gmock (#1047) 2018-04-11 13:48:03 +02:00
FindLuaGoogle.cmake CMake bug fixes and performance improvements. (#648) 2017-11-10 12:55:43 +01:00
FindSphinx.cmake Moves the contents of the cartographer subdirectory up one level. 2016-08-03 12:48:29 +02:00