Commit Graph

1660 Commits

Author SHA1 Message Date
jasonmoxham
4169e805b4 change spacing on AUTHORS 2010-12-02 16:28:13 +00:00
jasonmoxham
5ba30f0c67 update NEWS 2010-12-02 16:25:23 +00:00
jasonmoxham
276765c616 config.sub update to accept *-w64 as done in yasm 2010-12-02 10:57:03 +00:00
jasonmoxham
71c97773cd bump version numbers 2010-12-01 12:38:41 +00:00
jasonmoxham
b50fb9c05d fix for race condition in a parallel build for make install 2010-12-01 01:14:29 +00:00
jasonmoxham
b0588d3154 change some %u to %d in printf in the file test/memory.c 2010-11-19 08:49:36 +00:00
jasonmoxham
517e8e1c48 add intel model 37 westmere mobile chip , no AES to the cpuid.c 2010-11-18 22:50:16 +00:00
jasonmoxham
77032fd737 autoreconf 2010-11-11 13:16:58 +00:00
jasonmoxham
6b0f169ef6 set minimum version of automake from 1.8 to 1.11 2010-11-11 13:07:39 +00:00
jasonmoxham
e5b966a901 change default distribution from .tar.gz to tar.bz2 2010-11-11 13:05:29 +00:00
gladman
0bf0516f39 remove dangling reference in VS 2008 build 2010-11-11 12:40:24 +00:00
jasonmoxham
4be87d9bd4 refmpn_not should not try to return a value 2010-11-10 18:56:18 +00:00
jasonmoxham
a9769b1a86 exclude locale c++ test on mingw64 2010-11-10 10:23:32 +00:00
jasonmoxham
753f290eb7 add mangy cours model numbers =9 to the cpuid 2010-11-09 19:10:58 +00:00
jasonmoxham
b9e6843282 add yasm_macwin.* files to the distro ie for mingw64 2010-11-09 14:11:37 +00:00
jasonmoxham
1ef6880ee7 autoreconf 2010-11-09 14:01:35 +00:00
jasonmoxham
c862f72079 remove spurious referance to the old mpn/power directory 2010-11-09 13:58:54 +00:00
jasonmoxham
432fb50e8c run setversion script on eno for RC1 2010-11-09 13:53:59 +00:00
jasonmoxham
51cd7217d2 update setverion script to use mktemp rather than tempfile as eno/fedora doesn't like it 2010-11-09 13:49:45 +00:00
jasonmoxham
2a7d789514 update trunk version numbers ready for RC1 release 2010-11-09 12:24:59 +00:00
jasonmoxham
d2778569d7 copy all param's from x86_64 to x86_64w 2010-11-08 18:51:18 +00:00
jasonmoxham
4fb18ba43e gcc on mingw64 doesnt like noexecstack , so exclude this case 2010-11-08 13:07:07 +00:00
jasonmoxham
439e5752fc enable noexecstack for gcc and x86/x64 2010-11-08 07:37:59 +00:00
jasonmoxham
626a569151 define is a reserved word in autotools so put some quotes inside it 2010-11-08 07:26:58 +00:00
jasonmoxham
96b477a9a2 hack configure to get around EXCLUDE_PREINV bug for mingw64 2010-11-08 03:13:03 +00:00
jasonmoxham
160a48148e unique names for mingw64 asm code 2010-11-07 14:39:17 +00:00
gladman
14f05f2e8e Update _PROTO definition to recognise MSVC 2010-10-30 18:16:25 +00:00
gladman
2e9daa4e23 Add conditional definition of _WIN64 for Windows x64 (for safety) 2010-10-30 15:06:27 +00:00
jasonmoxham
6f6b4d499e very preliminary msvc command line build 2010-10-27 15:27:16 +00:00
jasonmoxham
97e2c4c0ef x86_64 cpuid always availible , simplify detection code 2010-10-26 15:53:26 +00:00
jasonmoxham
ef7a34266e exclude preinv macro so that mingw64 shared builds work 2010-10-26 11:05:41 +00:00
jasonmoxham
723ace5cad exclude fat_entry without whatever path it may be under 2010-10-26 11:04:20 +00:00
jasonmoxham
604e95ddcf autotools 2010-10-26 09:49:50 +00:00
jasonmoxham
57b96b8676 another spot for the fat_entry exception 2010-10-26 09:49:25 +00:00
jasonmoxham
30529bbe33 exclude fat_entry.asm from suffix changes 2010-10-26 09:39:10 +00:00
jasonmoxham
54486fabd9 put it in the right place , acinclude.m4 2010-10-26 09:18:19 +00:00
jasonmoxham
66ffc23600 make sure configure creates the CPUVEC_SETUP_* as x86_64 not x86_64w 2010-10-26 08:54:58 +00:00
jasonmoxham
900981a6ab fat path selection must be the same for x86_64 and x86_64w 2010-10-26 08:40:15 +00:00
jasonmoxham
c5cb6806e7 path selection in configure must be the same for x86_64 and x86_64w , this is for the fat structure 2010-10-26 06:27:42 +00:00
jasonmoxham
51beb5458e add missing empty directorys for cpu types to x86_64w , they are needed to fill in the fat structure properly 2010-10-26 06:10:13 +00:00
jasonmoxham
2b0d8b4743 yasm include format requires quotes 2010-10-26 05:44:12 +00:00
jasonmoxham
6340b1ab7c correct script as the word define is a reserved word in autotools 2010-10-26 05:21:55 +00:00
jasonmoxham
33490951d1 put a pair of quotes whereever we have a dnl like dnl , so that autoconf does not think the rest of the line is a comment and blank it out 2010-10-25 14:01:35 +00:00
jasonmoxham
d045b3141d combine post processing step of m4 to yasm with the second part of the renaming 2010-10-25 13:44:48 +00:00
jasonmoxham
1c534b5211 whoops , change name triple mingw64 to mingw* 2010-10-24 21:10:42 +00:00
jasonmoxham
06eff83045 for mingw64 renaming hack the configure 2010-10-24 21:01:08 +00:00
jasonmoxham
4f5a8535bf well the makefile wont work due to the diffences between libtool .o and .lo and yasm .o , so reverting that change 2010-10-24 18:15:19 +00:00
jasonmoxham
ffee5d0f0e get rid of the old configure rename stuff for mingw64 2010-10-24 17:43:36 +00:00
jasonmoxham
621ae4fac7 make asm to as changes for mingw64 via the makefile rules instead , as fat builds are very difficult to do in configure otherwise 2010-10-24 17:42:05 +00:00
jasonmoxham
98f66d6a87 add fat paths for mingw64 to configure 2010-10-24 11:04:23 +00:00