aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2015-06-26Upgrade to yasm 1.3.0.Elliott Hughes
2011-10-31Add Mkfiles/vc10/out_copy_rename.bat to distribution.Peter Johnson
2011-10-31Copy YASM-VERSION.h to Mkfiles for distribution.Peter Johnson
2011-09-03Makefile.am: Clean YASM-VERSION.h.Peter Johnson
2011-08-27Generate version number information from git history.Peter Johnson
2011-08-19Remove $Id$ and RCSID() usage.Peter Johnson
2010-03-04Makefile.am: Update for [2297] changes.Peter Johnson
2010-02-17Add vc10 and vsyasm build files to EXTRA_DIST.Peter Johnson
2010-01-07Update autoconf/automake scripts.Peter Johnson
2009-03-24Remove vc7 and vc8 build files, as they're no longer being maintained.Peter Johnson
2009-03-04Remove renamed tasm.vcproj (as of [2175] it is ytasm.vcproj).Peter Johnson
2008-10-09Update Makefile.am for vc98_swap.py.Peter Johnson
2008-04-01Minor update of VC9 compile readme.Peter Johnson
2008-03-28Include VC9 build files in the distfile.Peter Johnson
2007-09-10Change x86 instruction tables to be automatically generated.Peter Johnson
2007-09-08Bring Mkfiles up to date with [1929].Peter Johnson
2007-02-22Don't distribute re2c-built files or configure-built stdint.h.Peter Johnson
2007-02-18Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is aPeter Johnson
2006-12-30GAS parser: convert to recursive descent.Peter Johnson
2006-12-24Remove remaining references to nasm-bison.c/h.Peter Johnson
2006-10-05Change genmodule to parse through the Makefile (or Makefile.am) looking for Y...Peter Johnson
2006-04-17* python_test.sh: Use PYTHON variable to find python executable.Peter Johnson
2006-04-05* Mkfiles: Bring up to date with main tree changes (genstring, genversion).Peter Johnson
2006-04-05* COPYING: Update verbiage, add list of contributors and copyright notice.Peter Johnson
2006-04-05* Makefile.am: Unbreak build for when Python bindings aren't being built;Peter Johnson
2006-04-04Hook Python module into the build (even though it's pretty incomplete),Peter Johnson
2006-03-04Rewrite x86 identifier recognition to use a minimal perfect hash tablePeter Johnson
2006-01-18* Makefile.am: Unbreak distcheck due to yasm32.rules/yasm64.rules ->Peter Johnson
2006-01-08Add VC8 build files.Peter Johnson
2005-10-15* Makefile.am: Actually include Mkfiles/dj/_stdint.h in the distribution.Peter Johnson
2005-09-05* hamt.c: Use uintptr_t to correctly cast to integer from pointer. On somePeter Johnson
2005-01-13Change how man pages are built (and where they are built to). Building manPeter 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-09-12* ins.h, scanner.h, dfa.h, code.c, re.h, parse.h, token.h, substr.h:Peter Johnson
2004-09-10* arch/lc3b/README, arch/x86/README: Remove (replaced by man page).Peter Johnson
2004-09-07* Makefile.am: Unbreak build (broken due to new man page generation).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-01Makefile.am: Include mkinstalldirs in the distribution.Peter Johnson
2004-03-14Convert test_hd.pl to test_hd.c, to remove one Perl dependency.Peter Johnson
2004-02-08Actually include (newly added) basename.c and dirname.c in the distribution.Peter Johnson
2003-12-26Add VC++ 7.1 build files to the distribution.Peter Johnson
2003-09-05Merge updates for 0.3.0 into the trunk (except for version bump).Peter Johnson
2003-07-11Clarify licensing.Peter Johnson
2003-05-31Reformat multi-file lists to use many += lines instead of using \Peter Johnson
2003-05-05Clean up and simplify libyasm.h options and symbol visibility:Peter Johnson
2003-05-03Install modules into pkglibdir rather than libdir, and rename to type_keywordPeter Johnson
2003-04-01Add library install directory to ltdl search directory list.Peter Johnson
2003-03-26Update DJGPP and flat Makefiles and config.h with new source organization.Peter Johnson