wbhart
|
e3961673ac
|
Correct order for linker line.
After some testing we have found that this is the good order for things when linking.
|
2015-11-20 20:45:32 +01:00 |
|
Fredrik Johansson
|
ce6200c546
|
Merge pull request #57 from wbhart/patch-2
Put LDFLAGS and LIBS2 in same order as in Flint.
|
2015-11-19 21:10:55 +01:00 |
|
wbhart
|
9b407322aa
|
Put LDFLAGS and LIBS2 in same order as in Flint.
It seems the order of LDFLAGS and LIBS2 may be critical.
|
2015-11-19 20:58:48 +01:00 |
|
Fredrik Johansson
|
d6e40e461b
|
Merge pull request #56 from wbhart/patch-1
Support LDFLAGS.
|
2015-11-19 20:20:32 +01:00 |
|
wbhart
|
155d5c896c
|
Support LDFLAGS.
This fix is required for Nemo to use Arb correctly.
|
2015-11-19 20:07:30 +01:00 |
|
Fredrik Johansson
|
34f4f1c3ed
|
update info for real_roots in the documentation
|
2015-11-19 13:16:57 +01:00 |
|
Fredrik Johansson
|
f91644cb68
|
add airy functions to real_roots
|
2015-11-19 13:09:27 +01:00 |
|
Fredrik Johansson
|
9eed54684c
|
initial code for Airy functions
|
2015-11-19 11:10:22 +01:00 |
|
Fredrik Johansson
|
f3beae93aa
|
fix two minor bugs related to parameter selection in hypergeometric series
|
2015-11-19 11:09:51 +01:00 |
|
William Hart
|
b2fdb96ac1
|
Include stdint.h on MinGW64.
|
2015-11-10 14:37:05 +00:00 |
|
William Hart
|
81d2ec0c2c
|
mpfr_set_si_2exp -> mpfr_set_sj_2exp.
|
2015-11-10 14:18:40 +00:00 |
|
William Hart
|
75d3be4cd1
|
BLAH_INLINE long -> BLAH_INLINE slong in *.h.
|
2015-11-10 13:58:05 +00:00 |
|
William Hart
|
d8609e002f
|
static long -> static slong in test/*.c.
|
2015-11-10 13:49:21 +00:00 |
|
William Hart
|
57c6b71044
|
static long -> static slong in *.c.
|
2015-11-10 13:47:58 +00:00 |
|
William Hart
|
0fd0464161
|
Inline long -> slong return values.
|
2015-11-10 13:44:55 +00:00 |
|
William Hart
|
34008143c1
|
long -> slong return values.
|
2015-11-10 13:41:43 +00:00 |
|
William Hart
|
22e6bc7b09
|
LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c.
|
2015-11-10 13:31:16 +00:00 |
|
William Hart
|
a3fe55b200
|
Some missing long -> slong conversions.
|
2015-11-10 12:40:40 +00:00 |
|
William Hart
|
55c2827539
|
printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf.
|
2015-11-06 16:17:27 +00:00 |
|
William Hart
|
0383e04c21
|
%lu -> %wu in *.c.
|
2015-11-06 15:56:28 +00:00 |
|
William Hart
|
72abf04641
|
%ld -> %wd in *.c.
|
2015-11-06 15:51:44 +00:00 |
|
William Hart
|
5513b601c8
|
(U)L -> (U)WORD.
|
2015-11-06 15:34:19 +00:00 |
|
William Hart
|
3a581fe158
|
long -> slong partitions.rst.
|
2015-11-06 11:53:06 +00:00 |
|
William Hart
|
5fedbb9a97
|
long -> slong mag.rst.
|
2015-11-06 11:51:57 +00:00 |
|
William Hart
|
74fd8210c4
|
long -> slong hypgeom.rst.
|
2015-11-06 11:51:09 +00:00 |
|
William Hart
|
84c182ba81
|
long -> slong fmpr.rst.
|
2015-11-06 11:50:56 +00:00 |
|
William Hart
|
02334e7fc6
|
long -> slong fmprb.rst.
|
2015-11-06 11:48:20 +00:00 |
|
William Hart
|
feed22e5da
|
long -> slong bernoulli.rst.
|
2015-11-06 11:46:24 +00:00 |
|
William Hart
|
f5146c2a5d
|
long -> slong arf.rst.
|
2015-11-06 11:45:33 +00:00 |
|
William Hart
|
d14a3784ab
|
long -> slong arb.rst.
|
2015-11-06 11:43:10 +00:00 |
|
William Hart
|
54738ca2d1
|
long -> slong arb_poly.rst.
|
2015-11-06 11:41:40 +00:00 |
|
William Hart
|
20516fdcf7
|
long -> slong arb_mat.rst.
|
2015-11-06 11:39:23 +00:00 |
|
William Hart
|
e07c17c5d4
|
long -> slong arb_calc.rst.
|
2015-11-06 11:38:22 +00:00 |
|
William Hart
|
8bb135fd87
|
long -> slong acb.rst.
|
2015-11-06 11:37:33 +00:00 |
|
William Hart
|
cf387f65a5
|
long -> slong acb_poly.rst.
|
2015-11-06 11:35:54 +00:00 |
|
William Hart
|
961b3f63db
|
long -> slong acb_modular.rst.
|
2015-11-06 11:32:27 +00:00 |
|
William Hart
|
7d5ec1b923
|
long -> slong acb_mat.rst.
|
2015-11-06 11:31:24 +00:00 |
|
William Hart
|
80dc7d41b4
|
long -> slong acb_hypgeom.rst.
|
2015-11-06 11:30:21 +00:00 |
|
William Hart
|
34b9a93154
|
long -> slong acb_calc.rst.
|
2015-11-06 11:28:26 +00:00 |
|
William Hart
|
68988519ec
|
Merge branch 'master' of https://github.com/wbhart/arb
Conflicts:
acb_hypgeom.h
|
2015-11-06 11:24:11 +00:00 |
|
William Hart
|
f4afd059bb
|
long -> slong partition.h.
|
2015-11-06 11:17:11 +00:00 |
|
William Hart
|
3de502314b
|
long -> slong mag.h.
|
2015-11-06 11:16:52 +00:00 |
|
William Hart
|
85a654e7e2
|
long -> slong hypgeom.h.
|
2015-11-06 11:16:30 +00:00 |
|
William Hart
|
ff4566bac1
|
long -> slong fmpz_extras.h.
|
2015-11-06 11:16:09 +00:00 |
|
William Hart
|
61576d479d
|
long -> slong fmpr.h.
|
2015-11-06 11:15:47 +00:00 |
|
William Hart
|
96211557a6
|
long -> slong fmprb.h.
|
2015-11-06 11:15:34 +00:00 |
|
William Hart
|
0ba56d40d8
|
long -> slong bernoulli.h.
|
2015-11-06 11:15:10 +00:00 |
|
William Hart
|
8c7ac256f3
|
long -> slong arf.h.
|
2015-11-06 11:14:53 +00:00 |
|
William Hart
|
66766f0c9b
|
long -> slong arb_poly.h.
|
2015-11-06 11:14:32 +00:00 |
|
William Hart
|
44023ccc20
|
long -> slong arb_mat.h
|
2015-11-06 11:14:16 +00:00 |
|