210 Commits (536a0ac50f6c90198982267943af4d551612a9d9)

Author SHA1 Message Date
Richard Kreckel 536a0ac50f Convert complex numbers to real numbers if imaginary part is floating-point 0.0. 11 years ago
Richard Kreckel 1c9bd61ff0 Finalize CLN 1.3.3 release. 12 years ago
Richard Kreckel 9539a954b8 Avoid compiler warning. 12 years ago
Richard Kreckel 673d1a5004 Fix some conversions to cl_SF, cl_FF, and cl_DF. 12 years ago
Richard Kreckel 4a477b0cc3 Fix integer input with leading zeros in power-of-two base. 12 years ago
Richard Kreckel 4985c8a789 Avoid input stream fail state when reading number at EOF. 13 years ago
Richard Kreckel 3c6225a8b3 Fix bug in converting cl_LF to float, double. 13 years ago
Richard Kreckel 9b55b28892 Fix scale_float for large factors on x86. 14 years ago
Richard Kreckel 30e9f7bacd Support for MSVC. 14 years ago
Richard Kreckel 93c3e3c856 Fix yet another dependent base C++ language issue. 14 years ago
Richard Kreckel f7da433f3a Fix compilation with clang. 14 years ago
Richard Kreckel d785f98dc9 Remove cl_null_string defintion. 16 years ago
Richard Kreckel bc3e15e46f Fix double_approx(const cl_RA& x) on 64-Bit platforms. 16 years ago
Richard Kreckel f00e3c0f82 Fix build breakage on Sparc. 16 years ago
Richard Kreckel b0ecd98798 Prepare for CLN 1.3.0 release. 16 years ago
Richard Kreckel 33ce8f3970 Prefer GMP's multiplication routine (if GMP version >= 4.0). 16 years ago
Richard B. Kreckel 55a8c69cf2 Override automake's DEFAULT_INCLUDES. 16 years ago
Richard B. Kreckel a446756831 Fix compilation with GCC 4.4. 16 years ago
Alexei Sheplyakov 1eaf75c411 [build] Added some files to DISTCLEANFILES to please `make distcheck'. 16 years ago
Alexei Sheplyakov 2126a56ef1 List all source files so CLN builds from tarballs produced by 'make dist'. 16 years ago
Alexei Sheplyakov f02385df3d cl_asm_GF2.cc: fix compilation error on SPARC. 16 years ago
Alexei Sheplyakov 97da144ed6 [BUGFIX]: cl_asm_.cc: fix include paths. 16 years ago
Alexei Sheplyakov e47b7b1880 cl_{GV,SV}: use std::size_t for size of vectors (instead of obscure uintC). 16 years ago
Alexei Sheplyakov 2ed9ef84d3 Equip vectors (cl_[SG]V_*) with STL-alike size() method. 17 years ago
Alexei Sheplyakov 35751aa285 [bugfix] Actually compile in version info into the library. 17 years ago
Alexei Sheplyakov ee196a3717 don't expose configure generated headers to users. 17 years ago
Alexei Sheplyakov 7da4d3ae46 build: switch to ordinary auto* tools system. 17 years ago
Alexei Sheplyakov 8169a19b38 Use paths relative the `src' directory in the #include directives. 17 years ago
Alexei Sheplyakov 022f958fc0 Replace CL_REQUIRE/CL_PROVIDE(cl_UP) with portable code. 17 years ago
Alexei Sheplyakov 22799ef1cd Replace CL_REQUIRE/CL_PROVIDE(cl_UP_no_ring) with portable code. 17 years ago
Alexei Sheplyakov c26020c845 Replace CL_REQUIRE/CL_PROVIDE(cl_UP_named) with portable code. 17 years ago
Alexei Sheplyakov 2a9a736542 Replace CL_REQUIRE/CL_PROVIDE(cl_UP_unnamed) with portable code. 17 years ago
Alexei Sheplyakov 9dfb3f1d54 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not really necessary. 17 years ago
Alexei Sheplyakov ca058077dc Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not really necessary. 17 years ago
Alexei Sheplyakov 84167573d9 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is not really necessary. 17 years ago
Alexei Sheplyakov d1f1de0458 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastpos), it is not really necessary. 17 years ago
Alexei Sheplyakov 9b24da5a38 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is not really necessary. 17 years ago
Alexei Sheplyakov 03a227b734 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is not really necessary. 17 years ago
Alexei Sheplyakov f01b1e191a Get rid of CL_REQUIRE/CL_PROVIDE(cl_fmt_floatstring)... 17 years ago
Alexei Sheplyakov caa1a38330 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_catalanconst_var). 17 years ago
Alexei Sheplyakov 03dedf345c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_eulerconst_var). 17 years ago
Alexei Sheplyakov 7eda668b0c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var). 17 years ago
Alexei Sheplyakov eedac861e0 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var). 17 years ago
Alexei Sheplyakov 5ec5ca2758 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var). 17 years ago
Alexei Sheplyakov 7069712895 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_pi_var). 17 years ago
Alexei Sheplyakov 1b373d7ee9 Replace CL_REQUIRE/CL_PROVIDE(cl_GV_I) with portable code. 17 years ago
Alexei Sheplyakov effb399469 Replace CL_REQUIRE/CL_PROVIDE(cl_GV_number) with portable code. 17 years ago
Alexei Sheplyakov d86b1fe18c Replace CL_REQUIRE/CL_PROVIDE(cl_SV_number) with portable code. 17 years ago
Alexei Sheplyakov 5a524da0e8 Replace CL_REQUIRE/CL_PROVIDE(cl_SV_ringelt) with portable code. 17 years ago
Alexei Sheplyakov c8ce5a2fbf Get rid CL_REQUIRE/CL_PROVIDE(cl_fmt_scaleexp), it is not necessary. 17 years ago