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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
repair wrong namespace problem
Silver Chan
1
-2
/
+2
2016-11-22
Convert dashes to underscores for unknown flags (#177)
Todd Lipcon
1
-0
/
+13
2016-08-02
fix: Run strip_flags_binary test only for release configurations (#163)
Andreas Schuh
1
-0
/
+1
2016-08-02
fix: Typo in gflags_strip_flags_test.cmake script
Andreas Schuh
1
-2
/
+2
2016-07-29
Do not pass flag type as a char literal when registering a new flag.
dreamer.dead
1
-3
/
+3
2016-07-20
Fix unittests expectations related to uint32.
dreamer.dead
1
-2
/
+2
2016-04-26
fix test compilation
FARBOS Arnaud
1
-0
/
+3
2016-04-05
Support uint32 as flag type
Allan L. Bazinet
1
-12
/
+34
2016-03-01
Merge branch 'master' of github.com:gflags/gflags
Andreas Schuh
2
-4
/
+4
2016-03-01
fix: Include order of config.h and gflags.h in unit test
Andreas Schuh
1
-2
/
+3
2016-03-01
cmake: Rename targets to gflags[_nothreads]_(static|shared), support
Andreas Schuh
1
-2
/
+2
2016-03-01
cmake: Require CMake 2.8.12 in NC tests
Andreas Schuh
1
-2
/
+2
2016-03-01
fix: Require CMake version 2.8.12 in test project
Andreas Schuh
1
-1
/
+1
2016-03-01
fix: Include private config.h in gflags_unittest.cc
Andreas Schuh
1
-0
/
+1
2016-02-29
Revert "#136 Move test binaries to Testing/bin"
Andreas Schuh
1
-3
/
+3
2016-02-29
fix: DLL import/export defines for unit tests, remove obsolete config_for_uni...
Andreas Schuh
4
-81
/
+2
2016-02-29
enh: Add usage of DEFINE_validator to test project
Andreas Schuh
1
-0
/
+7
2016-02-29
#136 Move test binaries to Testing/bin
Andreas Schuh
1
-3
/
+3
2016-02-29
fix: Pass std::string directly, no need for c_str() call
Andreas Schuh
1
-1
/
+1
2016-02-19
#51 Call ShutDownCommandLineFlags for (manual) valgrind test
Andreas Schuh
1
-0
/
+1
2015-12-31
Resolve several missing declarations warnings
Sergey Sharybin
2
-1
/
+2
2015-03-25
#106 Add test of gflags-config.cmake package configuration
Andreas Schuh
7
-56
/
+104
2015-03-25
#108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIR
Andreas Schuh
1
-1
/
+1
2015-03-24
#105 Modify negative compilation tests to link against gflags_LIBRARIES
Andreas Schuh
1
-1
/
+1
2015-03-24
#108 Fix temporary directory configuration of negative compilation tests
Andreas Schuh
2
-1
/
+2
2015-03-24
#104 Fix compilation of tests
Andreas Schuh
2
-1
/
+4
2014-03-30
Add test which uses gflags_declare.h.
Andreas Schuh
3
-0
/
+28
2014-03-20
Enable packaging of library using CPack.
Andreas Schuh
1
-5
/
+15
2014-03-19
Add link dependency on shlwapi.lib during build configuration instead of #pra...
Andreas Schuh
1
-2
/
+2
2014-03-19
Fix conditional compilation of tests using glob expressions.
Andreas Schuh
1
-2
/
+2
2014-03-19
Replace GFLAGS_HAVE_* #defines by HAVE_* again.
Andreas Schuh
1
-1
/
+1
2014-03-18
Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
Andreas Schuh
5
-173
/
+106
2014-03-17
Fix unit tests for Windows and CygWin.
Andreas Schuh
1
-24
/
+30
2014-03-17
Enable test case which tests invalid negative value for uint64 flag.
Andreas Schuh
1
-3
/
+0
2014-03-17
Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.
Andreas Schuh
1
-0
/
+5
2014-03-17
Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.
Andreas Schuh
1
-2
/
+4
2014-03-17
Pass --test_tmpdir and --srcdir to unittests.
Andreas Schuh
2
-12
/
+7
2014-03-15
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
Andreas Schuh
1
-3
/
+3
2014-03-14
Remove obsolete gflags_unittest.sh script.
Andreas Schuh
1
-237
/
+0
2014-03-14
Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...
Andreas Schuh
5
-32
/
+149
2013-08-01
Add negative compilation tests.
Andreas Schuh
4
-0
/
+76
2013-08-01
Add gflags library which is built with NO_THREADS definition.
Andreas Schuh
1
-1
/
+1
2013-08-01
Add missing unittest2 and unittest3 executables.
Andreas Schuh
1
-1
/
+7
2013-08-01
Enable build and execution of tests again using CTest.
Andreas Schuh
3
-15
/
+49
2013-04-21
Remove build tool related files, operating system packages, and move unit tes...
Andreas Schuh
7
-0
/
+2045