BrianGladman
6f884d522b
minor changes to the Windows readme.txt and the Python Windows build generator
2013-12-21 18:32:07 +00:00
Kevin Brogan
7d51e5d3d3
Fix t-locale.c #define used to avoid a test when using mingw64
...
The macro __MINGW64_VERSION_MAJOR is defined even when mingw64 is being used to compile 32 bit versions of software with the -m32 switch.
__MINGW64__ is only defined while compiling 64 bit output.
2013-11-19 19:20:36 -08:00
BrianGladman
0707164845
test commit
2013-11-09 20:44:19 +00:00
briangladman
7fcba404a4
test commit
2013-11-09 19:07:59 +00:00
briangladman
4aaa8e634d
Merge branch 'master' of ssh://github.com/BrianGladman/mpir
2013-10-24 11:45:29 +01:00
briangladman
3acc37364d
Add build files for Visual Studio 2013
2013-10-24 11:31:09 +01:00
briangladman
074ca96b45
test commit
2013-09-28 13:34:54 +01:00
briangladman
7d4de218d2
test commit
2013-09-28 00:00:38 +01:00
briangladman
fd337eea42
commit test
2013-09-27 20:47:01 +01:00
briangladman
78d9ab7827
test commit
2013-09-27 20:39:41 +01:00
briangladman
eee90caf12
commit test
2013-09-27 20:19:46 +01:00
briangladman
75ccc59fea
commit test (no real changes)
2013-09-27 18:06:32 +01:00
briangladman
48d48a58d3
change name of mpz_next_likely_prime to mpz_next_prime_candidate
2013-09-02 15:10:16 +01:00
William Hart
72799116f9
Merge remote-tracking branch 'brian/master'
2013-08-30 12:00:27 +01:00
briangladman
3b44e231b0
Merge remote-tracking branch 'remotes/Bill/master'
2013-08-30 11:55:33 +01:00
briangladman
7e6fb463b4
remove YASM build customisation for Visual Studio C only projects
2013-08-30 11:47:28 +01:00
Juanjo Garcia-Ripoll
60a6700a51
Upgrade configure.bat and make.bat to work with Visual Studio 2011 / Visual Studio Express 2012, even without yasm.exe
2013-08-29 21:20:30 +02:00
briangladman
f6c6bb78e0
Merge remote-tracking branch 'remotes/Jean-Pierre/master'
2013-08-28 10:50:39 +01:00
briangladman
45406bdc24
remove (u)intmax_t overloads if already defined
2013-08-28 10:20:15 +01:00
Jean-Pierre Flori
be21d5daa5
Additional runtime checks.
...
Patch from http://trac.sagemath.org/ticket/12970 .
In particular, make sure that MPIR builds correctly in VMs
which do not expose all the CPUs capabilities.
2013-08-07 11:24:10 +02:00
Brian Gladman
d6ca8cf09a
Merge remote-tracking branch 'remotes/Bill/master'
2013-08-06 13:25:33 +01:00
Brian Gladman
fd76ae5284
adjust Intel macros in dedicated windows assembler
2013-08-06 13:25:11 +01:00
William Hart
0550f973bd
Merge remote-tracking branch 'brian/master'
2013-08-06 13:20:09 +01:00
Jean-Pierre Flori
70cdc21ea5
New autoreconf generated file.
2013-08-05 21:39:11 +02:00
Jean-Pierre Flori
b3438467e6
Ran "autoreconf -fiv --no-recursive".
2013-08-05 00:34:35 +02:00
Jean-Pierre Flori
4491e7b7da
Modify PROLOGUE declarations in x86_64w.
...
This let configure define correct HAVE_NATIVE_* constants.
This may break the VS builds.
2013-08-05 00:17:37 +02:00
Jean-Pierre Flori
bdd21aa9c4
Harmonize PROLOGUE in Win64 assembly files.
...
This breaks non-generic builds with MinGW.
2013-08-04 23:45:38 +02:00
Jean-Pierre Flori
f5f24e19dc
Put back a corrected version of some arguably useless code.
2013-08-04 23:43:17 +02:00
Jean-Pierre Flori
54b72f377b
Let the Win64 renaming trick work with the new AC_OUTPUT macro.
2013-08-03 15:57:07 +02:00
Jean-Pierre Flori
f9c0c1381d
Fix for MPIR_AS.
2013-08-02 21:01:04 +02:00
Jean-Pierre Flori
0c471793c7
Fix fo headers generation.
2013-08-02 20:57:00 +02:00
Jean-Pierre Flori
cdfc715487
Fix for ABI testing on Cygwin/MinGW.
2013-08-02 20:50:22 +02:00
Jean-Pierre Flori
a9f2a016d1
Fix copy of config.* scripts for Yasm.
2013-08-02 20:48:29 +02:00
Jean-Pierre Flori
317d75cac5
Restore Yasm 1.2.0 vanilla sources.
2013-08-02 20:45:06 +02:00
Jean-Pierre Flori
ef3e3cf970
Discard options when configuring Yasm.
2013-08-02 20:42:06 +02:00
Jean-Pierre Flori
8ded658328
Use AC_CONFIG_ITEMS macros.
2013-08-02 19:48:46 +02:00
Jean-Pierre Flori
a1f9e9cc7c
Support *-w64-mingw* and *-*-cygwin*.
2013-08-02 19:40:45 +02:00
Jean-Pierre Flori
40b0d3bf3a
Properly quote define so that m4 does not fail.
2013-08-01 19:07:47 +02:00
Jean-Pierre Flori
9fe40e0c6b
Fix for Sun Studio compiler.
2013-08-01 19:06:30 +02:00
Jean-Pierre Flori
d86f56a10c
Fix for Intel Core and Pentium4 Prescott CPUs.
...
Originally fixed at http://trac.sagemath.org/ticket/14172
2013-08-01 19:03:57 +02:00
Jean-Pierre Flori
bb9fed57e3
Fix for PIC code on Darwin.
...
Originally fixed at http://trac.sagemath.org/ticket/13137
2013-08-01 19:02:10 +02:00
Jean-Pierre Flori
a2800f0920
Fix typos in assembly file names.
2013-08-01 18:59:45 +02:00
Jean-Pierre Flori
2320c7d965
Remove libtool hacks for C++.
2013-08-01 18:39:26 +02:00
Jean-Pierre Flori
461ba13b70
Remove libtool hacks.
2013-08-01 17:57:23 +02:00
Jean-Pierre Flori
4f99050914
Document Yasm related options.
2013-08-01 17:07:14 +02:00
Jean-Pierre Flori
7186636fce
Add option to use a user-provided Yasm with autotools build-system.
2013-08-01 16:19:18 +02:00
Jean-Pierre Flori
2b4c9b5620
Put back configfsf.sub trick from devel/configfsf.sub.diff.
2013-07-31 14:51:49 +02:00
Jean-Pierre Flori
cd371dfbac
Fix bug in t-scan test.
...
Reported by Daniel R. Grayson and fixed by Leif Leonhardy.
2013-07-31 14:51:42 +02:00
Jean-Pierre Flori
d222af9e8c
Ran "autoreconf -fi" and put back correct config.(guess|sub) files.
2013-07-31 14:51:32 +02:00
Jean-Pierre Flori
5a22310011
Treat Cygwin64 as Mingw64.
2013-07-31 14:51:26 +02:00