Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: tools/nixysa/third_party/gflags-1.0/ChangeLog

Issue 2043006: WTF NPAPI extension. Early draft. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Fri Oct 3 15:16:46 2008 Google Inc. <opensource@google.com>
2
3 * google-gflags: version 1.0
4 * Add a missing newline to an error string (bcmills)
5 * (otherwise exactly the same as gflags 1.0rc2)
6
7 Thu Sep 18 12:58:05 2008 Google Inc. <opensource@google.com>
8
9 * google-gflags: version 1.0rc2
10 * Report current flag values in --helpxml (hdn)
11 * Fix compilation troubles with gcc 4.3.3 (simonb)
12 * BUG FIX: I was missing a std:: in DECLARE_string (csilvers)
13 * BUG FIX: Clarify in docs how to specify --bool flags (csilvers)
14 * BUG FIX: Fix --helpshort for source files not in a subdir (csilvers)
15 * BUG FIX: Fix python unittest for 64-bit builds (bcmills)
16
17 Tue Aug 19 16:15:48 2008
18
19 * google-gflags: version 1.0rc1
20 * Move #include files from google/ to gflags/ (csilvers)
21 * Small optimizations to reduce binary (library) size (jyrki)
22 * BUGFIX: forgot a std:: in one of the .h files (csilvers)
23 * Speed up locking by making sure calls are inlined (ajenjo)
24 * 64-BIT COMPATIBILITY: Use %PRId64 instead of %lld (csilvers)
25 * PORTABILITY: fix Makefile to work with Cygwin (ajenjo)
26 * PORTABILITY: fix code to compile under Visual Studio (ajenjo)
27 * PORTABILITY: fix code to compile under Solaris 10 with CC (csilvers)
28
29 Mon Jul 21 23:01:38 2008 Google Inc. <opensource@google.com>
30
31 * google-gflags: version 0.9
32 * Add the ability to validate a command-line flag (csilvers)
33 * Add completion support for commandline flags in bash (daven)
34 * Add -W compile flags to Makefile, when using gcc (csilvers)
35 * Allow helpstring to be NULL (cristianoc)
36 * Improved documentation of classes in the .cc file (csilvers)
37 * Fix python bug with AppendFlagValues + shortnames (jjtswan)
38 * Use bool instead of int for boolean flags in gflags.py (bcmills)
39 * Simplify the way we declare flags, now more foolproof (csilvers)
40 * Better error messages when bool flags collide (colohan)
41 * Only evaluate DEFINE_foo macro args once (csilvers)
42
43 Wed Mar 26 15:20:18 2008 Google Inc. <opensource@google.com>
44
45 * google-gflags: version 0.8
46 * Export DescribeOneFlag() in the API
47 * Add support for automatic line wrapping at 80 cols for gflags.py
48 * Bugfix: do not treat an isolated "-" the same as an isolated "--"
49 * Update rpm spec to point to Google Code rather than sourceforge (!)
50 * Improve documentation (including documenting thread-safety)
51 * Improve #include hygiene
52 * Improve testing
53
54 Thu Oct 18 11:33:20 2007 Google Inc. <opensource@google.com>
55
56 * google-gflags: version 0.7
57 * Deal even more correctly with libpthread not linked in (csilvers)
58 * Add STRIP_LOG, an improved DO_NOT_SHOW_COMMANDLINE_HELP (sioffe)
59 * Be more accurate printing default flag values in --help (dsturtevant)
60 * Reduce .o file size a bit by using shorter namespace names (jeff)
61 * Use relative install path, so 'setup.py --home' works (csilvers)
62 * Notice when a boolean flag has a non-boolean default (bnmouli)
63 * Broaden --helpshort to match foo-main.cc and foo_main.cc (hendrie)
64 * Fix "no modules match" message for --helpshort, etc (hendrie)
65
66 Wed Aug 15 07:35:51 2007 Google Inc. <opensource@google.com>
67
68 * google-gflags: version 0.6
69 * Deal correctly with case that libpthread is not linked in (csilvers)
70 * Update Makefile/tests so we pass "make distcheck" (csilvers)
71 * Document and test that last assignment to a flag wins (wan)
72
73 Tue Jun 12 15:23:42 2007 Google Inc. <opensource@google.com>
74
75 * google-gflags: version 0.5
76 * Include all m4 macros in the distribution (csilvers)
77 * Python: Fix broken data_files field in setup.py (sidlon)
78 * Python: better string serliaizing and unparsing (abo, csimmons)
79 * Fix checks for NaN and inf to work with Mac OS X (csilvers)
80
81 Thu Apr 19 15:15:07 2007 Google Inc. <opensource@google.com>
82
83 * google-gflags: version 0.4
84 * Remove is_default from GetCommandLineFlagInfo (csilvers)
85 * Portability fixes: includes, strtoll, gcc4.3 errors (csilvers)
86 * A few doc typo cleanups (csilvers)
87
88 Wed Mar 28 12:15:56 2007 Google Inc. <opensource@google.com>
89
90 * google-gflags: version 0.3
91 * python portability fix: use popen instead of subprocess (csilvers)
92 * Add is_default to CommandLineFlagInfo (pchien)
93 * Make docs a bit prettier (csilvers)
94 * Actually include the python files in the distribution! :-/ (csilvers)
95
96 Mon Jan 22 15:33:06 2007 Google Inc. <opensource@google.com>
97
98 * google-gflags: version 0.2
99 * added support for python commandlineflags, as well as c++
100 * gflags2man, a script to turn flags into a man page (dchristian)
101
102 Wed Dec 13 12:37:19 2006 Google Inc. <opensource@google.com>
103
104 * google-gflags: initial release:
105 The gflags package contains a library that implements commandline
106 flags processing. As such it's a replacement for getopt(). It
107 has increased flexibility, including built-in support for C++
108 types like string, and the ability to define flags in the source
109 file in which they're used.
OLDNEW
« no previous file with comments | « tools/nixysa/third_party/gflags-1.0/COPYING ('k') | tools/nixysa/third_party/gflags-1.0/INSTALL » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698