summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* clang: mark inline functions unused and add warning optionsH. Peter Anvin (Intel)2020-06-301-13/+25
* BR 3392667: more reasonable limit for expression descentH. Peter Anvin (Intel)2020-06-011-0/+2
* Makefile portability improvement, build nasmdoc.pdf.xzH. Peter Anvin (Intel)2020-05-261-6/+52
* config/unconfig.h: eliminate #undef directivesH. Peter Anvin2019-10-031-2/+2
* configure.ac: look for unconfig.h not uninit.h...H. Peter Anvin2019-08-271-1/+1
* BR 3392601: allow the user to disable pedantic warningsH. Peter Anvin (Intel)2019-08-161-3/+6
* config.h: separate function and function pointer attributes; automateH. Peter Anvin (Intel)2019-08-161-7/+8
* file.c: handle long pathnames on WindowsH. Peter Anvin (Intel)2019-05-151-1/+1
* Merge branch 'evalmacro'H. Peter Anvin (Intel)2019-04-241-0/+5
|\
| * configure.ac: add --enable-profiling optionH. Peter Anvin2019-02-251-0/+5
* | autoconf: move aux directory, define AC_CONFIG_AUX_DIR()H. Peter Anvin2019-02-221-1/+1
* | Test for the mempcpy() function and add alternative if missingH. Peter Anvin2018-12-261-0/+1
* | build: Add missing PA_ADD_LDFLAGS helperCyrill Gorcunov2018-12-231-1/+1
* | autoconf: use librarized autoconf setupH. Peter Anvin2018-12-221-7/+7
* | nasm_assert(): try to run at compile time if possibleH. Peter Anvin (Intel)2018-12-141-1/+2
* | configure: make section garbage collect the defaultH. Peter Anvin (Intel)2018-12-131-3/+4
* | strlist: can be unique or not, add printf functionsH. Peter Anvin (Intel)2018-12-131-2/+0
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-121-0/+5
|\ \ | |/
| * configure: add -Wno-shift-negative-valueH. Peter Anvin (Intel)2018-12-121-0/+5
* | nasmlib: Add nasm_(v)asprintf()H. Peter Anvin (Intel)2018-12-121-0/+2
* | ctype: create our own ctype tableH. Peter Anvin2018-11-281-0/+2
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin2018-06-151-0/+3
|\ \ | |/
| * gcc: newer gcc trip on -Wstringop-truncation for valid uses of strncpy()H. Peter Anvin2018-06-021-0/+3
* | configure.ac: drop -O3; it is excessive and produces huge codeH. Peter Anvin2018-06-141-11/+10
|/
* configure.ac: add -fvisibility=hidden if supportedH. Peter Anvin2018-05-301-0/+6
* malloc: simplify nasm_malloc code, add nasm_strcatn()H. Peter Anvin2018-05-301-0/+1
* Revert "compiler: Add fallthrough() helper"Cyrill Gorcunov2018-02-251-5/+0
* compiler: Add fallthrough() helperCyrill Gorcunov2018-02-251-0/+5
* Merge branch 'master' of ssh://repo.or.cz/srv/git/nasmH. Peter Anvin2018-02-221-0/+7
|\
| * Fix problem with C99 inlines and -Werror=missing-prototypesH. Peter Anvin2018-02-201-0/+7
* | Introduce cold function attributeH. Peter Anvin2018-02-221-0/+1
|/
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-1/+4
* error: add --enable-panic-abort config optionsH. Peter Anvin2017-12-201-0/+7
* configure.ac: add endian headers to configure testH. Peter Anvin2017-11-291-1/+6
* More autoconf modernizations; upgrade AC_PREREQ to 2.69H. Peter Anvin2017-11-081-2/+2
* Merge remote-tracking branch 'origin/nasm-2.13.xx'H. Peter Anvin2017-11-011-5/+20
|\
| * configure.ac: more debugging optionsH. Peter Anvin2017-10-111-5/+20
| * configure: Add --enable-gdb optionCyrill Gorcunov2017-08-161-0/+6
* | configure: Add --enable-gdb optionCyrill Gorcunov2017-07-291-0/+6
* | endian.h: can be called sys/endian.h or machine/endian.hH. Peter Anvin2017-04-241-1/+1
* | Clean up byteorder functionsH. Peter Anvin2017-04-241-5/+1
* | Merge branch 'master' into elfH. Peter Anvin2017-04-231-2/+3
|\ \ | |/
| * configure.ac: fix --enable-sectionsH. Peter Anvin2017-04-231-2/+3
* | Merge branch 'master' into elfH. Peter Anvin2017-04-181-55/+66
|\ \ | |/
| * configure.ac, doc/Makefile.in: fix out-of-directory buildEd Beroset2017-04-141-1/+1
| * configure, doc/Makefile.in: fix out-of-directory buildEd Beroset2017-04-141-1/+1
| * doc: add the option to generate an uncompressed PDFH. Peter Anvin2017-04-101-0/+8
| * doc: don't bother using autoconf to search for pdf toolsH. Peter Anvin2017-04-061-3/+0
| * rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin2017-04-061-2/+2
| * Windows: clean up the handling of stat on WindowsH. Peter Anvin2017-04-061-2/+6