2021-01-07 |
Alexey Sheplyakov | build/autotools: fixed CL_VERSION substitution in cln... |
commit | commitdiff | tree | snapshot |
2021-01-07 |
Alexey Sheplyakov | build/autotools: repaired make dist |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | cmake build: moved cl_config.h.cmake to `autoconf` |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | cmake: cl_config.h: avoid redefining GMP_DEMANDS_UINTD_... |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | cmake: defined `short_little_endian`, `int_little_endia... |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | cmake: bail out if the source tree has been configured... |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | cmake: tell the compiler how to handle cl_asm_.cc |
commit | commitdiff | tree | snapshot |
2021-01-03 |
Alexey Sheplyakov | Revert "[build] Rename cl_asm files to make CMake happy" |
commit | commitdiff | tree | snapshot |
2020-12-21 |
Alexey Sheplyakov | CLN can be built with CMake |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Alexey Sheplyakov | [build] Rename cl_asm files to make CMake happy |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Alexey Sheplyakov | [build] Move CLN version info into the include/cln... |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Alexey Sheplyakov | [build] Use autoconf to find out cl_word_alignment. |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Alexey Sheplyakov | [compile fix] Remove incorrect forward-declaration... |
commit | commitdiff | tree | snapshot |
2020-12-20 |
Alexey Sheplyakov | [build] Don't try to find out the exact prototype of... |
commit | commitdiff | tree | snapshot |
2020-11-19 |
Richard Kreckel | Avoid "'register' storage class specifier is deprecated... |
commit | commitdiff | tree | snapshot |
2020-10-19 |
Richard Kreckel | Remove internal inline versions of numerator/denominato... |
commit | commitdiff | tree | snapshot |
2020-10-19 |
Richard Kreckel | Replace unused macro with cl_unused. |
commit | commitdiff | tree | snapshot |
2020-10-18 |
Richard Kreckel | Assume types 'long long int' and 'long double' exist. |
commit | commitdiff | tree | snapshot |
2020-10-11 |
Richard Kreckel | Fix configury (intptr_t test) for cross-compilation. |
commit | commitdiff | tree | snapshot |
2020-01-01 |
Richard Kreckel | Move factorial check from test section to exam section... |
commit | commitdiff | tree | snapshot |
2020-01-01 |
Alexey Sheplyakov | Fixed factorial calculation on 64-bit windows. |
commit | commitdiff | tree | snapshot |
2019-12-05 |
Richard Kreckel | Finalize CLN 1.3.6 release. cln_1-3-6 |
commit | commitdiff | tree | snapshot |
2019-12-04 |
Alexey Sheplyakov | Commit 2f799401454292 (`Replace typedef int[<negative... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Richard Kreckel | [DOC] Shorten copyright years, also on PDF. |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Bruno Haible | Fix long-standing bug in the "signed" variants of fprin... |
commit | commitdiff | tree | snapshot |
2019-11-18 |
Bruno Haible | test_I_io now succeeds on native Windows. |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Richard Kreckel | Finalize CLN 1.3.5 release. cln_1-3-5 |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Richard Kreckel | Restore ABI from version 1.3.4. |
commit | commitdiff | tree | snapshot |
2019-11-05 |
Richard Kreckel | Ship INSTALL.windows. |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Richard Kreckel | Avoid "this statement may fall through" warnings. |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Richard Kreckel | Delete allocation and deallocation operators that are... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Richard Kreckel | Avoid "suggest explicit braces to avoid ambiguous ... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Richard Kreckel | Make scale_float() not throw a floating_point_underflow... |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Bruno Haible | Installation instruction for Microsoft Windows. |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Bruno Haible | Retrieve the real time through gettimeofday(), not... |
commit | commitdiff | tree | snapshot |
2019-10-28 |
Bruno Haible | Fix compilation error with MSVC in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Fix compilation error on MSVC. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Fix #if directives that test for native Windows. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Restore ability to use a C++ compiler that does not... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Fetch imported m4 files during autogen.sh invocation. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Fix undefined references to cl_I_con... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: size_t may be larger than 'unsigned... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Extend fprintdecimal and fprinthexad... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Robert Szalai | 64-bit mingw port: Change return type of 'offsetof... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Robert Szalai | 64-bit mingw port: Use intptr_t, not long, to guarantee... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Robert Szalai | 64-bit mingw port: In hash table routines, use 'intptr_... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Avoid ambiguous overload error due... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Define intV in terms of intP. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Define cl_tag_mask, cl_value_mask... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Define sintP, uintP in terms of... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Fix compilation error of intparam.c. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | 64-bit mingw port: Verify that pointers fit in 'intptr_... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Add ASSERT_n macros for n up to 8. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | autogen.sh: Always fetch the files; don't let old copie... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid "integer overflow in expression" warning. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Richard Kreckel | Replace typedef int[<negative>] trick with static_assert. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Richard Kreckel | Update version dependencies of automake, autoconf. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid "multi-line comment" warning. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid "suggest parentheses around ‘-’ inside ‘>>’"... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid some "suggest explicit braces to avoid ambiguous... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid "statement has no effect" warnings. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Avoid "typedef ... locally defined but not used" warnings. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Bruno Haible | Extend .gitignore to also ignore built files. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Richard Kreckel | Make underlying type sintE of cln::float_format_t explicit. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Richard Kreckel | Require C++11 compiler. |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Richard Kreckel | Update to currently largest known Mersenne prime. |
commit | commitdiff | tree | snapshot |
2019-10-26 |
Bruno Haible | Remove obsolete CVSROOT directory. |
commit | commitdiff | tree | snapshot |
2019-10-26 |
Bruno Haible | Remove left-over .deps directories. |
commit | commitdiff | tree | snapshot |
2019-10-26 |
Bruno Haible | Distribute INSTALL.generic. |
commit | commitdiff | tree | snapshot |
2019-10-26 |
Bruno Haible | Revamp and simplify autoconfiguration. |
commit | commitdiff | tree | snapshot |
2019-09-04 |
Michael Shigorin | Added e2k arch support. |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Bruno Haible | Fix warnings from gcc's -Wshift-overflow. |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Manuel A. Fernandez... | Add support for riscv64 platform. |
commit | commitdiff | tree | snapshot |
2018-03-18 |
Richard Kreckel | Update to recently found large Mersenne prime. |
commit | commitdiff | tree | snapshot |
2018-03-18 |
YunQiang Su | Support MIPS release 6. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Richard Kreckel | Update known-to-work-with compilers. |
commit | commitdiff | tree | snapshot |
2016-02-11 |
Richard Kreckel | Update to recently found large Mersenne prime. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Richard Kreckel | Finalize CLN 1.3.4 release. cln_1-3-4 |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Richard Kreckel | Remove workarounds for obsolete compilers. |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Richard Kreckel | Fix support for Mips*. |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Richard Kreckel | Janitorial clean-up. |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Richard Kreckel | Make float_format(uintE) more precise. |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Richard Kreckel | Fix floating-point input from decimal string. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Richard Kreckel | Use 8-byte word alignment on arm64. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
Richard Kreckel | Fix support for Mips64. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Marcin Juszkiewicz | Add AArch64 support. |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Richard Kreckel | Revert "Convert complex numbers to real numbers if... |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Richard Kreckel | Convert complex numbers to real numbers if imaginary... |
commit | commitdiff | tree | snapshot |
2013-10-19 |
Richard Kreckel | Minor fixes for recent CLang. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Richard Kreckel | Add subdir-objects to Automake options. |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Richard Kreckel | Finalize CLN 1.3.3 release. cln_1-3-3 |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Richard Kreckel | Avoid compiler warning. |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Richard Kreckel | Support for Texinfo-5.0. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Daniel Schepler | Support x32 ABI. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
Richard Kreckel | Update to recently found large Mersenne prime. |
commit | commitdiff | tree | snapshot |
2012-10-09 |
Richard Kreckel | Fix some conversions to cl_SF, cl_FF, and cl_DF. |
commit | commitdiff | tree | snapshot |
2012-10-06 |
Richard Kreckel | Fix integer input with leading zeros in power-of-two... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Richard Kreckel | Detect s390x and sparc64 as 32-bit architectures. |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Richard Kreckel | Avoid input stream fail state when reading number at... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Richard Kreckel | Fix bug in converting cl_LF to float, double. |
commit | commitdiff | tree | snapshot |
next |