summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2018-06-02gcc: newer gcc trip on -Wstringop-truncation for valid uses of strncpy()H. Peter Anvin
2018-05-30configure.ac: add -fvisibility=hidden if supportedH. Peter Anvin
2018-05-30malloc: simplify nasm_malloc code, add nasm_strcatn()H. Peter Anvin
2018-02-25Revert "compiler: Add fallthrough() helper"Cyrill Gorcunov
2018-02-25compiler: Add fallthrough() helperCyrill Gorcunov
2018-02-22Merge branch 'master' of ssh://repo.or.cz/srv/git/nasmH. Peter Anvin
2018-02-22Introduce cold function attributeH. Peter Anvin
2018-02-20Fix problem with C99 inlines and -Werror=missing-prototypesH. Peter Anvin
2017-12-20Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin
2017-12-20error: add --enable-panic-abort config optionsH. Peter Anvin
2017-11-29configure.ac: add endian headers to configure testH. Peter Anvin
2017-11-08More autoconf modernizations; upgrade AC_PREREQ to 2.69H. Peter Anvin
2017-11-01Merge remote-tracking branch 'origin/nasm-2.13.xx'H. Peter Anvin
2017-10-11configure.ac: more debugging optionsH. Peter Anvin
2017-08-16configure: Add --enable-gdb optionCyrill Gorcunov
2017-07-29configure: Add --enable-gdb optionCyrill Gorcunov
2017-04-24endian.h: can be called sys/endian.h or machine/endian.hH. Peter Anvin
2017-04-24Clean up byteorder functionsH. Peter Anvin
2017-04-23Merge branch 'master' into elfH. Peter Anvin
2017-04-23configure.ac: fix --enable-sectionsH. Peter Anvin
2017-04-18Merge branch 'master' into elfH. Peter Anvin
2017-04-18configure, ilog2: add some MSVC intrinsicsH. Peter Anvin
2017-04-18configure.ac: test for common byte-swapping functionsH. Peter Anvin
2017-04-14configure.ac, doc/Makefile.in: fix out-of-directory buildEd Beroset
2017-04-14configure, doc/Makefile.in: fix out-of-directory buildEd Beroset
2017-04-10doc: add the option to generate an uncompressed PDFH. Peter Anvin
2017-04-06doc: don't bother using autoconf to search for pdf toolsH. Peter Anvin
2017-04-06rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin
2017-04-06Windows: clean up the handling of stat on WindowsH. Peter Anvin
2017-04-06autoconf: fix handling of --enable/--disable options, WINE fixH. Peter Anvin
2017-04-05MSVC compatibility: clean up the handling of _stati64/_fstati64H. Peter Anvin
2017-03-01configure.ac: smarter way to handle -O2 -> -O3 default changeH. Peter Anvin
2017-02-28configure.ac: make possible to compile with -ffunction/data-sectionsH. Peter Anvin
2017-02-28configure.ac: default to -O3H. Peter Anvin
2017-02-28Makefile: make it possible to compile with gcc link-time optimizationH. Peter Anvin
2017-02-23configure.ac: use AC_FUNC_MMAP instead of AC_CHECK_FUNCS(mmap)H. Peter Anvin
2017-02-23configure: make sure we flag invalid attributesH. Peter Anvin
2016-12-20If we have new features introduced by C11, use themH. Peter Anvin
2016-11-15Various fixes to the ilog2 functionsH. Peter Anvin
2016-11-15Better support for function attributes, autoconf cleanupsH. Peter Anvin
2016-10-19compiler.h: include <sys/types.h>H. Peter Anvin
2016-10-04Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin
2016-09-21file: improve the file access interfaceH. Peter Anvin
2016-08-02configure.ac: disable common data to avoid problems with some linkersH. Peter Anvin
2016-05-25Reorganize the source code into subdirectoriesH. Peter Anvin
2016-05-25nasmlib: break up nasmlib.c into logical componentsH. Peter Anvin
2016-05-16Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin
2016-05-16Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin
2016-03-16autoconf: rename configure.in to configure.acH. Peter Anvin