summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-172-4/+4
* More makedep features (#80)bird2tori2023-05-121-21/+180
* Remove __DATE__ from version strings (#198)Ismo Puustinen2023-05-123-3/+0
* Fix detecting Windows platform (#204)Biswapriyo Nath2023-05-121-5/+5
* Leak fixes (#79)bird2tori2017-09-231-0/+1
* Added -Wno-segreg-in-64bit.Peter Johnson2015-11-063-0/+6
* fixing an argument parsing bug in ytasmdarealshinji2015-11-051-5/+8
* Allow -longopt as well as --longopt.Peter Johnson2014-10-051-0/+31
* Rename -E option to -Z.Peter Johnson2014-10-052-2/+4
* Fix a few more cases of case sensitivity in module handling.Peter Johnson2014-10-053-13/+16
* Allow building of static executables with cmake.Peter Johnson2014-08-106-30/+78
* genstring.py: Make Python3-compatible.Peter Johnson2014-08-101-8/+12
* Warnings cleanup.Peter Johnson2014-08-101-2/+1
* Add vsyasm to cmake build.Peter Johnson2014-08-101-0/+1
* Bump copyright dates for 2014.Peter Johnson2014-08-101-1/+1
* Optimize matching loops.Peter Johnson2013-08-071-1/+6
* Add support for x32H.J. Lu2012-08-301-1/+11
* Generate version number information from git history.Peter Johnson2011-08-273-4/+4
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-1914-19/+3
* frontends/yasm/yasm.xml: Use GNU layout and put --help option to the endJari Aalto2011-05-291-10/+10
* Update frontend --version copyright dates.Peter Johnson2010-04-082-2/+2
* vsyasm: Allow override of object, list, and map file extensions.Peter Johnson2010-03-191-3/+70
* vsyasm: Fix map extension.Peter Johnson2010-03-191-1/+1
* vsyasm: if -E is used, print command line as first line in error file.Peter Johnson2010-03-041-0/+5
* vsyasm: More gracefully handle single input file by using output name as-is.Peter Johnson2010-02-191-5/+9
* vsyasm: create intermediate output directories if necessary.Peter Johnson2010-02-131-4/+16
* Add "vsyasm", a batch version of yasm primarily useful for VS2010.Peter Johnson2010-02-064-0/+1371
* Implement some linemap changes required for the GAS preprocessor.Peter Johnson2010-01-032-3/+3
* Fix --preproc-only (and possibly other long options) by avoiding falsePeter Johnson2009-12-261-1/+7
* Fix #171: Broken build in ytasm CMakeLists.txt.Peter Johnson2009-05-121-4/+8
* Rename tasm to ytasm in Unix builds.Peter Johnson2009-03-241-5/+5
* tasm.c: Don't include unistd.h.Peter Johnson2008-10-081-1/+0
* tasm frontend: Fix handling of options >2 chars long.Peter Johnson2008-10-071-14/+3
* tasm frontend: Fix crash with plain /l option.Peter Johnson2008-10-071-1/+1
* Add CMakeLists.txt for tasm frontend.Peter Johnson2008-10-071-0/+25
* Add core TASM syntax support.Peter Johnson2008-10-076-0/+1224
* Fix #132: Add --prefix and --suffix (aka --postfix) options.Peter Johnson2008-06-081-0/+38
* Quiet a warning about casting from a data to function pointer.Peter Johnson2008-05-251-1/+2
* Enable Id keyword expansion.Peter Johnson2008-05-231-1/+1
* Prepend "lib" on plugin name only on Unix.Peter Johnson2008-05-232-3/+10
* Add cmake build infrastructure.Peter Johnson2008-05-226-10/+264
* Split NASM preprocessor standard macro set between various modules.Peter Johnson2008-05-091-1/+27
* Update copyright dates.Peter Johnson2008-04-121-1/+1
* Fix #123: Be explicit that errors are such by printing "error:" at beginningPeter Johnson2007-12-041-4/+5
* Correctly warn for map file usage if there are *no* object formatPeter Johnson2007-11-151-2/+2
* Add NASM-compatible multi-section binary support to bin object format.Peter Johnson2007-11-141-1/+48
* Support use of EQU values within NASM preprocessor.Peter Johnson2007-11-031-2/+2
* Change preprocessor interface from block-oriented to line-oriented.Peter Johnson2007-11-031-9/+10
* Finish cleanups made in [1967].Peter Johnson2007-09-201-3/+2
* Fix a couple of warnings (non-prototype functions).Peter Johnson2007-09-201-2/+2