Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
gflags
/
fc6e079cfce76fa3a5dfdbbf356d6e7187a56129
fc6e079
Change package vendor to just a name.
by Andreas Schuh
· 11 years ago
52bf642
Remove brief description from README to avoid duplicate appearance in RPM and other packages.
by Andreas Schuh
· 11 years ago
4b1ca7d
Add missing year to ChangeLog entry. RPM is now generated successfully.
by Andreas Schuh
· 11 years ago
4258af1
Remove separating lines from ChangeLog again.
by Andreas Schuh
· 11 years ago
313e39e
Add missing name to ChangeLog entry and further format changes.
by Andreas Schuh
· 11 years ago
dc9674e
Remove time fields from ChangeLog entries which are not compatible with RPM spec.
by Andreas Schuh
· 11 years ago
b6f61ab
Fix bugs in package configuration file.
by Andreas Schuh
· 11 years ago
26a35dd
Convert ChangeLog to format allowed in RPM spec.
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
acb460a
Use strtoll as defined by windows_port.h for strto64.
by Andreas Schuh
· 11 years ago
4118166
Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.
by Andreas Schuh
· 11 years ago
dbc09f1
Merge remote-tracking branch 'github/cmake-migration'
by Andreas Schuh
· 11 years ago
13025b1
Remove GFLAGS_NAMESPACE and version macros from public headers again.
by Andreas Schuh
· 11 years ago
0b116eb
Simplify check for strtoll and strtoq.
by Andreas Schuh
· 11 years ago
5250372
Fix conditional compilation of tests using glob expressions.
by Andreas Schuh
· 11 years ago
9d686e7
Add .gitattributes file to normalize all files to LF.
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
6e9f416
No need to export CommandLineFlagInfo data only structure from DLL.
by Andreas Schuh
· 11 years ago
d8c6a55
Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on failure.
by Andreas Schuh
· 11 years ago
b18fe77
Fix check for pthreads library on Ubuntu.
by Andreas Schuh
· 11 years ago
b8f5717
Add missing CheckTypeSizeMap.cmake.in file.
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
1e0b54c
Fix unit tests for Windows and CygWin.
by Andreas Schuh
· 11 years ago
e491f01
Add missing errno.h include statement and use int instead of errno_t.
by Andreas Schuh
· 11 years ago
e31f179
Fix up use of SafeFOpen.
by Andreas Schuh
· 11 years ago
6b7be9a
Enable test case which tests invalid negative value for uint64 flag.
by Andreas Schuh
· 11 years ago
a0dca4d
Create temporary directory for unit tests in specified --test_tmpdir if possible.
by Andreas Schuh
· 11 years ago
eeb4db3
Use _strtoi64 and _strtoui64 on Windows.
by Andreas Schuh
· 11 years ago
1076812
Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.
by Andreas Schuh
· 11 years ago
8d3797c
Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.
by Andreas Schuh
· 11 years ago
8d93bca
Minor CMake coding style change of version_numbers function.
by Andreas Schuh
· 11 years ago
0d9486f
Pass --test_tmpdir and --srcdir to unittests.
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
c94e9be
Add missing execute_test.cmake script.
by Andreas Schuh
· 11 years ago
bf918e6
Rename FindThreadsCXX module.
by Andreas Schuh
· 11 years ago
33ee7ad
Fix typo in documentation and path of execute_test.cmake script.
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
7b63ae8
Fix preprocessor conditions to use new GFLAGS_* defines.
by Andreas Schuh
· 11 years ago
9b3c4a8
Modify CheckCXXLibraryExists to use CMakeFiles directory.
by Andreas Schuh
· 11 years ago
f1e7b37
Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.
by Andreas Schuh
· 11 years ago
1b1b61d
Fix previous change of FindThreadsCxx.cmake by copying needed source file from CMake installation, changing the file name extension only.
by Andreas Schuh
· 11 years ago
c5627a7
Use CheckForPthreads.cxx to find pthreads library on Ubuntu.
by Andreas Schuh
· 11 years ago
6e4c22e
Merge pull request #7 from andy-held/cmake-migration
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
f0f565f
Remove obsolete gflags_unittest.sh script.
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
70eac23
Issue #73 Fix missing STL DLL export warnings of Visual Studio according to KB168958.
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
0c65228
Minor update of README.
by Andreas Schuh
· 11 years ago
3900860
Ignore .DS_Store files of OS X.
by Andreas Schuh
· 11 years ago
01d810e
Be more specific about what to ignore.
by Andreas Schuh
· 11 years ago
48316bd
Merge pull request #3 from dominichamon/cmake-migration
by Andreas Schuh
· 11 years ago
27c0c9e
Merge pull request #4 from daniperez/cmake-migration
by Andreas Schuh
· 11 years ago
459e529
exporting binary tree to CMake registry
by Dani Perez
· 11 years ago
99f52df
Adding gitignore for generated files
by Dominic Hamon
· 11 years ago
667c52b
Remove reference to README_windows.
by Andreas Schuh
· 11 years ago
3c0cd06
Document finding and linking to gflags using CMake.
by Andreas Schuh
· 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
ac3cb02
Add missing unittest2 and unittest3 executables.
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
5564469
Give basic CMake based build instructions in INSTALL file.
by Andreas Schuh
· 11 years ago
7a07439
Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version.
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
2eed08d
Move public header files to separate subdirectory.
by Andreas Schuh
· 12 years ago
5ed8ae1
Remove build tool related files, operating system packages, and move unit tests to separate subdirectory.
by Andreas Schuh
· 12 years ago
4328de8
Update NEWS: Git repository hosted on GitHub.
by Andreas Schuh
· 12 years ago
dba41e6
Test commit via git-svn, only adding blank lines to NEWS.
by Andreas Schuh
· 12 years ago
45a53de
Add DEFINE_validator macro for convenient registration of a flag validator.
by Andreas Schuh
· 12 years ago
8011f61
Use static_cast to avoid comparison of signed and unsigned integer warning in util.h.
by Andreas Schuh
· 12 years ago
f098a54
Fix deprecation warnings of VC++ regarding strdup and unlink. Add solution files for VS 2010 and VS 2012.
by Andreas Schuh
· 12 years ago
1235a6d
Add "build/" subdirectory to ignore list.
by Andreas Schuh
· 12 years ago
6b215b0
Use project name (gflags) within include guards to avoid conflict with gperftools as reported by chen3feng (issue #62, http://code.google.com/p/gflags/issues/detail?id=62).
by Andreas Schuh
· 12 years ago
e88280e
Fix "invalid suffix on literal; C++11 requires a space between literal and identifier" errors as reported by http://code.google.com/p/gflags/issues/detail?id=54.
by Andreas Schuh
· 12 years ago
8306eef
Fixed a typo in the email address.
by Craig Silverstein
· 13 years ago
f187729
Wed Jan 25 15:09:14 2012 Google Inc. <google-gflags@googlegroups.com>
by Craig Silverstein
· 13 years ago
Next »