475 Commits (master)
 

Author SHA1 Message Date
Alexei Sheplyakov 009ad00808 build: require automake version at least 1.10 16 years ago
Alexei Sheplyakov 84586e76e2 [BUGFIX] cln/config.h: fix include guard. 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. 16 years ago
Alexei Sheplyakov 359f2a7ad1 build: define EXTRA_PROGRAMS to shut up automake warnings. 16 years ago
Alexei Sheplyakov b70711baf4 Fix programs for timing 2-adic operations: tests/time{div,recip}2adic.cc 16 years ago
Alexei Sheplyakov 35751aa285 [bugfix] Actually compile in version info into the library. 16 years ago
Alexei Sheplyakov bd360b168b [bugfix] build: generate cl_config.h properly. 16 years ago
Alexei Sheplyakov bab7afc539 benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now. 16 years ago
Alexei Sheplyakov 4eb4ac7859 [bugfix] Public headers need GMP_DEMANDS_UINTD_* macros. 16 years ago
Alexei Sheplyakov e075dbae7e Improve installation instructions. 16 years ago
Alexei Sheplyakov 18797d1853 [bugfix] install intparam.h (auto-generated) header. 16 years ago
Alexei Sheplyakov 8291a5fb2a Remove libtool bits from the repository. 16 years ago
Alexei Sheplyakov ee196a3717 don't expose configure generated headers to users. 16 years ago
Alexei Sheplyakov 050f512c5a cln.texi: display copyright information in the info file, ... 17 years ago
Alexei Sheplyakov d23308ab4c tests: test_I_io: ignore read_integer() failures on woe32. 17 years ago
Alexei Sheplyakov d407e6b22e build: compile benchmark programs too. 16 years ago
Alexei Sheplyakov 7da4d3ae46 build: switch to ordinary auto* tools system. 16 years ago
Alexei Sheplyakov 8dfa19cd65 tests: #include <iostream> and using namespace std; for std::cout and std::endl 16 years ago
Alexei Sheplyakov 0e9c0591fb Fix header paths braindamage in the tests directory too. 16 years ago
Alexei Sheplyakov 447a682441 build: don't insist on turning on optimization. 16 years ago
Alexei Sheplyakov 8169a19b38 Use paths relative the `src' directory in the #include directives. 16 years ago
Alexei Sheplyakov 478f9e32c7 bump library version, since CLN doesn't export global object ctors any more. 16 years ago
Alexei Sheplyakov 53ae6edce0 remove CL_REQUIRE/CL_PROVIDE macro and associated autoconf tests. 16 years ago
Alexei Sheplyakov 022f958fc0 Replace CL_REQUIRE/CL_PROVIDE(cl_UP) with portable code. 16 years ago
Alexei Sheplyakov 22799ef1cd Replace CL_REQUIRE/CL_PROVIDE(cl_UP_no_ring) with portable code. 16 years ago
Alexei Sheplyakov c26020c845 Replace CL_REQUIRE/CL_PROVIDE(cl_UP_named) with portable code. 16 years ago
Alexei Sheplyakov 2a9a736542 Replace CL_REQUIRE/CL_PROVIDE(cl_UP_unnamed) with portable code. 16 years ago
Alexei Sheplyakov 9dfb3f1d54 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not really necessary. 16 years ago
Alexei Sheplyakov ca058077dc Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not really necessary. 16 years ago
Alexei Sheplyakov 84167573d9 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is not really necessary. 16 years ago
Alexei Sheplyakov d1f1de0458 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastpos), it is not really necessary. 16 years ago
Alexei Sheplyakov 9b24da5a38 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is not really necessary. 16 years ago
Alexei Sheplyakov 03a227b734 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is not really necessary. 16 years ago
Alexei Sheplyakov f01b1e191a Get rid of CL_REQUIRE/CL_PROVIDE(cl_fmt_floatstring)... 16 years ago
Alexei Sheplyakov caa1a38330 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_catalanconst_var). 16 years ago
Alexei Sheplyakov 03dedf345c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_eulerconst_var). 16 years ago
Alexei Sheplyakov 7eda668b0c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var). 16 years ago
Alexei Sheplyakov eedac861e0 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var). 16 years ago
Alexei Sheplyakov 5ec5ca2758 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var). 16 years ago
Alexei Sheplyakov 7069712895 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_pi_var). 16 years ago
Alexei Sheplyakov 1b373d7ee9 Replace CL_REQUIRE/CL_PROVIDE(cl_GV_I) with portable code. 16 years ago
Alexei Sheplyakov effb399469 Replace CL_REQUIRE/CL_PROVIDE(cl_GV_number) with portable code. 16 years ago
Alexei Sheplyakov d86b1fe18c Replace CL_REQUIRE/CL_PROVIDE(cl_SV_number) with portable code. 16 years ago
Alexei Sheplyakov 5a524da0e8 Replace CL_REQUIRE/CL_PROVIDE(cl_SV_ringelt) with portable code. 16 years ago
Alexei Sheplyakov c8ce5a2fbf Get rid CL_REQUIRE/CL_PROVIDE(cl_fmt_scaleexp), it is not necessary. 16 years ago
Alexei Sheplyakov 7d93d4d669 Remove CL_REQUIRE/CL_PROVIDE(cl_I_doublefactorial) as it's unnecessary. 16 years ago
Alexei Sheplyakov 58de93cddb Remove CL_REQUIRE/CL_PROVIDE(cl_I_factorial) as it's not really necessary. 16 years ago
Alexei Sheplyakov 2ee2f08875 Replace CL_REQUIRE/CL_PROVIDE(cl_MI) with portable code. 16 years ago