aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2011-08-27Generate version number information from git history.Peter Johnson
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2010-08-06Bump trunk internal version to 1.1.99.Peter Johnson
2010-02-13vsyasm: create intermediate output directories if necessary.Peter Johnson
2010-01-12Allow older automake version (1.9.6).Peter Johnson
2010-01-07Update autoconf/automake scripts.Peter Johnson
2010-01-01Use Cython instead of Pyrex.Peter Johnson
2008-10-07Add core TASM syntax support.Peter Johnson
2008-04-12Bump trunk version after 0.7.x branch.Peter Johnson
2008-04-12Disable Python bindings by default; the build process for them is brokenPeter Johnson
2007-12-06Turn off -Wconversion. It is far too noisy for it to be useful due toPeter Johnson
2007-09-20Autoconfize cpp program name and popen. This commit inactivates cpp in thePeter Johnson
2007-09-13Now that part of the build uses just Python, break apart the PythonPeter Johnson
2007-07-13Clean up a number of obsolete autoconf-detected standard C things.Peter Johnson
2007-03-05Restructure yasm_object as the central clearing house for yasm_objfmt,Peter Johnson
2007-02-25Bump trunk version to 0.6.99 after 0.6.0 release.Peter Johnson
2007-02-18Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson
2007-02-13Only enable -ansi -pedantic -Wall in maintainer mode.Peter Johnson
2007-01-31Now that Pyrex 0.9.5.1 is out, require it (incorporates a needed fix).Peter Johnson
2007-01-29Massive Python/Pyrex wrapper cleanup. We now use Pyxelator to generatePeter Johnson
2006-12-30GAS parser: convert to recursive descent.Peter Johnson
2006-10-30Fix #88: Allow only GNU Bison (not Bison++ or plain old yacc) for YACC, and c...Peter Johnson
2006-05-03* configure.ac: Don't error-out configure if Python not found; Python isPeter Johnson
2006-04-07Bump trunk internal version to 0.5.99.0.Peter Johnson
2006-04-06Take #2 on reversioning: decouple version and build from autoconf versionPeter Johnson
2006-04-05Implement better versioning. From now on, trunk's version will be thePeter Johnson
2006-04-05Quiet warnings in Pyrex code by adding "-w" if GCC detected.Peter Johnson
2006-04-04Be much smarter at checking for and running Pyrex. Pyrex is a Python modulePeter Johnson
2006-04-04Hook Python module into the build (even though it's pretty incomplete),Peter Johnson
2006-02-10* configure.ac: Add checks for unistd.h and getcwd(). These will be neededPeter Johnson
2005-09-05* hamt.c: Use uintptr_t to correctly cast to integer from pointer. On somePeter Johnson
2005-01-29* configure.ac: Turn on -Wno-unused; this covers more warnings than the oldPeter Johnson
2005-01-25Remove 3 warnings that caused mingw build to break.Peter Johnson
2005-01-22* configure.ac: Reorganize and add a few more extra GCC warnings.Peter Johnson
2004-12-01Greatly simplify build system by removing libtool and integrating formerlyPeter Johnson
2004-11-15Remove Check suite; hand-write the two tests that use it. While we'rePeter Johnson
2004-10-14* configure.ac: Add detection for libgen.h.Peter Johnson
2004-09-07* configure.ac: Remove check for groff, add check for xmlto.Peter Johnson
2004-09-04* On most files: re-enable $IdPath$ as $Id$, and enable Id keyword expansion.Peter Johnson
2004-09-01* configure.ac, Mkfiles/*/config.h: Stop using date command / CVS string,Peter Johnson
2004-08-14Update auto*, libtool, libltdl, and gettext scripts.Peter Johnson
2004-07-05Remove malloc function check; it can need a malloc.c, and thus breaks onPeter Johnson
2004-03-15Convert re2c cleanup.pl to cleanup.c, removing final Perl dependency.Peter Johnson
2004-02-07Make yasm dynamic module loader able to find modules even when run from aPeter Johnson
2003-10-02Add check specifically for Bison and for Bison version >= 1.25.Peter Johnson
2003-07-26Remove check for lex/flex; we no longer have any lex files.Peter Johnson
2003-07-26Fixed some conversion warnings caused by intnum commit. Missed these due toPeter Johnson
2003-06-08Use standard basename() function if available.Peter Johnson
2003-05-05Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson