summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix function declaration warnings with clang (#226)HEADmasterBiswapriyo Nath2023-05-171-2/+1
* Fix allocator mismatch (#107)Duncan Ogilvie2023-05-122-11/+11
* Fix EOL handling in genmacro.c (#123)mx2372020-05-031-1/+1
* Avoid shadowing warning when building with VS2015Scott Graham2015-02-191-3/+3
* missing 'break' in initalen()Maks Naumov2014-04-111-0/+1
* Drop success-path chatter from genperf.Ami Fischman2012-03-021-9/+0
* re2c: Work around tmpfile() issue on win32.Peter Johnson2011-10-311-0/+59
* re2c: Use tmpfile instead of fixed temporary filename.Peter Johnson2011-10-021-2/+1
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-1917-25/+4
* Fix build with recent Cython.Peter Johnson2011-06-251-2/+2
* Update Pyxelator to avoid deprecation warnings on recent Python versions.Peter Johnson2010-01-032-6/+20
* Use Cython instead of Pyrex.Peter Johnson2010-01-012-3/+3
* Some minor Pyrex fixes:Peter Johnson2010-01-012-5/+5
* All Pyrex files: Use __cinit__ instead of __new__ in extension classes.Peter Johnson2010-01-016-10/+10
* Unbreak python bindings on 64-bit Linux.Peter Johnson2009-12-302-6/+2
* Fix #189: Avoid compiler warning in genperf.Peter Johnson2009-11-031-1/+1
* Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles.Peter Johnson2009-10-313-15/+30
* Add gencheck.py Python script to make it easier to generate expected resultsPeter Johnson2009-05-101-0/+59
* Enable DLL/plugin builds with cmake on Windows.Peter Johnson2008-05-231-0/+1
* Add cmake build infrastructure.Peter Johnson2008-05-224-0/+24
* Make ISO C89 compliant (too long constant string, use of // comment).Peter Johnson2008-05-151-4/+7
* Commit moved, updated genmacro script missed in [2082] commit.Peter Johnson2008-05-093-0/+151
* Fix some re2c memory/initialization issues.Peter Johnson2008-04-253-2/+6
* tools/xdf: Make 64-bit safe.Peter Johnson2008-01-192-13/+38
* re2c: Fix -b generation in certain cases.Peter Johnson2007-12-151-1/+2
* Remove unused variable.Peter Johnson2007-09-181-1/+0
* Finish cleanup made in [1948].Peter Johnson2007-09-141-1/+1
* Now that part of the build uses just Python, break apart the PythonPeter Johnson2007-09-131-1/+1
* Now that genperf takes an output filename, change informational outputsPeter Johnson2007-09-111-3/+3
* Change genperf to take input and output filenames rather than outputting toPeter Johnson2007-09-102-10/+20
* Change x86 instruction tables to be automatically generated.Peter Johnson2007-09-101-0/+5
* Windows build fixes:Peter Johnson2007-09-081-4/+16
* Break apart perfect hash lookup generation and x86 arch-specificPeter Johnson2007-09-078-900/+565
* Unbreak distcheck when Python is available by pulling in bitvect.h.Peter Johnson2007-09-071-1/+1
* Add support for second parameter (fill value) to .org directive in GASPeter Johnson2007-07-201-2/+2
* Update all copyright dates.Peter Johnson2007-04-222-2/+2
* Bite the bullet and convert tabs to spaces. Previously yasm's source hasPeter Johnson2007-04-224-514/+514
* Massive warnings cleanup and cleanup of size_t vs uintptr_t vs unsigned long.Peter Johnson2007-02-242-2/+2
* Pyxelator generation should depend on HEADERS rather than SOURCES.Peter Johnson2007-01-291-1/+1
* Clean up sed usage a tiny bit (don't use cat).Peter Johnson2007-01-291-3/+2
* Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson2007-01-2912-564/+158
* Make python module DESTDIR-clean to unbreak distcheck when python module isPeter Johnson2007-01-261-2/+2
* Remove yasm_immval, moving remaining unique information (sign flag) intoPeter Johnson2007-01-212-36/+1
* intnum.c: Better internal error checking on intnum creation input strings.Peter Johnson2007-01-202-8/+27
* python-yasm/Makefile.inc: Pull in CPPFLAGS for Python build, which on somePeter Johnson2006-12-301-1/+1
* Port re2c parser from YACC to recursive descent.Peter Johnson2006-12-246-221/+288
* Pyxelator: Rip out code wrapper generation. Reindent. Add yasm wrapperPeter Johnson2006-12-1220-9478/+1846
* Bring Pyxelator-r428 into trunk.Peter Johnson2006-12-1222-0/+11051
* Take [1423] to the next logical step by supporting the general case ofPeter Johnson2006-12-102-10/+22
* expr.pxi: Sync with [1702].Peter Johnson2006-11-271-1/+0