summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* autoconf: rename configure.in to configure.acH. Peter Anvin2016-03-161-195/+0
* autoconf improvements: @SET_MAKE@, library extensionH. Peter Anvin2016-03-091-0/+3
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-27/+1
* Makefiles: use actual archive managersH. Peter Anvin2016-03-081-6/+9
* Merge branch 'nasm-2.12.xx'H. Peter Anvin2016-03-071-0/+2
|\
| * Make --disable-werror workH. Peter Anvin2016-03-031-0/+2
* | configure.in: disable -Wwrite-strings for nowH. Peter Anvin2016-03-061-1/+1
* | configure: enable additional code cleanliness warningsH. Peter Anvin2016-03-011-0/+5
* | configure.in: if byte order is unknown or ill defined, don't define anyH. Peter Anvin2016-03-011-1/+1
* | Merge branch 'nasm-2.12.xx'H. Peter Anvin2016-03-011-1/+6
|\ \ | |/
| * configure.in: add -fwrapv to gcc and compatible compilersH. Peter Anvin2016-02-271-0/+1
* | configure: smarter way to handle fseeko() searchingH. Peter Anvin2016-02-211-1/+1
* | Windows portability fixesH. Peter Anvin2016-02-181-1/+1
* | nasmlib: allow writing of sparse filesH. Peter Anvin2016-02-181-0/+8
* | Merge branch 'master' into elfmergeH. Peter Anvin2016-02-181-8/+12
|\ \ | |/
| * configure.in: add --enable-werror optionH. Peter Anvin2016-02-181-8/+11
| * Platform compatibility improvementsH. Peter Anvin2016-02-181-0/+1
* | Portability improvements and autoconf modernizationH. Peter Anvin2016-02-181-26/+20
|/
* configure.in: Add -Werror flags last (BR 2292332)Ozkan Sezer2016-02-121-11/+12
* Portability improvements to nasm_realpath()H. Peter Anvin2016-01-261-0/+11
* Restore AC_C_INLINEH. Peter Anvin2015-11-041-0/+1
* configure.in: Move AC_C_INLINE and friends to be checked before PA_ADD_CFLAGSCyrill Gorcunov2014-12-201-14/+13
* configure.in: Remove redundant -Werror=trigraphsH. Peter Anvin2014-11-251-1/+0
* configure.in: promote some C warnings to errorsH. Peter Anvin2014-11-251-0/+11
* Revert "build: Include pregenerated nasm manpages"H. Peter Anvin2013-10-241-0/+10
* build: Include pregenerated nasm manpagesCyrill Gorcunov2013-07-221-10/+0
* autoconf: Warn a user if no asciidoc/xmlto foundCyrill Gorcunov2013-07-051-0/+8
* Make the errors for missing man page tools comprehensibleH. Peter Anvin2013-05-171-3/+3
* man: Generate manpages from asciidoc formatCyrill Gorcunov2013-02-171-0/+2
* autoconf: Add --with-ccache optionCyrill Gorcunov2010-11-111-0/+9
* Add strlcpy() functionH. Peter Anvin2009-08-101-0/+2
* autoconf: detect the broken bool in OpenWatcom 1.8H. Peter Anvin2009-03-011-0/+1
* doc: for ps to pdf conversion, use "acrodist", "ps2pdf" or "pstopdf"H. Peter Anvin2008-06-191-3/+5
* Fix typo: s/most/least/H. Peter Anvin2008-06-101-1/+1
* Make it possible to use "inline" and "restrict"H. Peter Anvin2008-06-101-0/+2
* Use autoconf to detect WORDS_LITTLEENDIANH. Peter Anvin2008-06-081-5/+10
* Better handling of platforms which hide "extended" functionalityH. Peter Anvin2007-10-261-0/+9
* Cleaner solution for MinGW handling of __STRICT_ANSI__H. Peter Anvin2007-10-181-3/+0
* configure: Undefine __STRICT_ANSI__ for mingw's benefitH. Peter Anvin2007-10-181-0/+3
* autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59H. Peter Anvin2007-10-131-3/+5
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-0/+3
* configure.in: looks like we need autoconf 2.61 :(H. Peter Anvin2007-10-101-2/+2
* Use autoconf to request feature macrosH. Peter Anvin2007-10-031-2/+4
* Portability fixesH. Peter Anvin2007-10-021-0/+7
* configure.in: AC_SUBST_FILE should have been AC_SUBSTH. Peter Anvin2007-09-281-1/+1
* Add substitutes for snprintf() and vsnprintf()H. Peter Anvin2007-09-281-4/+5
* Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin2007-09-171-16/+10
* Remove $Id$ tags (useless with git)H. Peter Anvin2007-09-121-1/+0
* Detect missing <inttypes.h> and include ersatz version if missingH. Peter Anvin2007-06-211-7/+3
* Cleaner way to add gcc optionsH. Peter Anvin2007-04-151-6/+5