summaryrefslogtreecommitdiff
path: root/Mkfiles
Commit message (Expand)AuthorAgeFilesLines
...
* Add files for building YASM with Visual Studio 2010 (beta 2)Brian Gladman2009-12-0534-0/+3225
* Update gen_x86_insn.py to work in both Python 2 and 3Brian Gladman2009-12-051-0/+4
* Further change to python invocation in genperfBrian Gladman2009-08-121-0/+1
* improve handling of Python batch file for genperfBrian Gladman2009-08-121-2/+3
* Remove vc7 and vc8 build files, as they're no longer being maintained.Peter Johnson2009-03-2439-5474/+0
* Rename tasm to ytasm in Unix builds.Peter Johnson2009-03-242-8/+8
* Update yasm.rules file for VC++Brian Gladman2009-03-061-2/+2
* Remove renamed tasm.vcproj (as of [2175] it is ytasm.vcproj).Peter Johnson2009-03-041-410/+0
* Tidy up VC++ project names for ytasmBrian Gladman2009-02-262-9/+419
* rename tasm for VC++Brian Gladman2009-02-251-0/+410
* Change to Python for Visual Studio 2008/2005 conversion (vc98_swap.py in plac...Brian Gladman2008-10-081-134/+0
* svn path=/trunk/yasm/; revision=2150Brian Gladman2008-10-082-13/+75
* update Visual Studio 2008 buildBrian Gladman2008-10-087-16/+18
* Update Mkfiles (except for VC) for TASM build.Peter Johnson2008-10-074-8/+32
* Bring Mkfiles up-to-date with genmacro/preproc changes.Peter Johnson2008-05-138-14/+47
* Remove snapshot version number accidentally committed with Mkfiles.Peter Johnson2008-04-121-4/+4
* Bump trunk version after 0.7.x branch.Peter Johnson2008-04-124-4/+4
* Minor update of VC9 compile readme.Peter Johnson2008-04-012-7/+170
* Add Visual Studio 2008 build files.Peter Johnson2008-01-3121-0/+3466
* Bring flat and DJGPP Mkfiles up to date with [1939].Peter Johnson2007-09-212-8/+8
* Autoconfize cpp program name and popen. This commit inactivates cpp in thePeter Johnson2007-09-203-2/+20
* Update Mkfiles to add new cpp module.Peter Johnson2007-09-204-2/+27
* Make Python messages a little less threatening.Peter Johnson2007-09-182-4/+4
* Fix VC++ build order dependencies.Peter Johnson2007-09-182-8/+9
* Ensure Python is available before trying to run gen_x86_insn.py.Peter Johnson2007-09-182-0/+26
* Run gen_x86_insn.py from vc and vc8 builds.Peter Johnson2007-09-122-2/+4
* Change genperf to take input and output filenames rather than outputting toPeter Johnson2007-09-102-8/+8
* Change x86 instruction tables to be automatically generated.Peter Johnson2007-09-108-367/+8
* Re-enable lc3b in flat Mkfiles.Peter Johnson2007-09-082-12/+12
* Windows build fixes:Peter Johnson2007-09-082-0/+42
* Bring Mkfiles up to date with [1929].Peter Johnson2007-09-0814-61/+456
* Update yasm.rules so that it's compatible with the Intel compiler.Peter Johnson2007-08-101-1/+1
* Fix typo in VC7 modules.vcproj.Peter Johnson2007-08-021-1/+1
* Fix #111: Correctly #define HAVE__STRICMP for vc and vc8.Peter Johnson2007-08-012-2/+2
* Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson2007-07-133-71/+41
* Bring Mkfiles up-to-date with [1889].Peter Johnson2007-07-134-18/+16
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-223-9/+9
* Bump trunk version to 0.6.99 after 0.6.0 release.Peter Johnson2007-02-253-3/+3
* Fix DJGPP build.Peter Johnson2007-02-231-0/+1
* Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson2007-02-183-0/+0
* Add support for Win64 structured exception handling (aka .xdata and .pdata).Peter Johnson2007-02-124-0/+16
* Add dbgfmt_cv8 to flat Mkfiles (DJGPP).Peter Johnson2007-01-192-0/+2
* Make gnu an alias for gas parser.Peter Johnson2007-01-182-2/+2
* Add macho to Mkfiles.Peter Johnson2007-01-184-0/+11
* GAS parser: convert to recursive descent.Peter Johnson2006-12-307-142/+7
* Remove remaining references to nasm-bison.c/h.Peter Johnson2006-12-241-6/+0
* Port re2c parser from YACC to recursive descent.Peter Johnson2006-12-244-33/+11
* Fix Mkfiles for previous commit (NASM recursive descent parser).Peter Johnson2006-12-234-56/+4
* Rename linemgr.c and linemgr.h to linemap.c and linemap.h. The "manager"Peter Johnson2006-11-264-6/+6
* Fix up Mkfiles for RDOFF2 support.Peter Johnson2006-10-174-0/+11