index
:
platform/upstream/gflags
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmake
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-25
enh: Configure and install pkg-config .pc file
Andreas Schuh
1
-0
/
+14
2016-11-24
enh: Add option to add installation to CMake’s package registry
Andreas Schuh
1
-0
/
+38
2016-11-24
fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property
Andreas Schuh
1
-0
/
+1
2016-11-24
enh: Avoid use of install(EXPORTS) FILE option
Andreas Schuh
1
-1
/
+1
2016-03-01
cmake: Rename targets to gflags[_nothreads]_(static|shared), support
Andreas Schuh
1
-10
/
+42
2016-03-01
cmake: Change CMake package configuration variable name prefix to GFLAGS_
Andreas Schuh
1
-60
/
+85
2016-03-01
cmake: Add CMake variable to cache only when gflags is not a subproject
Andreas Schuh
1
-1
/
+68
2015-03-25
#110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags"
Andreas Schuh
1
-1
/
+1
2015-03-25
#110 Add "gflags" import target and gflags_TARGET
Andreas Schuh
1
-12
/
+64
2015-03-24
#105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake options
Andreas Schuh
1
-2
/
+34
2015-03-24
#101 Enable C language again as long as FindThreads requires it
Andreas Schuh
7
-905
/
+0
2015-03-24
#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targets
Andreas Schuh
1
-0
/
+4
2014-05-02
Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.
Andreas Schuh
1
-1
/
+3
2014-04-07
Fix compatibility with older versions of CMake
shawke
1
-1
/
+1
2014-03-27
Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).
Andreas Schuh
1
-6
/
+6
2014-03-20
Fix architecture used for RPM packages and DEB/RPM package file names.
Andreas Schuh
1
-24
/
+7
2014-03-20
Use dpkg --print-architecture also for RPM generator.
Andreas Schuh
1
-0
/
+10
2014-03-20
Set additional DEB CPack variables in package.cmake.in.
Andreas Schuh
1
-2
/
+4
2014-03-20
Fix bugs in package configuration file.
Andreas Schuh
1
-2
/
+2
2014-03-20
Set RPM CPack variables already in CMakeList.txt.
Andreas Schuh
1
-5
/
+0
2014-03-20
Set RPM generator specific variables.
Andreas Schuh
1
-0
/
+5
2014-03-20
Enable packaging of library using CPack.
Andreas Schuh
2
-0
/
+58
2014-03-19
Convert line endings to Unix format.
unknown
1
-181
/
+181
2014-03-18
Fix check for pthreads library on Ubuntu.
Andreas Schuh
2
-179
/
+219
2014-03-18
Add missing CheckTypeSizeMap.cmake.in file.
Andreas Schuh
1
-0
/
+1
2014-03-18
Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
Andreas Schuh
1
-0
/
+10
2014-03-18
Modify CheckTypeSize.cmake module so it works with older CMake versions.
Andreas Schuh
1
-3
/
+4
2014-03-17
Minor CMake coding style change of version_numbers function.
Andreas Schuh
1
-16
/
+16
2014-03-17
Pass --test_tmpdir and --srcdir to unittests.
Andreas Schuh
1
-2
/
+4
2014-03-17
Add missing execute_test.cmake script.
Andreas Schuh
2
-1
/
+54
2014-03-17
Rename FindThreadsCXX module.
Andreas Schuh
1
-0
/
+0
2014-03-17
Fix typo in documentation and path of execute_test.cmake script.
Andreas Schuh
1
-2
/
+2
2014-03-17
Modify CheckCXXLibraryExists to use CMakeFiles directory.
Andreas Schuh
1
-2
/
+2
2014-03-17
Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.
Andreas Schuh
2
-5
/
+85
2014-03-17
Fix previous change of FindThreadsCxx.cmake by copying needed source file fro...
Andreas Schuh
2
-39
/
+2
2014-03-17
Use CheckForPthreads.cxx to find pthreads library on Ubuntu.
Andreas Schuh
2
-1
/
+39
2014-03-17
* fixed letter case of included file names
Andreas Franek
1
-1
/
+1
2014-03-15
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
Andreas Schuh
4
-0
/
+782
2014-03-14
Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...
Andreas Schuh
1
-0
/
+35
2013-08-01
Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the...
Andreas Schuh
1
-4
/
+5
2013-08-01
Move definition of configure_sources CMake function to utils module.
Andreas Schuh
1
-10
/
+17
2013-07-31
Configure and install CMake package configuration file to help find_package l...
Andreas Schuh
3
-0
/
+83