aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-19Just /source-charset:utf-8 didn't work. Try /utf-8.Paul Wankadia
2017-12-19Specify the source character set for MSVC.Paul Wankadia
2017-12-12Require Visual Studio 2015 or later.Paul Wankadia
2017-10-17Avoid warning in CMake when using re2 as a subprojectHarry Mallon
2017-07-07Cygwin needs "-std=gnu++11" instead.Paul Wankadia
2017-05-09Disable various warnings that aren't particularly helpful.Paul Wankadia
2017-05-05Do not build the test targets when asked not to.Ehsan Nasiri
2017-04-18Provide a CMake option similar to BUILD_TESTING, but just for RE2.Paul Wankadia
2017-03-22Set *current* CMake source dir as include dirDavid Neto
2016-11-15The DLL conventionally goes into the bin/ directory.Paul Wankadia
2016-11-13Install the DLL correctly. It's a RUNTIME target.Paul Wankadia
2016-09-06Allow MSVC users to build a DLL automagically.Paul Wankadia
2016-09-06Remove the minloglevel knob.Paul Wankadia
2016-08-30Make `make test' work with CMake.Paul Wankadia
2016-08-28Require CMake version 2.8.12 or later.Paul Wankadia
2016-08-23Address one more warning from MSVC.Paul Wankadia
2016-08-23Address some warnings from MSVC.Paul Wankadia
2016-08-18Make `make install' work with CMake.Paul Wankadia
2016-08-16Tidy up the string utilities.Paul Wankadia
2016-08-16Replace the DFA state cache hash function.Paul Wankadia
2016-08-11Switch to std::minstd_rand0.Paul Wankadia
2016-08-10Switch to std::thread. Simplify the DFA test cases.Paul Wankadia
2016-08-10Remove support for Valgrind. (Sanitizers FTW.)Paul Wankadia
2016-03-29Note that building a DLL is not currently supported.Paul Wankadia
2016-02-29Require Visual Studio 2013 or later.Paul Wankadia
2016-02-22Require C++11 based on the compiler identified by CMake.Paul Wankadia
2016-02-22Use add_compile_options instead of add_definitions for CMake.Paul Wankadia
2016-02-22Require C++11 when building with CMake.Paul Wankadia
2016-01-03Use "-pthread" when compiling as well as when linking.Paul Wankadia
2015-10-30Allow building RE2 as a shared library with CMake.Paul Wankadia
2015-10-24Add support for the --minloglevel flag.Paul Wankadia
2015-10-10Expose the USEPCRE knob as a CMake GUI option.Paul Wankadia
2015-10-09Oops, remove unnecessary joining of lists.Paul Wankadia
2015-10-09Add a convenient USEPCRE knob to the CMake support.Paul Wankadia
2015-09-26Retire COMPILER_MSVC in favour of _MSC_VER and _WIN32.Paul Wankadia
2015-09-25Add bare-bones support for CMake.Paul Wankadia