Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
gflags
/
46afc78f2f135d00cdf8ca6f14d588490ad77559
/
CMakeLists.txt
57ceb0e
enh: Move CMake defines to separate header, unused by Bazel
by Andreas Schuh
· 7 years ago
4663c80
cmake: Add convenience uninstall target (#221)
by Jason Juang
· 7 years ago
46f73f8
Release v2.2.1
by Andreas Schuh
· 7 years ago
6348ea9
fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
by Andreas Schuh
· 7 years ago
80ebb42
Install dll's to correct path (#213)
by Arkady Shapkin
· 8 years ago
20858a4
fix: Enable language C for older CMake versions when needed (#196)
by Andreas Schuh
· 8 years ago
22ed2ce
fix: Include utils by file instead of CMAKE_MODULE_PATH search
by Andreas Schuh
· 8 years ago
8f2c22a
Revert "enh: Rename private sources, include public headers with rel path"
by Andreas Schuh
· 8 years ago
ea6144e
enh: Rename private sources, include public headers with rel path
by Andreas Schuh
· 8 years ago
c94a60e
enh: Configure and install pkg-config .pc file
by Andreas Schuh
· 8 years ago
3e7ef74
enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
by Andreas Schuh
· 8 years ago
1846983
fix: Ensure installation path uses forward slashes
by Andreas Schuh
· 8 years ago
3886da5
enh: Add option to add installation to CMake’s package registry
by Andreas Schuh
· 8 years ago
3064f63
enh: Avoid use of install(EXPORTS) FILE option
by Andreas Schuh
· 8 years ago
4534195
fix: Change SOVERSION to <major>.<minor> for 2.x release versions
by Andreas Schuh
· 9 years ago
7a21c16
cmake: Rename targets to gflags[_nothreads]_(static|shared), support
by Andreas Schuh
· 9 years ago
91e16ee
cmake: Add CMake variable to cache only when gflags is not a subproject
by Andreas Schuh
· 9 years ago
abe4b10
fix: Package URLs
by Andreas Schuh
· 9 years ago
6bd636c
cmake: Clean up static library filename suffix code from PR #126
by Andreas Schuh
· 9 years ago
dd48d70
Merge pull request #126 from hevy-CC4477/master
by Andreas Schuh
· 9 years ago
b90a325
properly export the .so minor version
by Evan Klitzke
· 9 years ago
b572a72
Define NO_THREADS in when building without threads
by Sam Clegg
· 9 years ago
d78b00d
handle generation of dynamic and static library on windows.
by Arnaud Farbos
· 9 years ago
58345b1
#113 Require CMake >= 2.8.12
by Andreas Schuh
· 10 years ago
16a1687
#106 Add test of gflags-config.cmake package configuration
by Andreas Schuh
· 10 years ago
a9b983a
#104 Fix library include directories settings
by Andreas Schuh
· 10 years ago
a819f0f
fixup: Package configuration
by Andreas Schuh
· 10 years ago
64ac2e3
fix: Extension of README file for PackageMaker
by Andreas Schuh
· 10 years ago
51f1db7
#101 Enable C language again as long as FindThreads requires it
by Andreas Schuh
· 10 years ago
4b77146
cmake: Set version of master branch to next release version
by Andreas Schuh
· 10 years ago
76c53b7
#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targets
by Andreas Schuh
· 10 years ago
2b8deaa
fix: File paths and package URLs
by Andreas Schuh
· 10 years ago
7b5b080
#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)
by Andreas Schuh
· 10 years ago
2a40e19
cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR
by Andreas Schuh
· 10 years ago
376ef82
cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.
by Andreas Schuh
· 10 years ago
76cbe0d
Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR with default "gflags" to cache.
by Andreas Schuh
· 10 years ago
659b440
Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.
by Andreas Schuh
· 11 years ago
cd7aece
Use major version number only as SOVERSION.
by Andreas Schuh
· 11 years ago
bf88978
Set VERSION property of library targets to <major>.<minor>.
by Andreas Schuh
· 11 years ago
31f0e29
Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR.
by Andreas Schuh
· 11 years ago
e9144aa
Make LIBRARY_INSTALL_DIR configurable by the user.
by Andreas Schuh
· 11 years ago
5549043
cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIR
by John Khvatov
· 11 years ago
ef5c547
Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS.
by Andreas Schuh
· 11 years ago
eb5e1f7
Bump version to 2.1.1.
by Andreas Schuh
· 11 years ago
aff8ef8
Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).
by Andreas Schuh
· 11 years ago
6040eac
Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixes issue #77).
by Andreas Schuh
· 11 years ago
3fd9fa7
Resolve conflicts upon pull.
by Andreas Schuh
· 11 years ago
cf40f73
Set package architecture to i386 when compiling with -m32.
by Andreas Schuh
· 11 years ago
d699559
Fix architecture used for RPM packages and DEB/RPM package file names.
by Andreas Schuh
· 11 years ago
3e96a19
Change version to 2.1.0, i.e., use common semantic versioning system including patch number for bug fix releases.
by Andreas Schuh
· 11 years ago
e8890f2
Set additional DEB CPack variables in package.cmake.in.
by Andreas Schuh
· 11 years ago
fc6e079
Change package vendor to just a name.
by Andreas Schuh
· 11 years ago
37a9a90
Set RPM CPack variables already in CMakeList.txt.
by Andreas Schuh
· 11 years ago
516e028
Set RPM generator specific variables.
by Andreas Schuh
· 11 years ago
13fe86b
Correct CPack package description file.
by Andreas Schuh
· 11 years ago
bf139ea
Fix build of threaded library on Unix by adding the appropriate link library.
by Andreas Schuh
· 11 years ago
cb62c00
Change mode of text file.
by Andreas Schuh
· 11 years ago
9ecc4ca
Enable packaging of library using CPack.
by Andreas Schuh
· 11 years ago
ddc5357
Add link dependency on shlwapi.lib during build configuration instead of #pragma comment statement. Use this library also on MinGW.
by Andreas Schuh
· 11 years ago
9242578
Look for shlwapi.h also in case of MinGW.
by Andreas Schuh
· 11 years ago
4118166
Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.
by Andreas Schuh
· 11 years ago
0b116eb
Simplify check for strtoll and strtoq.
by Andreas Schuh
· 11 years ago
3d142b8
Convert line endings to Unix format.
by unknown
· 11 years ago
8566bcf
Replace GFLAGS_HAVE_* #defines by HAVE_* again.
by Andreas Schuh
· 11 years ago
b18fe77
Fix check for pthreads library on Ubuntu.
by Andreas Schuh
· 11 years ago
492ac15
Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
by Andreas Schuh
· 11 years ago
cf92ec3
Modify CheckTypeSize.cmake module so it works with older CMake versions.
by Andreas Schuh
· 11 years ago
505686b
Require at least CMake 2.8.4 to avoid Cygwin legacy warning.
by Andreas Schuh
· 11 years ago
cb00fb9
Remove obsolete set(GFLAGS_INTTYPES_FORMAT) call.
by Andreas Schuh
· 11 years ago
c6a9986
Minor style change to be consistent.
by Andreas Schuh
· 11 years ago
f1e7b37
Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.
by Andreas Schuh
· 11 years ago
c5627a7
Use CheckForPthreads.cxx to find pthreads library on Ubuntu.
by Andreas Schuh
· 11 years ago
f479174
* fixed letter case of included file names
by Andreas Franek
· 11 years ago
a4c4a01
Check if pthread_rwlock_t is available and use it if so.
by Andreas Schuh
· 11 years ago
8477f31
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
by Andreas Schuh
· 11 years ago
8a563cf
Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unittest.cc.
by Andreas Schuh
· 11 years ago
15bc2d6
Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflags.h no longer needed.
by Andreas Schuh
· 11 years ago
b2180eb
Fix build on Windows using Visual Studio. Add gflags_config.h.
by Andreas Schuh
· 11 years ago
efc6908
Add header files to add_library targets so they show up in IDEs.
by Andreas Schuh
· 11 years ago
459e529
exporting binary tree to CMake registry
by Dani Perez
· 11 years ago
1c9f065
Add negative compilation tests.
by Andreas Schuh
· 11 years ago
7abcbdc
Add gflags library which is built with NO_THREADS definition.
by Andreas Schuh
· 11 years ago
126f36b
Enable build and execution of tests again using CTest.
by Andreas Schuh
· 11 years ago
620557c
Install Bash completion script.
by Andreas Schuh
· 11 years ago
2ec91bf
Move definition of configure_sources CMake function to utils module.
by Andreas Schuh
· 11 years ago
ffbc1ce
Use gflags as target name instead of PACKAGE_NAME to not make things unnecessarily generic.
by Andreas Schuh
· 11 years ago
6ec7d7f
Fix relative path to installation prefix in CMake config file.
by Andreas Schuh
· 11 years ago
43a33dc
Install CMake config file inside lib/ directory on Unix.
by Andreas Schuh
· 11 years ago
42a0018
Configure and install CMake package configuration file to help find_package locate the gflags package.
by Andreas Schuh
· 11 years ago
6f2a78a
Fix configuration on Windows and add src directory to include path.
by Andreas Schuh
· 11 years ago
4eb2cb2
Add missing windows portability definitions.
by Andreas Schuh
· 11 years ago
f7e89ba
Move public header files to src/ subdirectory. Copy them to <prefix>/include/<ns>/ upon installation.
by Andreas Schuh
· 12 years ago
3624d33
Set CMAKE_BUILD_TYPE to Release by default. Require CMake >=2.8.
by Andreas Schuh
· 12 years ago
392eb67
Add CMakeLists.txt and adapt source files accordingly.
by Andreas Schuh
· 12 years ago