summaryrefslogtreecommitdiff
path: root/Mkfiles
Commit message (Expand)AuthorAgeFilesLines
...
* Rename directiv.c to directbl.c to free up the name directiv.cH. Peter Anvin2017-03-074-13/+13
* make clean: clean up more things that ought to beH. Peter Anvin2017-03-014-0/+13
* openwcom.mak: further fixes to build with OpenWatcom WMAKEsezeroz2017-02-281-6/+17
* Run make alldepsH. Peter Anvin2017-02-284-4/+20
* Makefile: move all non-main objects into libnasm.aH. Peter Anvin2017-02-284-80/+88
* openwcom.mak: BR 3392381: update to work for the current mastersezeroz2017-02-281-50/+51
* nasmlib/file: move memory-mapping functions out of file.cH. Peter Anvin2017-02-234-8/+21
* Move canned OpenWatcom config to config/watcom.h.H. Peter Anvin2016-10-194-517/+529
* Run make alldepsH. Peter Anvin2016-10-144-5/+5
* alldeps: handle uses of full pathnames, e.g. "config/config.h"H. Peter Anvin2016-10-064-700/+844
* Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin2016-10-041-2/+6
* Factor out common string list handling codeH. Peter Anvin2016-10-044-283/+322
* backend: move wrapper for legacy output functions to a library routineH. Peter Anvin2016-09-244-12/+26
* Run make alldepsH. Peter Anvin2016-08-164-446/+816
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-254-658/+562
* nasmlib: break up nasmlib.c into logical componentsH. Peter Anvin2016-05-254-51/+129
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-164-16/+26
|\
| * Unbreak building in a separate object directoryH. Peter Anvin2016-05-163-3/+3
| * Use a hash to keep exactly one copy of each filename aroundH. Peter Anvin2016-05-104-4/+8
* | out: Elf -- Merge Elf32, Elfx32 and Elf64 into single fileCyrill Gorcunov2016-04-244-59/+8
* | msvc.mak: change $(L) to $(A)H. Peter Anvin2016-04-211-8/+8
* | msvc.mak: Build fixes, updates and improvements.Knut St. Osmundsen2016-04-211-7/+26
* | lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-084-378/+410
* | Move version strings to a separate headerH. Peter Anvin2016-03-084-36/+34
* | Makefiles: use actual archive managersH. Peter Anvin2016-03-084-56/+68
* | Move file I/O related functions out of nasmlib.cH. Peter Anvin2016-03-084-4/+8
* | Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-03-084-5/+8
|\ \ | |/
| * msvc.mak: /Ox and /Oy are redundant with /O2H. Peter Anvin2016-03-081-1/+4
| * Makefiles: run "make alldeps"H. Peter Anvin2016-03-074-9/+9
| * Change nasmlist/ListGen to lfmt/struct lfmtH. Peter Anvin2016-03-074-23/+23
* | Change nasmlist/ListGen to lfmt/struct lfmtH. Peter Anvin2016-02-184-23/+23
* | Makefile: remove explicit mention of lib/strlcpy.cH. Peter Anvin2016-02-184-9/+5
|/
* outmacho: rename outmac.c to outmacho.cH. Peter Anvin2016-02-124-15/+16
* Merge the macho32 and macho64 (outmac32/64) backendsH. Peter Anvin2016-02-124-32/+15
* make alldeps to remove unnecessary dependencies for realpath.cH. Peter Anvin2016-01-264-12/+4
* Portability improvements to nasm_realpath()H. Peter Anvin2016-01-264-7/+47
* coff: Add support for the Codeview 8 debug formatJim Kukunas2016-01-241-1/+1
* Add a MD5 implementationJim Kukunas2016-01-241-1/+2
* Run "make alldeps" to add missing header file dependenciesH. Peter Anvin2014-11-254-24/+25
* msvc.mak: Add support for generating PDBs for debuggingJim Kukunas2014-11-251-4/+12
* msvc.mak: Update insns.pl argumentsJim Kukunas2014-08-071-7/+11
* "make alldeps"H. Peter Anvin2013-11-244-105/+117
* "make alldeps"H. Peter Anvin2013-11-244-24/+40
* make: Update depsCyrill Gorcunov2013-11-244-100/+115
* iflag: Start using new instruction flags engineCyrill Gorcunov2013-11-244-11/+28
* Run "make alldeps" to update dependenciesH. Peter Anvin2013-10-244-156/+170
* make: Fix nasm build with MSVCMarat Dukhan2013-06-301-2/+14
* preproc: Move NOP preprocessor into separate fileCyrill Gorcunov2012-05-074-4/+16
* backend: add support for x32 ELFH.J. Lu2012-02-034-0/+19
* BR3411280: Fix incorrect compiler option for OS/2 target in Open Watcom makefileJiri Malak2011-09-201-1/+1