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