Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bison-patches (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sun Sep 30 2018 13:15:04 -0400
Threads in reverse chronological order
[
Next Period
]
gnulib: move timevar to it
,
Akim Demaille
,
2018/09/30
I don't think Thomas E. Dickey is a fan of bison!
,
Bruce Mardle
,
2018/09/30
Re: I don't think Thomas E. Dickey is a fan of bison!
,
Akim Demaille
,
2018/09/30
%include
,
Bruce Mardle
,
2018/09/29
Re: %include
,
Akim Demaille
,
2018/09/30
Re: %include
,
Bruce Mardle
,
2018/09/30
Re: %include
,
Akim Demaille
,
2018/09/30
Re: %include and #line
,
Bruce Mardle
,
2018/09/30
Patch for Bison 3.1 and VC2015
,
Simon Sobisch
,
2018/09/28
Re: Patch for Bison 3.1 and VC2015
,
Paul Eggert
,
2018/09/28
Re: Patch for Bison 3.1 and VC2015
,
Akim Demaille
,
2018/09/29
Re: Patch for Bison 3.1 and VC2015
,
Paul Eggert
,
2018/09/29
Re: Patch for Bison 3.1 and VC2015
,
Akim Demaille
,
2018/09/29
doc: clean up the C++ section
,
Akim Demaille
,
2018/09/26
CI: fixes for clang and asan
,
Akim Demaille
,
2018/09/26
RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/24
Re: RFC: c++: provide control over the stack.hh file name
,
Frank Heckenbach
,
2018/09/24
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/25
Re: RFC: c++: provide control over the stack.hh file name
,
Frank Heckenbach
,
2018/09/27
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/29
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/29
Re: RFC: c++: provide control over the stack.hh file name
,
Frank Heckenbach
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Frank Heckenbach
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Frank Heckenbach
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/24
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/28
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/30
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/30
Re: RFC: c++: provide control over the stack.hh file name
,
Paul Eggert
,
2018/09/30
Re: RFC: c++: provide control over the stack.hh file name
,
Hans Åberg
,
2018/09/30
Re: RFC: c++: provide control over the stack.hh file name
,
Akim Demaille
,
2018/09/30
style: remove useless parens
,
Akim Demaille
,
2018/09/24
style: reduce scopes in muscle-tab.c
,
Akim Demaille
,
2018/09/24
style: minor refactoring
,
Akim Demaille
,
2018/09/24
CI: really use Clang 3.3 and 3.4, not 5.0
,
Akim Demaille
,
2018/09/24
build: rename and simplify the -std checks for C++
,
Akim Demaille
,
2018/09/23
build: check for C++98 and 03 like the others
,
Akim Demaille
,
2018/09/23
build: use our own version of ax_check_link_flag
,
Akim Demaille
,
2018/09/23
build: fix Autoconf macros to check for C++ standard flags
,
Akim Demaille
,
2018/09/23
[PATCH 00/12] timevar: clean up, for a possible integration to gnulib
,
Akim Demaille
,
2018/09/22
[PATCH 01/12] timevar: remove remains of GCC
,
Akim Demaille
,
2018/09/22
[PATCH 03/12] timevar: prefer #elif
,
Akim Demaille
,
2018/09/22
[PATCH 02/12] timevar: assume ANSI C
,
Akim Demaille
,
2018/09/22
[PATCH 04/12] timevar: we don't care about backward compatibility
,
Akim Demaille
,
2018/09/22
[PATCH 05/12] timevar: rename init_timevar as timevar_init
,
Akim Demaille
,
2018/09/22
[PATCH 06/12] timevar: remove useless 'extern' for prototypes
,
Akim Demaille
,
2018/09/22
[PATCH 12/12] timevar: don't declare getrusage if we don't use it
,
Akim Demaille
,
2018/09/22
[PATCH 08/12] timevar: reduce scopes
,
Akim Demaille
,
2018/09/22
[PATCH 07/12] timevar: document in the header, not in the implementation
,
Akim Demaille
,
2018/09/22
[PATCH 10/12] timevar: introduce and use get_current_time
,
Akim Demaille
,
2018/09/22
[PATCH 11/12] timevar: get rid of a useless macro
,
Akim Demaille
,
2018/09/22
[PATCH 09/12] timevar: rename get_time as set_to_current_time
,
Akim Demaille
,
2018/09/22
Help with clang sanitizer
,
Akim Demaille
,
2018/09/21
Re: Help with clang sanitizer
,
Akim Demaille
,
2018/09/23
RFC: c++: issue a warning with a value is moved several times
,
Akim Demaille
,
2018/09/21
Re: RFC: c++: issue a warning with a value is moved several times
,
Frank Heckenbach
,
2018/09/23
Re: RFC: c++: issue a warning with a value is moved several times
,
Akim Demaille
,
2018/09/24
style: reduce scopes in gram.c
,
Akim Demaille
,
2018/09/20
style: reduce scopes in reduce.c
,
Akim Demaille
,
2018/09/20
build: work around ICC's limitations
,
Akim Demaille
,
2018/09/20
style: use midrule only, not mid-rule
,
Akim Demaille
,
2018/09/19
style: use _foo for private macros, not foo_
,
Akim Demaille
,
2018/09/19
RFC: api.value.automove
,
Akim Demaille
,
2018/09/19
Re: RFC: api.value.automove
,
Hans Åberg
,
2018/09/19
Re: RFC: api.value.automove
,
Frank Heckenbach
,
2018/09/20
Re: RFC: api.value.automove
,
Akim Demaille
,
2018/09/21
Re: RFC: api.value.automove
,
Frank Heckenbach
,
2018/09/21
[PATCH 0/5] lalr1.cc: automove
,
Akim Demaille
,
2018/09/22
[PATCH 1/5] tests: prepare a test for automove
,
Akim Demaille
,
2018/09/22
[PATCH 2/5] tests: c++: use a custom string type
,
Akim Demaille
,
2018/09/22
[PATCH 3/5] c++: introduce api.value.automove
,
Akim Demaille
,
2018/09/22
[PATCH 4/5] c++: issue a warning with a value is moved several times
,
Akim Demaille
,
2018/09/22
[PATCH 5/5] news: c++: move semantics
,
Akim Demaille
,
2018/09/22
build: try to avoid the case of a broken libc++
,
Akim Demaille
,
2018/09/18
Re: build: try to avoid the case of a broken libc++
,
Akim Demaille
,
2018/09/19
CI: change strategy to pass CXXFLAGS and the like
,
Akim Demaille
,
2018/09/18
CI: also use GCC 4.7 and 4.8
,
Akim Demaille
,
2018/09/18
glr.c: work around ICC limitations
,
Akim Demaille
,
2018/09/18
Re: glr.c: work around ICC limitations
,
Akim Demaille
,
2018/09/19
tests: fix memory leak
,
Akim Demaille
,
2018/09/18
glr.c: prefer true/false to 1/0 in C++
,
Akim Demaille
,
2018/09/18
Patch to allow compilation with old compilers (VS 2008)
,
Simon Sobisch
,
2018/09/18
Re: Patch to allow compilation with old compilers (VS 2008)
,
Akim Demaille
,
2018/09/18
Re: Patch to allow compilation with old compilers (VS 2008)
,
Paul Eggert
,
2018/09/18
Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Simon Sobisch
,
2018/09/18
Re: Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Paul Eggert
,
2018/09/18
Re: Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Simon Sobisch
,
2018/09/18
Re: Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Paul Eggert
,
2018/09/18
Re: Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Simon Sobisch
,
2018/09/18
Re: Excplict document and check for C99 compiler (Was: Patch to allow compilation with old compilers (VS 2008))
,
Paul Eggert
,
2018/09/18
CI: make sure `git describe` works
,
Akim Demaille
,
2018/09/17
build: strengthen the C++ standard flag test
,
Akim Demaille
,
2018/09/17
Re: build: strengthen the C++ standard flag test
,
Akim Demaille
,
2018/09/18
build: strengthen the C++ standard flag test
,
Akim Demaille
,
2018/09/17
doc: work around Flex's use of 'register'
,
Akim Demaille
,
2018/09/17
doc: work around Flex's use of 'register'
,
Akim Demaille
,
2018/09/22
tests: fight G++ warnings about zero as null pointer constant
,
Akim Demaille
,
2018/09/17
CI: name the items of the matrix
,
Akim Demaille
,
2018/09/16
CI: also check with ICC
,
Akim Demaille
,
2018/09/16
CI: be sure to exit on failures
,
Akim Demaille
,
2018/09/16
CI: install Doxygen
,
Akim Demaille
,
2018/09/16
style: prefer %D% in Automake files
,
Akim Demaille
,
2018/09/16
style: reduce scopes in complain.c
,
Akim Demaille
,
2018/09/15
style: reduce scopes in tables.c
,
Akim Demaille
,
2018/09/15
style: reduce scopes in graphviz.c
,
Akim Demaille
,
2018/09/15
style: reduce scopes in LR0.c
,
Akim Demaille
,
2018/09/15
style: reduce scopes in print_graph.c
,
Akim Demaille
,
2018/09/15
doc: formatting changes
,
Akim Demaille
,
2018/09/15
tests: run the C++ tests on all the available standards
,
Akim Demaille
,
2018/09/12
tests: factor the definition of full compilation
,
Akim Demaille
,
2018/09/12
tests: allow to override variables with envvars
,
Akim Demaille
,
2018/09/12
CI: use clang with libc++
,
Akim Demaille
,
2018/09/10
CI: use address sanitizer
,
Akim Demaille
,
2018/09/10
CI: sort the matrix in reverse-chronological
,
Akim Demaille
,
2018/09/10
build: use -fparse-all-comments with -Wdocumentation
,
Akim Demaille
,
2018/09/10
TODO: minor updates
,
Akim Demaille
,
2018/09/10
RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/09
Re: RFC: lalr1.cc: support move semantics
,
Frank Heckenbach
,
2018/09/11
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/11
Re: RFC: lalr1.cc: support move semantics
,
Frank Heckenbach
,
2018/09/11
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Hans Åberg
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Frank Heckenbach
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Hans Åberg
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Frank Heckenbach
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Hans Åberg
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Hans Åberg
,
2018/09/12
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/13
Re: RFC: lalr1.cc: support move semantics
,
Hans Åberg
,
2018/09/13
Re: RFC: lalr1.cc: support move semantics
,
Frank Heckenbach
,
2018/09/13
Re: RFC: lalr1.cc: support move semantics
,
Akim Demaille
,
2018/09/13
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Frank Heckenbach
,
2018/09/12
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Akim Demaille
,
2018/09/13
Re: C++ preferences
,
Hans Åberg
,
2018/09/13
Re: C++ preferences
,
Akim Demaille
,
2018/09/13
Re: C++ preferences
,
Hans Åberg
,
2018/09/13
Re: C++ preferences
,
Akim Demaille
,
2018/09/13
Re: C++ preferences
,
Hans Åberg
,
2018/09/13
Re: C++ preferences
,
Hans Åberg
,
2018/09/13
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Frank Heckenbach
,
2018/09/13
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Akim Demaille
,
2018/09/15
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Frank Heckenbach
,
2018/09/15
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Akim Demaille
,
2018/09/15
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Frank Heckenbach
,
2018/09/15
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Akim Demaille
,
2018/09/16
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Hans Åberg
,
2018/09/13
Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
,
Akim Demaille
,
2018/09/13
Re: C++ preferences
,
Hans Åberg
,
2018/09/13
skeletons: style/comment changes
,
Akim Demaille
,
2018/09/09
configure.ac: fix definition of NO_EXCEPTIONS_CXXFLAGS
,
Akim Demaille
,
2018/09/09
variant: indent better the generated code
,
Akim Demaille
,
2018/09/09
lalr1.cc: don't generate useless constructors when variant is used
,
Akim Demaille
,
2018/09/09
CI: Clang 6.0 is not available
,
Akim Demaille
,
2018/09/09
Re: Improve variants
,
Akim Demaille
,
2018/09/08
build: work around warnings in Flex
,
Akim Demaille
,
2018/09/08
CI: more compiler configurations
,
Akim Demaille
,
2018/09/08
CI: more compiler configurations
,
Akim Demaille
,
2018/09/23
configure: reveal the name of the Valgrind suppression file we use
,
Akim Demaille
,
2018/09/08
build: work around warnings in Flex 2.5.35
,
Akim Demaille
,
2018/09/08
CI: show the version of the tools we use
,
Akim Demaille
,
2018/09/08
CI: run more maintainer tests and show the logs
,
Akim Demaille
,
2018/09/08
CI: enable compiler warnings
,
Akim Demaille
,
2018/09/08
build: work around GCC warnings on Flex code
,
Akim Demaille
,
2018/09/07
Re: tests: fix maintainer-check-valgrind make recipe
,
Akim Demaille
,
2018/09/07
tests: fix target naming convention
,
Akim Demaille
,
2018/09/06
tests: fix variable naming convention
,
Akim Demaille
,
2018/09/06
tests: fix maintainer-check-g++ make recipe
,
Akim Demaille
,
2018/09/06
CI: prepare for travis
,
Akim Demaille
,
2018/09/06
tests: c++: style changes
,
Akim Demaille
,
2018/09/04
tests: disable GCC7 warnings for some tests
,
Akim Demaille
,
2018/09/02
Re: tests: disable GCC7 warnings for some tests
,
Hans Åberg
,
2018/09/02
examples: beware of shell portability issues
,
Akim Demaille
,
2018/09/02
examples: beware of shell portability issues
,
Akim Demaille
,
2018/09/06
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc