cartographer/cmake
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
..
modules Use absl::Mutex instead of custom implementation (#1356) 2018-08-03 11:15:50 +02:00
functions.cmake Correct cmake install (#739) 2017-12-06 20:34:07 +01:00