]> git.saurik.com Git - bison.git/history - data
c++: style: remove useless "inline" and fix space issues
[bison.git] / data /
2015-08-12  Akim Demaillec++: style: remove useless "inline" and fix space issues
2015-01-23  Akim Demaillebuild: re-enable compiler warnings, and fix them
2015-01-20  Akim Demaillec++: reserve 200 slots in the parser's stack
2015-01-16  Akim Demailledoc: minor fixes
2015-01-15  Akim Demaillec++: avoid warnings when destructors don't use $$
2015-01-09  Akim Demaillec++: fix the use of destructors when variants are enabled
2015-01-08  Akim Demaillec++: symbols can be empty, so use it
2015-01-08  Akim Demaillec++: variants: don't leak the lookahead in error recovery
2015-01-08  Akim Demaillec++: provide a means to clear symbols
2015-01-08  Akim Demaillec++: clean up the handling of empty symbols
2015-01-08  Akim Demaillec++: comment and style changes
2015-01-07  Akim Demaillec++: variants: comparing addresses of typeid.name(...
2015-01-05  Akim Demaillec++: locations: complete the API and fix comments
2015-01-04  Akim Demaille%union: fix the support for named %union
2015-01-04  Akim Demaillepackage: bump to 2015
2014-12-31  Akim Demailleyacc.c: fix broken union when api.value.type=union...
2014-02-03  Akim Demaillelocation: remove some ugly debugging code traces
2014-02-03  Akim Demaillepackage: bump to 2014
2013-11-26  Akim Demaillexml: also use "%empty" with html output
2013-11-26  Akim Demaillexml: also display %empty for empty right-hand sides
2013-11-15  Akim Demaillelalr1.cc: formatting changes
2013-11-15  Akim Demaillelalr1.cc: fix the support of YYERROR with variants
2013-11-14  Akim Demailleskeletons: use better names when computing a "goto"
2013-11-08  Akim Demailleparsers: rename YY_NULL as YY_NULLPTR to avoid conflict...
2013-11-05  Akim Demaillec++: use __attribute__((__pure__)) to avoid warnings
2013-11-05  Akim Demailleskeletons: update the handling of compiler attributes
2013-10-22  Akim Demaillec++: fix generated doxygen comments
2013-09-19  Akim Demaillestyle: variant: remove empty line
2013-09-19  Akim Demailleglr: more assertions
2013-09-19  Akim Demailleglr: shorten scopes
2013-09-19  Akim Demailleglr: formatting changes
2013-09-19  Akim Demailleglr: better use of tracing macros
2013-09-19  Akim Demaillevariant: remove useless assertion
2013-07-25  Akim Demailleyacc: beware of "uninitialized uses" warnings
2013-06-24  Akim Demaillejava: rename YYMORE as YYPUSH_MORE for consistency...
2013-06-21  Akim Demaillejava: push: do not reset the error counter
2013-06-13  Dennis Heimbignerjava: add push-parser support
2013-06-05  Dennis Heimbignerstyle: comment changes in Java skeleton
2013-05-30  Akim Demaillestyle: syntax-check fixes
2013-05-30  Akim Demaillexml: use %empty in the text output
2013-05-29  Akim DemailleMerge remote-tracking branch 'origin/maint'
2013-04-19  Akim Demailletests: enable -Wsign-compare and fix corresponding...
2013-04-18  Akim Demaillemuscle: check more cases of %define variables with...
2013-04-16  Akim Demaillemuscle: check the kind of api.prefix, api.location...
2013-04-15  Akim Demaillemuscle: enforce definition syntax for keyword variables
2013-04-15  Akim Demaillemuscle: factor the kind check in M4
2013-04-15  Akim Demaillemuscle: factor conditionals on defined %define variables
2013-04-11  Akim Demailleapi.token.prefix: use code values
2013-04-11  Akim Demaillec++: fix several issues with locations
2013-04-10  Akim DemailleMerge remote-tracking branch 'origin/maint'
2013-04-09  Akim Demailleapi.value.type: use keyword/brace values
2013-04-09  Akim Demailleapi.value.type: diagnose guaranteed failure with -...
2013-04-09  Akim Demailleapi.value.type: implement proper support, check, and...
2013-04-09  Akim Demaillem4: allow the definition of side-effect only macros
2013-04-09  Akim Demaillevariant: fix inconsistent quotation
2013-04-09  Akim Demaillem4: style changes in error messages
2013-04-08  Akim Demailleglr.cc: fix a clang warning
2013-04-08  Akim Demaillemaint: update copyright years
2013-04-08  Akim Demailleskeletons: avoid empty switch constructs
2013-04-08  Akim Demaillelalr1.cc: fix compiler warnings
2013-04-08  Akim Demailleyacc.c: do not use __attribute__ unprotected
2013-02-23  Akim Demaillec++: rename b4_semantic_type_declare as b4_value_type_d...
2013-02-19  Akim Demaillestyle: rename variant private members
2013-02-19  Akim Demaillestyle: space changes
2013-02-19  Akim Demaillevariant: fix G++ 4.4 warnings
2013-02-18  Akim Demaillestyle: no longer use backquotes
2013-02-08  Akim Demaillec++: api.token.constructor requires api.value.type...
2013-02-04  Akim Demaillestyle: rename internal "stype" as "union_members" for...
2013-02-01  Theophile Ranquetvariants: stylistic change
2013-02-01  Theophile Ranquetvariants: avoid type punning issue
2013-01-29  Theophile Ranquetvariants: remove the 'built' assertions
2013-01-29  Theophile Ranquetm4: generate a basic_symbol constructor for each symbol...
2013-01-29  Theophile Ranquetc++: minor stylistic changes
2013-01-29  Akim Demaillec++: please G++ 4.8 with -O3: array bounds
2013-01-29  Akim Demaillec++: use more explicit types than int
2013-01-29  Akim Demaillec++: value_type -> kind_type
2013-01-29  Akim Demaillec++: improve the signature of yysyntax_error_
2013-01-29  Akim Demaillec++: style changes
2013-01-28  Theophile Ranquetc++: better inline expansion
2013-01-28  Akim Demaillec++: remove now-useless operators
2013-01-28  Akim Demaillec++: revamp the support for variants
2013-01-28  Akim Demaillec++: formatting and comment changes
2013-01-25  Akim Demaillec: no longer require stdio.h when locations are enabled
2013-01-25  Akim Demaillec: minor simplification in the debug code
2013-01-25  Akim Demaillec++: display locations as C does
2013-01-15  Theophile Ranquetc++: remove useless inlines
2013-01-15  Theophile Ranquetc++: m4 stylistic change
2013-01-14  Theophile Ranquetc++: silence warnings
2013-01-12  Akim Demaillemaint: update copyright years
2013-01-11  Theophile Ranquetvariants: document move and swap
2013-01-11  Theophile Ranquetc++: privatize variant blind copies
2013-01-11  Akim Demailleglr.c: fix an unused argument issue
2013-01-11  Akim Demailleglr.c: style changes
2013-01-11  Akim Demaillec.m4: style fix
2013-01-11  Theophile Ranquetskel: better aliasing of identifiers
2013-01-11  Theophile Ranquetglr.cc: fatal if using api.token.ctor without variants
2013-01-11  Theophile Ranquetskel: correctly indent switch cases
2013-01-11  Theophile Ranquetvariants: assert changes
2013-01-11  Theophile Ranquetlalr1.cc: use a vector for the symbol stack
2013-01-11  Theophile Ranquetlalr1.cc: change symbols implementation
next