summaryrefslogtreecommitdiff
path: root/Mkfiles/openwcom.mak
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add warnings.src to perlreq; longer list of binary filesH. Peter Anvin (Intel)2020-06-271-1/+1
* BR 3392648: rename float.[ch] to floats.[ch]H. Peter Anvin (Intel)2020-06-141-1/+1
* Makefile: run cleandeps, no need to config.status --recheckH. Peter Anvin (Intel)2020-06-041-4/+2
* iflags: move definitions to a separate file; auto-generate moreH. Peter Anvin (Intel)2019-08-061-1/+1
* Mkfiles: run "make cleandist"H. Peter Anvin2018-12-261-1/+19
* Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-131-2/+3
|\
| * malloc: handle potential infinite loop in nasm_alloc_failed()H. Peter Anvin (Intel)2018-12-131-1/+1
* | nasmlib: Add nasm_(v)asprintf()H. Peter Anvin (Intel)2018-12-121-3/+3
* | strlist: merge the strtbl and strlist interfacesH. Peter Anvin (Intel)2018-12-111-1/+0
* | Run make cleandepsH. Peter Anvin2018-11-281-1/+1
|/
* openwcom.mak: use \ as path separatorsH. Peter Anvin2018-02-221-153/+153
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-1/+4
* Makefile: don't store dependency information in gitH. Peter Anvin2017-11-011-406/+1
* make alldepsH. Peter Anvin2017-11-011-50/+53
* ilog2(): inline functions if practicalH. Peter Anvin2017-09-271-18/+18
* Clean up byteorder functionsH. Peter Anvin2017-04-241-235/+258
* output: generic string table implementationH. Peter Anvin2017-04-241-0/+6
* nasmlib: add path-splitting functionsH. Peter Anvin2017-04-231-7/+13
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-171-14/+21
* rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin2017-04-061-1/+34
* BR 3392397: WMAKE uses a nonstandard syntax for phony targetsH. Peter Anvin2017-04-051-2/+2
* Mkfiles: harmonize how perl and (if available) makensis is runH. Peter Anvin2017-04-031-3/+6
* Makefiles: distribute file generation rules via syncfiles.plH. Peter Anvin2017-04-031-45/+96
* Rename insns-iflags.pl -> insns-iflags.ph, add missing dependencyH. Peter Anvin2017-04-031-2/+2
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-031-99/+114
* Run "make alldeps"H. Peter Anvin2017-03-081-5/+5
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-071-0/+6
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-100/+119
* Rename directiv.c to directbl.c to free up the name directiv.cH. Peter Anvin2017-03-071-4/+4
* make clean: clean up more things that ought to beH. Peter Anvin2017-03-011-0/+4
* openwcom.mak: further fixes to build with OpenWatcom WMAKEsezeroz2017-02-281-6/+17
* Run make alldepsH. Peter Anvin2017-02-281-1/+5
* Makefile: move all non-main objects into libnasm.aH. Peter Anvin2017-02-281-20/+22
* 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-231-2/+6
* Move canned OpenWatcom config to config/watcom.h.H. Peter Anvin2016-10-191-129/+99
* Run make alldepsH. Peter Anvin2016-10-141-1/+1
* alldeps: handle uses of full pathnames, e.g. "config/config.h"H. Peter Anvin2016-10-061-197/+234
* Factor out common string list handling codeH. Peter Anvin2016-10-041-77/+83
* backend: move wrapper for legacy output functions to a library routineH. Peter Anvin2016-09-241-3/+7
* Run make alldepsH. Peter Anvin2016-08-161-127/+238
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-177/+152
* nasmlib: break up nasmlib.c into logical componentsH. Peter Anvin2016-05-251-12/+36
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-161-7/+9
|\
| * Unbreak building in a separate object directoryH. Peter Anvin2016-05-161-1/+1
| * Use a hash to keep exactly one copy of each filename aroundH. Peter Anvin2016-05-101-1/+2
* | out: Elf -- Merge Elf32, Elfx32 and Elf64 into single fileCyrill Gorcunov2016-04-241-17/+2
* | lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-101/+113
* | Move version strings to a separate headerH. Peter Anvin2016-03-081-9/+8
* | Makefiles: use actual archive managersH. Peter Anvin2016-03-081-14/+17