source: git/libpolys/misc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9bb030   8 years hannes libpolys/misc/auxiliary.h.in -> libpolys/misc/auxiliary.h spielwiese
(edit) @52e6ef   8 years hannes chg: use misc/auxiliary.h in libpolys and kernel/mod2.h in Singular ... spielwiese
(edit) @93d9b5   8 years hannes remove HAVE_FACTORY: not optional spielwiese
(edit) @281335   8 years hannes intvec: new/delete via omallocClass spielwiese
(edit) @9e5efff   8 years hannes opt: intvec.h spielwiese
(edit) @80f8f6c   8 years quatermaster correct spelling errors as detected by Lintian spielwiese
(edit) @b35053   8 years hannes move SSI_BASE to libpolys/misc/auxiliary.h.in spielwiese
(edit) @6c596e   8 years hannes allow 0 x n (and 0 x 0) intmat spielwiese
(edit) @2bf04b   8 years hannes format spielwiese
(edit) @e57f485   9 years hannes simplified building/dependencies of prime.cc spielwiese
(edit) @42a81e   9 years hannes fix for version without HAVE_RINGS spielwiese
(edit) @52b3cf7   9 years hannes intvec: 0:0 spielwiese
(edit) @5e069f   9 years hannes cleanup (warnings, building debug stuff,...) spielwiese
(edit) @07e272   9 years hannes porting: force si_opt_1 to be initialized spielwiese
(edit) @c60890   9 years hannes port: windows uses BOOLEAN spielwiese
(edit) @364717c   9 years hannes port: windows defines BOOLEAN spielwiese
(edit) @75f460   9 years hannes format spielwiese
(edit) @8fb146   9 years Oleksandr make it painless to add -DSINGULAR_4_1 to CPPFLAGS for configure spielwiese
(edit) @454dc14   9 years hannes moved definition of SINGULAR_4_1 to libpolys/misc/auxiliary.h spielwiese
(edit) @13298a   9 years Oleksandr Added STATISTIC() macro for counting operations with numbers add: ... spielwiese
(edit) @0d97a85   10 years hannes cfRandom: part 2 spielwiese
(edit) @fea494   10 years hannes format spielwiese
(edit) @c4e319   10 years Oleksandr Fix wrongs from 6444d6389c28adc3ffe071f6db085827f420f358 spielwiese
(edit) @6a1aa7   10 years hannes preparation for more integer representations n_Init_bigint: ... spielwiese
(edit) @9b0e1a   10 years Oleksandr Include text files into doxygen manual chg: removed unnecessary ... spielwiese
(edit) @ff87b8   10 years Oleksandr Better doxygen descriptions spielwiese
(edit) @175eb21   10 years Oleksandr All of necessary doxygen desc. stubs spielwiese
(edit) @f1d2c9   10 years hannes mvoed siRand to libpolys/misc/sirandom.* spielwiese
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... spielwiese
(edit) @118d806   10 years hannes removed S_ROOT_DIR,S_UNAME from libpolys/misc/auxiliary.h.in ... spielwiese
(edit) @b73e0e   10 years Oleksandr Fix libpolys/misc/auxiliary.h.in spielwiese
(edit) @9a6ff99   10 years Oleksandr Merge sublibraries into bigger ones (packages) libpolys: libmisc, ... spielwiese
(edit) @55b6460   10 years Oleksandr Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler ... spielwiese
(edit) @c70920   10 years Oleksandr Better BS: use libtool dependency libs and LIBADD automake feature + ... spielwiese
(edit) @7fe9e13   10 years Oleksandr Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro spielwiese
(edit) @ac6113   10 years hannes fix: version numbers, removed S_VERSION1 spielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... spielwiese
(edit) @e9d581   11 years hannes add: concat for intmat, bigintmat spielwiese
(edit) @891122   11 years hannes fix: more memory leaks (analogue intvec::String) from master spielwiese
(edit) @d220af1   11 years hannes fix: memory leak in intvec::String from master spielwiese
(edit) @83192d   11 years Oleksandr Fixing the including of "config.h"-files before any other headers + ... spielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) spielwiese
(edit) @b5c26c   11 years Oleksandr Fix: need no "LDFLAGS=-release VER" for internal convenience libs spielwiese
(edit) @9ba92b   11 years Oleksandr BS cleanup: singular targets (no simultanious debug version) spielwiese
(edit) @2c889f   11 years Oleksandr Code update corresponding to renaming findexec into resources spielwiese
(edit) @719816   11 years Oleksandr Added notes on SW changes spielwiese
(edit) @94fe43   11 years Oleksandr Fix: (for 32-bit builds): libpolys/misc/intvec.cc should be compiled ... spielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... spielwiese
(edit) @538512   11 years hannes chg: StringAppend/StringSetS/StringEndS: use multiple times spielwiese
(edit) @92f57d   11 years martinlee84 fix: printing in ivOptimizeKern if option(prot) spielwiese
(edit) @0724372   11 years Oleksandr Made MAX_INT_* into constants in mylimits.h spielwiese
(edit) @80d772   11 years hannes fix: mylimits.h spielwiese
(edit) @4b5098   11 years Oleksandr Assume that intvec should contain at least one entry... spielwiese
(edit) @e17f69   11 years Oleksandr Correct (?!) pre-processor checks and definitions spielwiese
(edit) @d0b4e7   12 years hannes fix: content in ivReduce spielwiese
(edit) @f900d1   12 years hannes fix: avoid overflow somehow better spielwiese
(edit) @5e28ea   12 years Oleksandr Temporary removed -Winline TODO: revert this upon starting optimizing ... spielwiese
(edit) @8e7e6d4   12 years Oleksandr Testing with -ftrapv spielwiese
(edit) @d30a399   12 years hannes chg: option handling: test,verbose renamed to si_opt_1,si_opt_2 spielwiese
(edit) @fff6150   12 years Oleksandr added -Winline compiler option: warn when a function marked inline ... spielwiese
(edit) @fd201f   12 years Oleksandr install (sub)libraries to corrrect locations spielwiese
(edit) @2b43ac   12 years francois.bissey Make debuging objects (_g) a configure option. spielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... spielwiese
(edit) @84fc1f   12 years Oleksandr moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim) spielwiese
(edit) @9127cc   12 years hannes add: basics for bigintmat spielwiese
(edit) @9f524d   12 years Oleksandr reverted library packing with LIBADD chg: correct _LDADD chg: no use ... spielwiese
(edit) @4bc0ab9   12 years Oleksandr updated all active automake files: INCLUDES -> AM_CPPFLAGS chg: ... ... spielwiese
(edit) @0c6947   12 years Oleksandr fix includes of 'resources/feFopen.h' spielwiese
(edit) @6fcb1b3   12 years Oleksandr fixing 32bit via 64bit issues fix: removed typedef for long64 from ... spielwiese
(edit) @ece30c   12 years Oleksandr Revert "fix the opposite 64bit-compiler-test at ... spielwiese
(edit) @772990   12 years Oleksandr fix the package install FIX: install all needed headers (e.g. for ... spielwiese
(edit) @825966   12 years Oleksandr function-to-function/object warnings fix the warnings using a union ... spielwiese
(edit) @f2d314   12 years Oleksandr fix the opposite 64bit-compiler-test at libpolys/misc/mylimits.h spielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... spielwiese
(edit) @1d3be3   12 years Oleksandr ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS spielwiese
(edit) @e554162   12 years Oleksandr CHG: INT_MAX -> MAX_INT_VAL spielwiese
(edit) @737b7c8   12 years Oleksandr CHG/ADD: define CHAR_BIT & BIT_SIZEOF_LONG in misc/auxiliary.h spielwiese
(edit) @383b2c8   12 years Oleksandr CHG: mod2.h should better be included as <kernel/mod2.h> spielwiese
(edit) @4fdf15   12 years Oleksandr CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ... spielwiese
(edit) @42ceaa   12 years Oleksandr FIX: do NOT distribute misc/auxiliary.h + tests/*_test_runner.cpp FIX: ... spielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! spielwiese
(edit) @a2cdd62   12 years hannes fix: avoid limits.h spielwiese
(edit) @49ea49   12 years Oleksandr CHG: eliminated omalloc/omlimits.h.in->.h in favour of static ... spielwiese
(edit) @27edeb   13 years ranosch CHG: unused function argument spielwiese
(edit) @ee1f01   13 years ranosch CHG: commented out unused(!?) functions spielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now spielwiese
(edit) @d44785   13 years vbraun.name Cleaned up Makefile.am to remove superfluous rules Also, note that ... spielwiese
(edit) @b4c4621   13 years Oleksandr FIX: HAVE_SHIFTBBA should be in libpolys/misc/auxiliary.h (NOT in mod2.h!) spielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... spielwiese
(edit) @50b874   13 years Oleksandr FIX: further issues due to the use of Debugging stuff in Release version spielwiese
(edit) @f3ea6ce   13 years Oleksandr ADD: defining DISABLE_GMP_CPP makes cf_gmp.h to use our UGLY! hack to ... spielwiese
(edit) @6ea2f5   13 years Oleksandr FIX: release version should NOT try to use the debugging omalloc functions spielwiese
(edit) @77bb59   13 years Oleksandr CHG: minor changes spielwiese
(edit) @88ece17   13 years hannes kernel: make check works (moved febase stuff to Singular/fevoices.cc, ... spielwiese
(edit) @af223b0   13 years burcin Fix Singular/fehelp.cc. spielwiese
(edit) @5835ba4   13 years hannes fix misc/auxiliary.h.in, Singular/makefile spielwiese
(edit) @1745e5   13 years hannes int64.* ->misc, rCopy0AndAddA ->ring.h, fix walkSupport.cc spielwiese
(edit) @7af488e   13 years hannes nRegister not needed any more for standard coeffs spielwiese
(edit) @148d3c   13 years Oleksandr FIX: fixing the build system (install needed headers on needed places) ... spielwiese
(edit) @adb2ed   13 years mohamed.barakat Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to ... spielwiese
Note: See TracRevisionLog for help on using the revision log.