Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-27 | Fix CMakeLists.txt for ostringstream_test | Wolf Behrenhoff | 1 | -0/+4 | |
After commit 99b92c87 compiling with CMake stopped working. This commit fixes the issue. | |||||
2017-11-02 | Continue CMake support improvement | Adrien Devresse | 1 | -1/+0 | |
- Update documentation - Remove type target - Remove typos - simplify target - improve 1-1 matchign with Bazel targets | |||||
2017-10-27 | CMake support | Adrien Devresse | 1 | -0/+300 | |
- initial cmake support - downgrade cmake requirement to 2.8.12 - factorize cmake test flags / libs options - refactor test / library under helpers functions, follow bazel's style - Add fix for MSVC and Windows support ( thx @patrikfors ) - Switch to default "add_subdirectory()" usage mode - add CMake/README.md for instructions - add header-only cmake target generator - map absl target to absl:: namespace |