aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* quote_for_pmake: fix counter underrun resulting in segfaultH. Peter Anvin2022-11-071-0/+1
* configure.ac: update to autoconf 2.71 standardH. Peter Anvin2022-10-051-5/+6
* configure.ac: add option to compile with suggestion warningsH. Peter Anvin (Intel)2020-07-301-0/+12
* configure.ac: also try -std=c99H. Peter Anvin (Intel)2020-07-091-1/+2
* autoconf: use -std=c17 or -std=c11 if availableH. Peter Anvin (Intel)2020-07-091-1/+2
* configure.ac: if we have a C17/C11-compatible compiler, use itH. Peter Anvin (Intel)2020-07-091-1/+2
* configure.ac: better tests for typeof, snprintf, vsnprintfH. Peter Anvin (Intel)2020-07-091-20/+26
* offsetin(): use typeof() if the compiler supports itH. Peter Anvin (Intel)2020-07-061-0/+3
* configure.ac: -enable-... breaks other compilers, so hope for clang 10H. Peter Anvin (Intel)2020-07-061-6/+0
* config/unconfig.h: generate by Makefile, not autogen.shH. Peter Anvin (Intel)2020-07-061-0/+5
* clang: add -ftrivial-auto-var-init=zeroH. Peter Anvin (Intel)2020-07-061-5/+15
* 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