1. 9242578 Look for shlwapi.h also in case of MinGW. by Andreas Schuh · 11 years ago
  2. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 11 years ago
  3. 0b116eb Simplify check for strtoll and strtoq. by Andreas Schuh · 11 years ago
  4. 3d142b8 Convert line endings to Unix format. by unknown · 11 years ago
  5. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 11 years ago
  6. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 11 years ago
  7. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 11 years ago
  8. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. by Andreas Schuh · 11 years ago
  9. 505686b Require at least CMake 2.8.4 to avoid Cygwin legacy warning. by Andreas Schuh · 11 years ago
  10. cb00fb9 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. by Andreas Schuh · 11 years ago
  11. c6a9986 Minor style change to be consistent. by Andreas Schuh · 11 years ago
  12. f1e7b37 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. by Andreas Schuh · 11 years ago
  13. c5627a7 Use CheckForPthreads.cxx to find pthreads library on Ubuntu. by Andreas Schuh · 11 years ago
  14. f479174 * fixed letter case of included file names by Andreas Franek · 11 years ago
  15. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 11 years ago
  16. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 11 years ago
  17. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 11 years ago
  18. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 11 years ago
  19. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 11 years ago
  20. efc6908 Add header files to add_library targets so they show up in IDEs. by Andreas Schuh · 11 years ago
  21. 459e529 exporting binary tree to CMake registry by Dani Perez · 11 years ago
  22. 1c9f065 Add negative compilation tests. by Andreas Schuh · 11 years ago
  23. 7abcbdc Add gflags library which is built with NO_THREADS definition. by Andreas Schuh · 11 years ago
  24. 126f36b Enable build and execution of tests again using CTest. by Andreas Schuh · 11 years ago
  25. 620557c Install Bash completion script. by Andreas Schuh · 11 years ago
  26. 2ec91bf Move definition of configure_sources CMake function to utils module. by Andreas Schuh · 11 years ago
  27. ffbc1ce Use gflags as target name instead of PACKAGE_NAME to not make things unnecessarily generic. by Andreas Schuh · 11 years ago
  28. 6ec7d7f Fix relative path to installation prefix in CMake config file. by Andreas Schuh · 11 years ago
  29. 43a33dc Install CMake config file inside lib/ directory on Unix. by Andreas Schuh · 11 years ago
  30. 42a0018 Configure and install CMake package configuration file to help find_package locate the gflags package. by Andreas Schuh · 11 years ago
  31. 6f2a78a Fix configuration on Windows and add src directory to include path. by Andreas Schuh · 11 years ago
  32. 4eb2cb2 Add missing windows portability definitions. by Andreas Schuh · 11 years ago
  33. f7e89ba Move public header files to src/ subdirectory. Copy them to <prefix>/include/<ns>/ upon installation. by Andreas Schuh · 11 years ago
  34. 3624d33 Set CMAKE_BUILD_TYPE to Release by default. Require CMake >=2.8. by Andreas Schuh · 11 years ago
  35. 392eb67 Add CMakeLists.txt and adapt source files accordingly. by Andreas Schuh · 11 years ago