summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* d: add an exampleAkim Demaille2018-12-041-1/+2
* d: add experimental support for the D languageAkim Demaille2018-12-041-4/+9
* java: add an exampleAkim Demaille2018-12-011-0/+1
* warning: avoid warnings about unreachable codeAkim Demaille2018-11-251-0/+12
* configure: quit on trying to get ICC and Flex be friendsAkim Demaille2018-10-241-7/+3
* doc: an introductory example for C++Akim Demaille2018-10-241-1/+2
* build: enable more warnings during testsAkim Demaille2018-10-231-2/+4
* java: bump to Java SE 7Akim Demaille2018-10-151-1/+1
* gnulib: update timevarAkim Demaille2018-10-141-1/+0
* spelling: possiblyJosh Soref2018-10-051-1/+1
* gnulib: move timevar to itAkim Demaille2018-09-301-1/+1
* build: rename and simplify the -std checks for C++Akim Demaille2018-09-231-6/+6
* build: check for C++98 and 03 like the othersAkim Demaille2018-09-231-2/+2
* build: don't accept a broken standard lib for C++Akim Demaille2018-09-191-1/+1
* build: strengthen the C++ standard flag testAkim Demaille2018-09-181-13/+13
* tests: run the C++ tests on all the available standardsAkim Demaille2018-09-131-0/+7
* lalr1.cc: support move semanticsAkim Demaille2018-09-131-0/+2
* build: use -fparse-all-comments with -WdocumentationAkim Demaille2018-09-101-1/+2
* configure.ac: fix definition of NO_EXCEPTIONS_CXXFLAGSAkim Demaille2018-09-091-1/+4
* configure: reveal the name of the Valgrind suppression file we useAkim Demaille2018-09-081-0/+2
* tests: fix variable naming conventionAkim Demaille2018-09-061-1/+1
* tests: fix maintainer-check-g++ make recipeAkim Demaille2018-09-061-0/+2
* lalr1.cc: support compilation with disabled support for exceptionsAkim Demaille2018-08-191-0/+1
* C++: fix -Wdeprecated warningsAkim Demaille2018-05-271-1/+1
* Update copyright yearsAkim Demaille2018-05-121-2/+2
* Avoid compiler warningsAkim Demaille2018-05-121-1/+1
* tests: beware that clang warns about "#define private public"Akim Demaille2015-08-121-1/+6
* tests: update our Valgrind suppression filesAkim Demaille2015-08-121-7/+8
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-1/+1
* build: don't try to generate docs when cross-compilingAkim Demaille2015-01-051-0/+3
* package: bump to 2015Akim Demaille2015-01-041-2/+2
* package: bump to 2014Akim Demaille2014-02-031-2/+2
* package: install the examplesAkim Demaille2013-12-091-1/+4
* build: use Automake 1.14's non-recursive Makefile featuresAkim Demaille2013-11-051-6/+2
* install: do not install yacc.1 when --disable-yaccAkim Demaille2013-10-221-10/+1
* c++: fix generated doxygen commentsAkim Demaille2013-10-221-1/+1
* build: examples/calc++/calc++ requires flexPaul Eggert2013-10-211-0/+2
* build: don't require flex for ordinary buildsPaul Eggert2013-08-241-1/+4
* build: add Valgrind suppression file for GNU/LinuxAkim Demaille2013-06-141-2/+8
* build: locally disable new GCC warnings that fail on Flex generated codeAkim Demaille2013-05-301-1/+3
* tests: enable -Wsign-compare and fix corresponding warningsAkim Demaille2013-04-191-1/+1
* tests: fix failures with G++ 4.8 in Flex scannerAkim Demaille2013-02-191-1/+3
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* variants: avoid type punning issueTheophile Ranquet2013-02-011-2/+0
* build: avoid clang's colored diagnostics in the test suiteAkim Demaille2013-01-301-5/+14
* build: please Clang++ 3.2+ on Flex scannersAkim Demaille2013-01-301-0/+2
* maint: update copyright yearsAkim Demaille2013-01-121-2/+2
* Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-101-4/+27
|\
| * build: beware of Clang++ not supporting POSIXLY_CORRECTAkim Demaille2012-12-091-1/+2
| * build: keep -Wmissing-declarations and -Wmissing-prototypes for modern GCCsAkim Demaille2012-12-071-2/+24