source: git/libpolys/misc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9f7665   10 years Oleksandr Removed HAVE_CONFIG guards fix: fixed the inclusion of ... fieker-DuValspielwiese
(edit) @118d806   10 years hannes removed S_ROOT_DIR,S_UNAME from libpolys/misc/auxiliary.h.in ... fieker-DuValspielwiese
(edit) @b73e0e   10 years Oleksandr Fix libpolys/misc/auxiliary.h.in fieker-DuValspielwiese
(edit) @9a6ff99   10 years Oleksandr Merge sublibraries into bigger ones (packages) libpolys: libmisc, ... fieker-DuValspielwiese
(edit) @55b6460   10 years Oleksandr Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler ... fieker-DuValspielwiese
(edit) @c70920   10 years Oleksandr Better BS: use libtool dependency libs and LIBADD automake feature + ... fieker-DuValspielwiese
(edit) @7fe9e13   10 years Oleksandr Renamed NDEBUG -> SING_NDEBUG in order to avoid confusion with GCC macro fieker-DuValspielwiese
(edit) @ac6113   10 years hannes fix: version numbers, removed S_VERSION1 fieker-DuValspielwiese
(edit) @ba5e9e   11 years Oleksandr Changed configure-scripts to generate individual public config files ... fieker-DuValspielwiese
(edit) @e9d581   11 years hannes add: concat for intmat, bigintmat fieker-DuValspielwiese
(edit) @891122   11 years hannes fix: more memory leaks (analogue intvec::String) from master fieker-DuValspielwiese
(edit) @d220af1   11 years hannes fix: memory leak in intvec::String from master fieker-DuValspielwiese
(edit) @83192d   11 years Oleksandr Fixing the including of "config.h"-files before any other headers + ... fieker-DuValspielwiese
(edit) @16f511   11 years Oleksandr Fixed the usage of "config.h" (if defined HAVE_CONFIG_H) fieker-DuValspielwiese
(edit) @b5c26c   11 years Oleksandr Fix: need no "LDFLAGS=-release VER" for internal convenience libs fieker-DuValspielwiese
(edit) @9ba92b   11 years Oleksandr BS cleanup: singular targets (no simultanious debug version) fieker-DuValspielwiese
(edit) @2c889f   11 years Oleksandr Code update corresponding to renaming findexec into resources fieker-DuValspielwiese
(edit) @719816   11 years Oleksandr Added notes on SW changes fieker-DuValspielwiese
(edit) @94fe43   11 years Oleksandr Fix: (for 32-bit builds): libpolys/misc/intvec.cc should be compiled ... fieker-DuValspielwiese
(edit) @d101b1   11 years Oleksandr Motsak <http://goo.gl/mcpzY> Silence some warnings about statements without effect Insired by ... fieker-DuValspielwiese
(edit) @538512   11 years hannes chg: StringAppend/StringSetS/StringEndS: use multiple times fieker-DuValspielwiese
(edit) @92f57d   11 years martinlee84 fix: printing in ivOptimizeKern if option(prot) fieker-DuValspielwiese
(edit) @0724372   11 years Oleksandr Made MAX_INT_* into constants in mylimits.h fieker-DuValspielwiese
(edit) @80d772   11 years hannes fix: mylimits.h fieker-DuValspielwiese
(edit) @4b5098   11 years Oleksandr Assume that intvec should contain at least one entry... fieker-DuValspielwiese
(edit) @e17f69   11 years Oleksandr Correct (?!) pre-processor checks and definitions fieker-DuValspielwiese
(edit) @d0b4e7   12 years hannes fix: content in ivReduce fieker-DuValspielwiese
(edit) @f900d1   12 years hannes fix: avoid overflow somehow better fieker-DuValspielwiese
(edit) @5e28ea   12 years Oleksandr Temporary removed -Winline TODO: revert this upon starting optimizing ... fieker-DuValspielwiese
(edit) @8e7e6d4   12 years Oleksandr Testing with -ftrapv fieker-DuValspielwiese
(edit) @d30a399   12 years hannes chg: option handling: test,verbose renamed to si_opt_1,si_opt_2 fieker-DuValspielwiese
(edit) @fff6150   12 years Oleksandr added -Winline compiler option: warn when a function marked inline ... fieker-DuValspielwiese
(edit) @fd201f   12 years Oleksandr install (sub)libraries to corrrect locations fieker-DuValspielwiese
(edit) @2b43ac   12 years francois.bissey Make debuging objects (_g) a configure option. fieker-DuValspielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... fieker-DuValspielwiese
(edit) @84fc1f   12 years Oleksandr moved Hans's bigintmat from libmisc to libcoeffs (almost verbatim) fieker-DuValspielwiese
(edit) @9127cc   12 years hannes add: basics for bigintmat fieker-DuValspielwiese
(edit) @9f524d   12 years Oleksandr reverted library packing with LIBADD chg: correct _LDADD chg: no use ... fieker-DuValspielwiese
(edit) @4bc0ab9   12 years Oleksandr updated all active automake files: INCLUDES -> AM_CPPFLAGS chg: ... ... fieker-DuValspielwiese
(edit) @0c6947   12 years Oleksandr fix includes of 'resources/feFopen.h' fieker-DuValspielwiese
(edit) @6fcb1b3   12 years Oleksandr fixing 32bit via 64bit issues fix: removed typedef for long64 from ... fieker-DuValspielwiese
(edit) @ece30c   12 years Oleksandr Revert "fix the opposite 64bit-compiler-test at ... fieker-DuValspielwiese
(edit) @772990   12 years Oleksandr fix the package install FIX: install all needed headers (e.g. for ... fieker-DuValspielwiese
(edit) @825966   12 years Oleksandr function-to-function/object warnings fix the warnings using a union ... fieker-DuValspielwiese
(edit) @f2d314   12 years Oleksandr fix the opposite 64bit-compiler-test at libpolys/misc/mylimits.h fieker-DuValspielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... fieker-DuValspielwiese
(edit) @1d3be3   12 years Oleksandr ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS fieker-DuValspielwiese
(edit) @e554162   12 years Oleksandr CHG: INT_MAX -> MAX_INT_VAL fieker-DuValspielwiese
(edit) @737b7c8   12 years Oleksandr CHG/ADD: define CHAR_BIT & BIT_SIZEOF_LONG in misc/auxiliary.h fieker-DuValspielwiese
(edit) @383b2c8   12 years Oleksandr CHG: mod2.h should better be included as <kernel/mod2.h> fieker-DuValspielwiese
(edit) @4fdf15   12 years Oleksandr CHG: combine lib{misc/reporter/resources/coeffs/polys} together and ... fieker-DuValspielwiese
(edit) @42ceaa   12 years Oleksandr FIX: do NOT distribute misc/auxiliary.h + tests/*_test_runner.cpp FIX: ... fieker-DuValspielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! fieker-DuValspielwiese
(edit) @a2cdd62   12 years hannes fix: avoid limits.h fieker-DuValspielwiese
(edit) @49ea49   12 years Oleksandr CHG: eliminated omalloc/omlimits.h.in->.h in favour of static ... fieker-DuValspielwiese
(edit) @27edeb   13 years ranosch CHG: unused function argument fieker-DuValspielwiese
(edit) @ee1f01   13 years ranosch CHG: commented out unused(!?) functions fieker-DuValspielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now fieker-DuValspielwiese
(edit) @d44785   13 years vbraun.name Cleaned up Makefile.am to remove superfluous rules Also, note that ... fieker-DuValspielwiese
(edit) @b4c4621   13 years Oleksandr FIX: HAVE_SHIFTBBA should be in libpolys/misc/auxiliary.h (NOT in mod2.h!) fieker-DuValspielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... fieker-DuValspielwiese
(edit) @50b874   13 years Oleksandr FIX: further issues due to the use of Debugging stuff in Release version fieker-DuValspielwiese
(edit) @f3ea6ce   13 years Oleksandr ADD: defining DISABLE_GMP_CPP makes cf_gmp.h to use our UGLY! hack to ... fieker-DuValspielwiese
(edit) @6ea2f5   13 years Oleksandr FIX: release version should NOT try to use the debugging omalloc functions fieker-DuValspielwiese
(edit) @77bb59   13 years Oleksandr CHG: minor changes fieker-DuValspielwiese
(edit) @88ece17   13 years hannes kernel: make check works (moved febase stuff to Singular/fevoices.cc, ... fieker-DuValspielwiese
(edit) @af223b0   13 years burcin Fix Singular/fehelp.cc. fieker-DuValspielwiese
(edit) @5835ba4   13 years hannes fix misc/auxiliary.h.in, Singular/makefile fieker-DuValspielwiese
(edit) @1745e5   13 years hannes int64.* ->misc, rCopy0AndAddA ->ring.h, fix walkSupport.cc fieker-DuValspielwiese
(edit) @7af488e   13 years hannes nRegister not needed any more for standard coeffs fieker-DuValspielwiese
(edit) @148d3c   13 years Oleksandr FIX: fixing the build system (install needed headers on needed places) ... fieker-DuValspielwiese
(edit) @adb2ed   13 years mohamed.barakat Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to ... fieker-DuValspielwiese
(edit) @f8f0b7   13 years Oleksandr FIX: "#define" should be "#undef" in any public config.h.in ... fieker-DuValspielwiese
(edit) @2111465   13 years martinlee84 switched on HAVE_FACTORY in auxiliary.h.in deleted include of cf_gmp.h ... fieker-DuValspielwiese
(edit) @c11134   13 years Oleksandr FIX: fixed linkage under Mac OS X: one has to initialize global variables fieker-DuValspielwiese
(edit) @e1761c   13 years mohamed.barakat define HAVE_DL in m4/p-procs.m4, SING_CHECK_P_PROCS fieker-DuValspielwiese
(edit) @41dde6   13 years mohamed.barakat - moved the definitions of HAVE_MULT_MOD, HAVE_DIV_MOD, and ... fieker-DuValspielwiese
(edit) @f27003   13 years hannes find a place for our bitset optionbs from options.h fieker-DuValspielwiese
(edit) @1820e7   13 years Oleksandr ADD: more unit tests via CxxTest and related changes FIX: NULLp for ... fieker-DuValspielwiese
(edit) @d11524   13 years mohamed.barakat - merge libpolys/{misc,reporter,resources}/configure.ac into ... fieker-DuValspielwiese
(edit) @ccd333   13 years mohamed.barakat - seperated public config macros in omalloc from private ones - ... fieker-DuValspielwiese
(edit) @45d2332   13 years Oleksandr FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h! fieker-DuValspielwiese
(edit) @cce694c   13 years Oleksandr FIX: since omalloc is not always used by the users of ... fieker-DuValspielwiese
(edit) @68e548   13 years Oleksandr FIX: define SIZEOF_LONG due to omalloc or via system limits fieker-DuValspielwiese
(edit) @1b49ff   13 years Oleksandr ADD: AM_PROG_CC_C_O is needed for automake's per-C-Flags FIX: reporter ... fieker-DuValspielwiese
(edit) @53ca3d   13 years Oleksandr FIX: separate CC Flags for debug/release lib-versions FIX: config.h ... fieker-DuValspielwiese
(edit) @bf5914   13 years Oleksandr FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard ... fieker-DuValspielwiese
(edit) @1628d3b   13 years mohamed.barakat - added intvec to misc - created libmisc fieker-DuValspielwiese
(edit) @9c83f2   13 years hannes eati -> repoter intvec.* -> misc fieker-DuValspielwiese
(edit) @c7afe57   13 years Oleksandr FIX: COPYING AND INSTALL will be generated/changed automatically, i.e. ... fieker-DuValspielwiese
(edit) @8e0bf8   13 years hannes syntax fixes for libpoly, part 5: options.h fieker-DuValspielwiese
(edit) @351a5f   13 years hannes syntax fixes for libpoly, part 3: ring.cc fieker-DuValspielwiese
(add) @014b65   13 years mohamed.barakat - moved misc,reporter,resources,coeffs,polys -> (new) libpolys (Hans ... fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.