summaryrefslogtreecommitdiff
path: root/lib/verify.h
Commit message (Expand)AuthorAgeFilesLines
* intprops.h, verify.h: port better to clangPaul Eggert2019-08-251-9/+19
* verify: improve diagnostic quality in recent GCCPaul Eggert2019-08-121-14/+19
* verify: document ‘assume’ betterPaul Eggert2019-07-021-3/+5
* verify: remove verify_truePaul Eggert2019-05-091-10/+3
* Support C2X and C++17 static_assertPaul Eggert2019-05-091-44/+53
* Fix _GL_HAVE__STATIC_ASSERT typoPaul Eggert2019-05-091-3/+3
* verify: Enable _GL_HAVE_STATIC_ASSERT for recent G++ versions.Bruno Haible2019-01-101-4/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* verify: port 'assume' to traditional toolsPaul Eggert2018-08-111-1/+2
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* Port to PGI 16.10 x86-64Paul Eggert2017-01-301-1/+6
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* Use GCC_LINT, not lintPaul Eggert2016-05-301-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* verify: new macro 'assume'Paul Eggert2013-10-021-0/+24
* stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11Paul Eggert2013-07-071-52/+60
* c-ctype, regex, verify: port to gcc -std=c90 -pedanticPaul Eggert2013-05-291-1/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* verify: document conflict with -Wnested-externsEric Blake2012-07-201-1/+5
* doc: C11 and C++11 are now officialPaul Eggert2012-01-061-8/+6
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* verify: new macro verify_expr; verify_true deprecatedPaul Eggert2011-06-151-1/+9
* assert-h: work around 'verify' incompatibilityPaul Eggert2011-05-291-4/+4
* assert-h: Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-05-291-0/+3
* verify: fix bug when gnulib <assert.h> is also includedPaul Eggert2011-05-221-1/+3
* assert-h: new module, which supports C1X-style static_assertPaul Eggert2011-05-051-51/+79
* verify: Fix syntax error with GCC 4.6 in C++ mode.Bruno Haible2011-04-091-4/+22
* verify: use _Static_assert if availablePaul Eggert2011-04-051-11/+32
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* verify: adjust formatting to be more consistentJim Meyering2010-05-091-3/+3
* Further improvements to verify.h, suggested by Eric Blake.Paul Eggert2010-05-051-13/+16
* Modify verify.h to pacify gcc -Wredundant_decls.Paul Eggert2010-05-051-6/+26
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * doc/verify.texi: New file.Paul Eggert2006-05-021-10/+96
* * verify.h (verify_true): Provide alternative definition for C++.Paul Eggert2005-10-051-3/+10
* (verify_expr): Remove, replacing with:Paul Eggert2005-09-271-13/+15
* (verify_type__): Use `unsigned int' as the bitfield typeJim Meyering2005-09-231-1/+1
* (verify_type__): Use 2, not 1, for bitfield size, to avoidPaul Eggert2005-09-231-1/+1
* Fix typo in comment.Paul Eggert2005-09-231-4/+3
* (GL_CONCAT0, GL_CONCAT): Remove.Paul Eggert2005-09-231-19/+9
* * modules/verify: New file.Paul Eggert2005-09-221-0/+57