1. 31f0e29 Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR. by Andreas Schuh · 10 years ago
  2. e9144aa Make LIBRARY_INSTALL_DIR configurable by the user. by Andreas Schuh · 10 years ago
  3. 5549043 cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIR by John Khvatov · 10 years ago
  4. ef5c547 Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS. by Andreas Schuh · 10 years ago
  5. eb5e1f7 Bump version to 2.1.1. by Andreas Schuh · 10 years ago
  6. aff8ef8 Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80). by Andreas Schuh · 10 years ago
  7. 6040eac Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77). by Andreas Schuh · 10 years ago
  8. 3fd9fa7 Resolve conflicts upon pull. by Andreas Schuh · 10 years ago
  9. cf40f73 Set package architecture to i386 when compiling with -m32. by Andreas Schuh · 10 years ago
  10. d699559 Fix architecture used for RPM packages and DEB/RPM package file names. by Andreas Schuh · 10 years ago
  11. 3e96a19 Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases. by Andreas Schuh · 10 years ago
  12. e8890f2 Set additional DEB CPack variables in package.cmake.in. by Andreas Schuh · 10 years ago
  13. fc6e079 Change package vendor to just a name. by Andreas Schuh · 10 years ago
  14. 37a9a90 Set RPM CPack variables already in CMakeList.txt. by Andreas Schuh · 10 years ago
  15. 516e028 Set RPM generator specific variables. by Andreas Schuh · 10 years ago
  16. 13fe86b Correct CPack package description file. by Andreas Schuh · 10 years ago
  17. bf139ea Fix build of threaded library on Unix by adding the appropriate link library. by Andreas Schuh · 10 years ago
  18. cb62c00 Change mode of text file. by Andreas Schuh · 10 years ago
  19. 9ecc4ca Enable packaging of library using CPack. by Andreas Schuh · 10 years ago
  20. ddc5357 Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW. by Andreas Schuh · 10 years ago
  21. 9242578 Look for shlwapi.h also in case of MinGW. by Andreas Schuh · 10 years ago
  22. 4118166 Use OS_WINDOWS #define instead of _WIN32 and WINDOWS. by Andreas Schuh · 10 years ago
  23. 0b116eb Simplify check for strtoll and strtoq. by Andreas Schuh · 10 years ago
  24. 3d142b8 Convert line endings to Unix format. by unknown · 10 years ago
  25. 8566bcf Replace GFLAGS_HAVE_* #defines by HAVE_* again. by Andreas Schuh · 10 years ago
  26. b18fe77 Fix check for pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  27. 492ac15 Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. by Andreas Schuh · 10 years ago
  28. cf92ec3 Modify CheckTypeSize.cmake module so it works with older CMake versions. by Andreas Schuh · 10 years ago
  29. 505686b Require at least CMake 2.8.4 to avoid Cygwin legacy warning. by Andreas Schuh · 10 years ago
  30. cb00fb9 Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call. by Andreas Schuh · 10 years ago
  31. c6a9986 Minor style change to be consistent. by Andreas Schuh · 10 years ago
  32. f1e7b37 Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake. by Andreas Schuh · 10 years ago
  33. c5627a7 Use CheckForPthreads.cxx to find pthreads library on Ubuntu. by Andreas Schuh · 10 years ago
  34. f479174 * fixed letter case of included file names by Andreas Franek · 10 years ago
  35. a4c4a01 Check if pthread_rwlock_t is available and use it if so. by Andreas Schuh · 10 years ago
  36. 8477f31 Fix build with Xcode 5, system checks, set LANGUAGE to CXX. by Andreas Schuh · 10 years ago
  37. 8a563cf Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc. by Andreas Schuh · 10 years ago
  38. 15bc2d6 Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed. by Andreas Schuh · 10 years ago
  39. b2180eb Fix build on Windows using Visual Studio. Add gflags_config.h. by Andreas Schuh · 10 years ago
  40. efc6908 Add header files to add_library targets so they show up in IDEs. by Andreas Schuh · 10 years ago
  41. 459e529 exporting binary tree to CMake registry by Dani Perez · 11 years ago
  42. 1c9f065 Add negative compilation tests. by Andreas Schuh · 11 years ago
  43. 7abcbdc Add gflags library which is built with NO_THREADS definition. by Andreas Schuh · 11 years ago
  44. 126f36b Enable build and execution of tests again using CTest. by Andreas Schuh · 11 years ago
  45. 620557c Install Bash completion script. by Andreas Schuh · 11 years ago
  46. 2ec91bf Move definition of configure_sources CMake function to utils module. by Andreas Schuh · 11 years ago
  47. ffbc1ce Use gflags as target name instead of PACKAGE_NAME to not make things unnecessarily generic. by Andreas Schuh · 11 years ago
  48. 6ec7d7f Fix relative path to installation prefix in CMake config file. by Andreas Schuh · 11 years ago
  49. 43a33dc Install CMake config file inside lib/ directory on Unix. by Andreas Schuh · 11 years ago
  50. 42a0018 Configure and install CMake package configuration file to help find_package locate the gflags package. by Andreas Schuh · 11 years ago
  51. 6f2a78a Fix configuration on Windows and add src directory to include path. by Andreas Schuh · 11 years ago
  52. 4eb2cb2 Add missing windows portability definitions. by Andreas Schuh · 11 years ago
  53. f7e89ba Move public header files to src/ subdirectory. Copy them to <prefix>/include/<ns>/ upon installation. by Andreas Schuh · 11 years ago
  54. 3624d33 Set CMAKE_BUILD_TYPE to Release by default. Require CMake >=2.8. by Andreas Schuh · 11 years ago
  55. 392eb67 Add CMakeLists.txt and adapt source files accordingly. by Andreas Schuh · 11 years ago