summaryrefslogtreecommitdiff
path: root/Mkfiles
Commit message (Expand)AuthorAgeFilesLines
* nasmlib: add path-splitting functionsH. Peter Anvin2017-04-232-14/+26
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-172-28/+42
* doc: add the option to generate an uncompressed PDFH. Peter Anvin2017-04-101-1/+2
* Mkfiles/README: the documentation also requires Font::TTFH. Peter Anvin2017-04-101-1/+2
* Mkfiles/README: Update Windows instructionsH. Peter Anvin2017-04-101-1/+3
* Makefile.in: more fixes to rdoff commandsH. Peter Anvin2017-04-061-2/+2
* msvc: finally make it possible to build the full Windows packageH. Peter Anvin2017-04-062-6/+16
* msvc.mak: finally make work with shared rdoff rulesH. Peter Anvin2017-04-061-35/+25
* Makefile.in: make rules for rdoff only define dependenciesH. Peter Anvin2017-04-061-5/+0
* rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin2017-04-062-467/+576
* BR 3392397: WMAKE uses a nonstandard syntax for phony targetsH. Peter Anvin2017-04-052-4/+4
* MSVC compatibility: clean up the handling of _stati64/_fstati64H. Peter Anvin2017-04-051-1/+1
* BR 3392395: unbreak msvc.mak build due to a stray backslashNikolai Saoukh2017-04-051-1/+1
* Mkfiles: harmonize how perl and (if available) makensis is runH. Peter Anvin2017-04-032-4/+11
* Makefiles: distribute file generation rules via syncfiles.plH. Peter Anvin2017-04-032-110/+209
* Mkfiles: remove unsupported Mkfiles/netware.makH. Peter Anvin2017-04-032-379/+0
* Rename insns-iflags.pl -> insns-iflags.ph, add missing dependencyH. Peter Anvin2017-04-032-4/+4
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-033-274/+313
* Mkfiles: remove useless/broken owlinux.mak, update README for openwcom.maksezero2017-03-312-611/+3
* Run "make alldeps"H. Peter Anvin2017-03-084-18/+18
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-074-0/+22
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-074-382/+441
* 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