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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-05
Be more specific about what to ignore.
Andreas Schuh
1
-4
/
+8
2013-11-05
Merge pull request #3 from dominichamon/cmake-migration
Andreas Schuh
1
-0
/
+9
2013-11-04
Merge pull request #4 from daniperez/cmake-migration
Andreas Schuh
1
-0
/
+1
2013-10-22
exporting binary tree to CMake registry
Dani Perez
1
-0
/
+1
2013-09-20
Adding gitignore for generated files
Dominic Hamon
1
-0
/
+9
2013-08-01
Remove reference to README_windows.
Andreas Schuh
1
-4
/
+1
2013-08-01
Document finding and linking to gflags using CMake.
Andreas Schuh
1
-2
/
+14
2013-08-01
Add negative compilation tests.
Andreas Schuh
5
-17
/
+93
2013-08-01
Add gflags library which is built with NO_THREADS definition.
Andreas Schuh
2
-2
/
+5
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
4
-15
/
+63
2013-08-01
Install Bash completion script.
Andreas Schuh
1
-0
/
+6
2013-08-01
Give basic CMake based build instructions in INSTALL file.
Andreas Schuh
1
-216
/
+49
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
2
-23
/
+17
2013-08-01
Use gflags as target name instead of PACKAGE_NAME to not make things unnecess...
Andreas Schuh
1
-2
/
+2
2013-08-01
Fix relative path to installation prefix in CMake config file.
Andreas Schuh
1
-1
/
+1
2013-08-01
Install CMake config file inside lib/ directory on Unix.
Andreas Schuh
1
-1
/
+1
2013-07-31
Configure and install CMake package configuration file to help find_package l...
Andreas Schuh
4
-2
/
+131
2013-05-22
Fix configuration on Windows and add src directory to include path.
Andreas Schuh
1
-2
/
+3
2013-05-22
Add missing windows portability definitions.
Andreas Schuh
4
-2
/
+190
2013-04-21
Move public header files to src/ subdirectory. Copy them to <prefix>/include/...
Andreas Schuh
9
-38
/
+36
2013-04-21
Set CMAKE_BUILD_TYPE to Release by default. Require CMake >=2.8.
Andreas Schuh
1
-19
/
+26
2013-04-21
Add CMakeLists.txt and adapt source files accordingly.
Andreas Schuh
10
-177
/
+321
2013-04-21
Move public header files to separate subdirectory.
Andreas Schuh
3
-0
/
+0
2013-04-21
Remove build tool related files, operating system packages, and move unit tes...
Andreas Schuh
61
-47459
/
+0
2013-04-20
Update NEWS: Git repository hosted on GitHub.
Andreas Schuh
1
-4
/
+34
2013-04-20
Test commit via git-svn, only adding blank lines to NEWS.
Andreas Schuh
1
-0
/
+2
2013-04-20
Add DEFINE_validator macro for convenient registration of a flag validator.
Andreas Schuh
2
-7
/
+7
2013-01-14
Use static_cast to avoid comparison of signed and unsigned integer warning in...
Andreas Schuh
1
-1
/
+1
2012-11-20
Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution fi...
Andreas Schuh
10
-5
/
+550
2012-11-11
Add "build/" subdirectory to ignore list.
Andreas Schuh
0
-0
/
+0
2012-11-11
Use project name (gflags) within include guards to avoid conflict with gperft...
Andreas Schuh
3
-9
/
+9
2012-05-29
Fix "invalid suffix on literal; C++11 requires a space between literal and id...
Andreas Schuh
1
-3
/
+3
2012-02-02
Fixed a typo in the email address.
Craig Silverstein
1
-2
/
+2
2012-01-25
Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
Craig Silverstein
14
-54
/
+97
2011-12-21
Tue Dec 20 19:48:57 2011 Google Inc. <opensource@google.com>
Craig Silverstein
5
-14
/
+38
2011-12-01
Clarify thread-safety comment for FlagSaver.
Craig Silverstein
2
-2
/
+8
2011-11-03
The last bit of rolling back commandlineflag categories:
Craig Silverstein
2
-2
/
+0
2011-11-03
Get rid of the old FlagRegisterer constructor.
Craig Silverstein
3
-33
/
+0
2011-11-03
Starting the rollback of flag categories.
Craig Silverstein
6
-125
/
+79
2011-11-03
Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current stor...
Craig Silverstein
4
-0
/
+16
2011-11-03
A user reported a bug that configure should die when g++ isn't
Craig Silverstein
2
-722
/
+722
2011-11-03
Now I can get rid of the old constructor!
Craig Silverstein
3
-31
/
+2
2011-11-03
http://code.google.com/p/google-gflags/issues/detail?id=45
Craig Silverstein
1
-0
/
+1
2011-11-03
Report category names via the xml help output (but not, yet,
Craig Silverstein
2
-0
/
+3
2011-11-03
Add back in a backwards-compatible constructor for
Craig Silverstein
3
-0
/
+29
2011-11-03
NOTE: I'm checking this in just to have a record in source control of the ide...
Craig Silverstein
4
-49
/
+126
2011-08-18
Clean up the 'GFLAGS_DLL_DECL' stuff better: reduce use outside of windows/ d...
Craig Silverstein
6
-63
/
+17
2011-08-04
Fix a bug in StringPrintf() that caused it to not print large strings properly.
Craig Silverstein
1
-1
/
+1
[next]