source: git

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9d6bf4   12 years hannes chg: Factorize -> factorize, p1 spielwiese
(edit) @18500b   12 years martinlee84 chg: moved libfac back spielwiese
(edit) @4093f9   12 years Oleksandr fix: fixed 'make check' by removing mpsr-related header includes from ... spielwiese
(edit) @d7ad81   12 years hannes add: system("install",...) from master spielwiese
(edit) @4f9652   12 years hannes add: nlClearContent spielwiese
(edit) @188de86   12 years hannes Merge pull request #158 from alexanderdreyer/spielwiese Transfering ... spielwiese
(edit) @0419ab   12 years hannes fix: removed gentable2 stuff spielwiese
(edit) @d828d63   12 years hannes removed MPSR stuff spielwiese
(edit) @44a1c2   12 years alexander.dreyer Fix perl -CS is out dated spielwiese
(edit) @ee7fda   12 years alexander.dreyer Fix: ... and sometimes decrement it... spielwiese
(edit) @c6909f   12 years alexander.dreyer fix: need to handle reference count of Py_None, too spielwiese
(edit) @3877fe   12 years alexander.dreyer fix: newstruct's string operator may be overloaded spielwiese
(edit) @916586   12 years alexander.dreyer new: testing interaction pyobject vs. ideal spielwiese
(edit) @4e59df4   12 years alexander.dreyer new: tests for interaction of pyobject and newtruct spielwiese
(edit) @29fc843   12 years alexander.dreyer new: convert pyobject <-> intvec spielwiese
(edit) @a04a05   12 years alexander.dreyer chg: encapsulating newstruct's overloaded '=' and use in pyobject spielwiese
(edit) @5ebd4bc   12 years alexander.dreyer fix: test for spielwiese
(edit) @0227d1   12 years alexander.dreyer fix: pyobject's ternary operation spielwiese
(edit) @107b5b2   12 years alexander.dreyer fix: empty lists to pyobject spielwiese
(edit) @c0d292   12 years alexander.dreyer fix: removed done todo spielwiese
(edit) @7b156fb   12 years alexander.dreyer new: allow customly constructed newstructs by overiding '=' spielwiese
(edit) @1161a61   12 years alexander.dreyer fix: pyobject handles ternary operations acordingly spielwiese
(edit) @b2aa08   12 years alexander.dreyer fix: pyobject falls back to newstruct operations spielwiese
(edit) @632c3a   12 years alexander.dreyer fix: newstruct convertible to poly and other ring-dependent commands spielwiese
(edit) @eff324   12 years alexander.dreyer chg: disclosuring fewer of newstruct spielwiese
(edit) @ed47aab   12 years alexander.dreyer new: newstruct_desc can be utilized by non-newstruc custom types spielwiese
(edit) @3d69257   12 years alexander.dreyer chg: shorter error spielwiese
(edit) @90707f   12 years alexander.dreyer fix: don't segfault when assigning non-newstructed custom types to ... spielwiese
(edit) @33337c   12 years alexander.dreyer new: pyobject can be converted to newstruct, if defined spielwiese
(edit) @0a64d50   12 years alexander.dreyer Enhancement: unary custom operation for newstruct spielwiese
(edit) @2262ab   12 years alexander.dreyer Fix broken custom operations in newstruct spielwiese
(edit) @fcb5bf   12 years alexander.dreyer cprocs increase refcount on resulting pyobjects now spielwiese
(edit) @85bcd6   12 years Oleksandr added p_LmShortDivisibleByNoComp by analogy add: also needed ... spielwiese
(edit) @6ce030f   12 years Oleksandr removal of the $Id$ svn tag from everywhere NOTE: the git SHA1 may be ... spielwiese
(edit) @4e654a2   12 years Oleksandr removed author's ID for autonumbering with git spielwiese
(edit) @0df59c8   12 years hannes add: decomp.lib spielwiese
(edit) @b1d287   12 years Oleksandr Merge pull request #157 from mmklee/factory_catch_up_sw Factory catch ... spielwiese
(edit) @09afeb   12 years hannes chg: close link after dumping spielwiese
(edit) @362fc67   12 years martinlee84 chg: remove $Id$ spielwiese
(edit) @6bc4cd   12 years martinlee84 chg: deleted unneccessary '#if 1' spielwiese
(edit) @0a1c16   12 years martinlee84 fix: do not switch on rationals if there none spielwiese
(edit) @04cda6a   12 years martinlee84 fix: wrong computation of d1 spielwiese
(edit) @3ef0a0   12 years martinlee84 chg: fewer univariate factorizations if input is symmetric spielwiese
(edit) @eca69d   12 years martinlee84 chg: use 67dab66 also in other cases spielwiese
(edit) @53273d   12 years martinlee84 fix: restore zz_pE if necessary spielwiese
(edit) @617dbc   12 years martinlee84 chg: better reconstruction of symmetric polynomials spielwiese
(edit) @773d28   12 years martinlee84 fix: bug in factor recombination if extension is needed spielwiese
(edit) @ec664a2   12 years martinlee84 fix: compilation errors with --enable-timing spielwiese
(edit) @3ed6758   12 years martinlee84 chg: smarter check if factorization is reconstructed if there are only ... spielwiese
(edit) @d1553c   12 years martinlee84 chg: use sqrf instead of sqrfPart spielwiese
(edit) @ea5ff1d   12 years martinlee84 chg: deleted extractContents from GCD computation spielwiese
(edit) @2488dc3   12 years martinlee84 chg: use other GCD if input is not dense in chinrem_gcd spielwiese
(edit) @72bfc8   12 years martinlee84 chg: deleted @internal spielwiese
(edit) @86aa4d5   12 years martinlee84 fix: tr 440 spielwiese
(edit) @a8af6a8   12 years martinlee84 chg: new command igcd to compute integer gcd spielwiese
(edit) @ed66770   12 years martinlee84 fix: tr 439 spielwiese
(edit) @6e81fc   12 years Oleksandr enable loading of 64-bit Mach-O bundles spielwiese
(edit) @56bce65   12 years Oleksandr added autoconf tests for cxxabi.h and execinfo.h in order to use ... spielwiese
(edit) @868735   12 years Oleksandr removal of the dirty "include gmp.h without C++ declarations" hack ... spielwiese
(edit) @7920d2   12 years Oleksandr further deprecation of MP-related stuff! spielwiese
(edit) @e12050   12 years Oleksandr fixing bugs due to rChangeCurrRing(0) TODO: why all of this was ... spielwiese
(edit) @6779bb   12 years Oleksandr fix due to sqrfree return type change (ideal -> list (ideal, intvec) ) spielwiese
(edit) @f3094a   12 years Oleksandr moved the definition of p_GetShortExpVector(poly, ring) to p_polys.cc spielwiese
(edit) @98223c   12 years Oleksandr added C++ demangling and more debug output spielwiese
(edit) @8291be   12 years Oleksandr minor fixes in omalloc spielwiese
(edit) @e078e0   12 years Oleksandr fixing the build system as suggested by autoreconf & fixing the fix ... spielwiese
(edit) @91ecf18   12 years Oleksandr make Singular resources available by default if running directly from ... spielwiese
(edit) @de88371   12 years Oleksandr Added stubs for putting the actual code (TODO!), where required (i.e. ... spielwiese
(edit) @975db18   12 years Oleksandr implementing PolyCoeffsEnumerator: enumerator for simple iteration ... spielwiese
(edit) @98474f   12 years Oleksandr Abstract iterator/enumerator interfaces + dummies for ClearContent and ... spielwiese
(edit) @805d0b1   12 years Oleksandr improved (standalone!) header for polynomials ... spielwiese
(edit) @644f81   12 years Oleksandr eliminates some more of compiler warnings: "unused result value" spielwiese
(edit) @b807aa0   12 years Oleksandr minor improvements at coeffs add: doxygen chg: avoid access to ... spielwiese
(edit) @cc7180   12 years Oleksandr enable building with clang chg: removed unsupported gcc options ... spielwiese
(edit) @48ca29   12 years Oleksandr add: doxygen description spielwiese
(edit) @010b3f   12 years Oleksandr regenerated SBA test results on dilbert in order to remove the ... spielwiese
(edit) @9e806f   12 years Oleksandr Merge pull request #152 from ederc/sw-sba-ssg Signature-based ... spielwiese
(edit) @19609c   12 years Christian Eder 1. adds documentation for sba 2. adds tests for sba spielwiese
(edit) @c78bded   12 years Christian Eder adds sba() call => signature-based algorithms available in spielwiese spielwiese
(edit) @0758b5   12 years Christian Eder spielwiese compiles with sba Todo: Add sba() call spielwiese
(edit) @fee33e   12 years Christian Eder fixes signature-based stuff in kstd2.cc for spielwiese spielwiese
(edit) @1bc7d4a   12 years Christian Eder removes Galkins ssg implementations since there are too many dependencies spielwiese
(edit) @83be980   12 years Christian Eder adds signature-based algorithm files from master, does not build right ... spielwiese
(edit) @cffd3e   12 years hannes fix: ringlist with real/complex spielwiese
(edit) @24a9587   12 years hannes add: det for bigintmat spielwiese
(edit) @aaf761   12 years hannes fix: assume in range check spielwiese
(edit) @2fd733   12 years hannes fix: #329, part2: transext spielwiese
(edit) @afda22   12 years hannes fix: #329, part 1: alg. ext spielwiese
(edit) @eea50a   12 years hannes fix: bigintmat-transpose spielwiese
(edit) @91c8a9   12 years hannes fix: memory leak in if (#430) (from master) spielwiese
(edit) @02d8af   12 years hannes chg: removed testgh, new utility make_grammar to generate grammar.{cc,h} spielwiese
(edit) @f613a24   12 years hannes fix: Singular/minpoly.{cc|h} bugfixes and optimizations on behalf of ... spielwiese
(edit) @ae1e24   12 years hannes removed: Tst/Old/lib0.lib, lib0.test: not used any more spielwiese
(edit) @f0b795   12 years hannes fix: re-initialization of feResources spielwiese
(edit) @bca341   12 years hannes fix: naIsOne, naIsMOne improved: algext.cc::definiteReduce spielwiese
(edit) @628418   12 years hannes fix: assignment of expr_list (#429) spielwiese
(edit) @510dbc   12 years hannes add: transpose for bigintmat spielwiese
(edit) @98d6c3   12 years hannes Merge pull request #124 from mmklee/changes_sw Changes sw spielwiese
(edit) @06c0b3   12 years hannes fix: newstruct changes fropm master spielwiese
(edit) @17642b   12 years martinlee84 fix: typo in test spielwiese
Note: See TracRevisionLog for help on using the revision log.