summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: add --enable-profiling optionH. Peter Anvin2019-02-251-0/+5
* configure: add -Wno-shift-negative-valueH. Peter Anvin (Intel)2018-12-121-0/+5
* gcc: newer gcc trip on -Wstringop-truncation for valid uses of strncpy()H. Peter Anvin2018-06-021-0/+3
* 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
| * autoconf: fix handling of --enable/--disable options, WINE fixH. Peter Anvin2017-04-061-47/+49
| * MSVC compatibility: clean up the handling of _stati64/_fstati64H. Peter Anvin2017-04-051-2/+2
* | configure, ilog2: add some MSVC intrinsicsH. Peter Anvin2017-04-181-1/+9
* | configure.ac: test for common byte-swapping functionsH. Peter Anvin2017-04-181-0/+23
|/
* configure.ac: smarter way to handle -O2 -> -O3 default changeH. Peter Anvin2017-03-011-4/+8
* configure.ac: make possible to compile with -ffunction/data-sectionsH. Peter Anvin2017-02-281-4/+13
* configure.ac: default to -O3H. Peter Anvin2017-02-281-0/+3
* Makefile: make it possible to compile with gcc link-time optimizationH. Peter Anvin2017-02-281-2/+17
* configure.ac: use AC_FUNC_MMAP instead of AC_CHECK_FUNCS(mmap)H. Peter Anvin2017-02-231-1/+1
* configure: make sure we flag invalid attributesH. Peter Anvin2017-02-231-0/+1
* If we have new features introduced by C11, use themH. Peter Anvin2016-12-201-2/+2
* Various fixes to the ilog2 functionsH. Peter Anvin2016-11-151-3/+3
* Better support for function attributes, autoconf cleanupsH. Peter Anvin2016-11-151-53/+19
* compiler.h: include <sys/types.h>H. Peter Anvin2016-10-191-0/+1
* Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin2016-10-041-6/+7
* file: improve the file access interfaceH. Peter Anvin2016-09-211-0/+14
* configure.ac: disable common data to avoid problems with some linkersH. Peter Anvin2016-08-021-0/+5
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-1/+1
* nasmlib: break up nasmlib.c into logical componentsH. Peter Anvin2016-05-251-0/+2
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-161-0/+4
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-161-1/+1