source: git/Singular

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42253a   12 years martinlee84 chg: deleted fieldGCD related stuff outside of factory spielwiese
(edit) @c7417a   12 years martinlee84 chg: deleted stuff related to sparse modular gcd outside of factory spielwiese
(edit) @b0ca43c   12 years Oleksandr new global option for auto-testing the Syzygy property ("SYZCHECK") ... spielwiese
(edit) @fdde6ce   12 years Oleksandr Further SingularC Schreyer Syzygy/Resolution computation add: options ... spielwiese
(edit) @f37467   12 years Oleksandr Compute the whole inter-reduced & tail-reduced Syz(lead) instead of ... spielwiese
(edit) @4b2e47   12 years Oleksandr first iteration: mostly prototype in Singular Script... without ... spielwiese
(edit) @8f57c0   12 years Oleksandr further Schreyer Syzygy impl. add: compute M_i add: starting to traverse spielwiese
(edit) @6b6c82   12 years Oleksandr starting the new resolution/syzygy prototyping: initial copypasta ... spielwiese
(edit) @75f10d   12 years hannes add: bigintmat stuff from master spielwiese
(edit) @fe02b1   12 years Oleksandr my rewrite of bigintmat as a matrix of numbers from any coeff. domain ... 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) @98adcd   12 years hannes chg: handling of alias (from master) spielwiese
(edit) @286be1f   12 years martinlee84 chg: changes due to building with FLINT spielwiese
(edit) @ef76ea   12 years hannes removed: Singular/install-sh spielwiese
(edit) @3b8a6e   12 years Oleksandr removed AM_LDFLAGS from those Makefile.am where a library is built ... spielwiese
(edit) @9f524d   12 years Oleksandr reverted library packing with LIBADD chg: correct _LDADD chg: no use ... spielwiese
(edit) @b4a676   12 years Oleksandr made findexec into a standalone library + removal of resources add: ... spielwiese
(edit) @733144   12 years martinlee84 fix: missing @ spielwiese
(edit) @696bde   12 years martinlee84 fix: pSubstPar spielwiese
(edit) @0c6947   12 years Oleksandr fix includes of 'resources/feFopen.h' spielwiese
(edit) @854405   12 years hannes chg: move feFopen to findexec dir. spielwiese
(edit) @393c47   12 years Oleksandr fix the usage of minpoly in *.lib: only to string may be used spielwiese
(edit) @faf350   12 years Oleksandr enable rDecompose over the same alg.extension, disable for qrings spielwiese
(edit) @7e9f12   12 years Oleksandr removed minimal ideal from AlgExtInfo infavour of qring chg: algext. ... spielwiese
(edit) @dd668f   12 years Oleksandr use minideal (instead of qideal) in rCompose chg: use qideal instead ... spielwiese
(edit) @28b503   12 years Oleksandr avoid rebuilding of Singular due to plural_cmd.inc & iparith.inc ... spielwiese
(edit) @8c8dba   12 years Oleksandr Merge pull request #85 from ederc/sp-devel fix for Manual/size.tst ... spielwiese
(edit) @3c0498   12 years hannes fix: minpoly in ringlist (Manaul/elimRing.tst) spielwiese
(edit) @9c4a7d   12 years Christian Eder fix for Manual/size.tst spielwiese
(edit) @6f84e21   12 years Oleksandr fix: "? wrong type declaration. type 'help poly;'" was due to making ... spielwiese
(edit) @6725bc3   12 years Oleksandr fix "? f is undefined in kill" after setting minpoly in finvar.lib::molien spielwiese
(edit) @bbe954   12 years Oleksandr distributing 'template.lib' as an experimental library spielwiese
(edit) @da5d77   12 years Oleksandr minor changes to ParDeg chg: ndParDeg is a static function add: ... spielwiese
(edit) @7fee876   12 years Oleksandr moved prarameter-handling to coeffs from rings.* and related fixes ... spielwiese
(edit) @dad9fb   12 years Oleksandr Merge pull request #82 from mmklee/bug_fixes_sw Bug fixes sw spielwiese
(edit) @788fdf   12 years hannes fix: p_deg/p_GetOrder for ordering am spielwiese
(edit) @d841a1   12 years martinlee84 fix: use changevar() from ring.lib in changeoriginalvar() spielwiese
(edit) @cc50e4   12 years martinlee84 fix: ringlist error in sagbi.lib spielwiese
(edit) @a02f4c   12 years martinlee84 fix: init of complex numbers (set precision to at least SHORT_REAL_LENGTH) spielwiese
(edit) @160f439   12 years hannes fix: ticket:400 vraiables(ideal i) for i containing entries==0 (from ... spielwiese
(edit) @71e402   12 years Oleksandr one should better not manipulate "am" ordering directly NOTE: use ... spielwiese
(edit) @4c6c938   12 years Oleksandr added a new experimental library: schreyer.lib for working with ... spielwiese
(edit) @5dc555   12 years Oleksandr better .gitignore spielwiese
(edit) @3a8a0d9   12 years Oleksandr fixes to _am ordering add: additional int* weights_m pointer in ... spielwiese
(edit) @9e26458   12 years martinlee84 fix: avoid wrong registration of coeffs 'integer' fix: removed an ... spielwiese
(edit) @daaa28   12 years martinlee84 fix: create ringlist in compatible ring spielwiese
(edit) @42d26c   12 years martinlee84 fix: need to check more than just characteristic spielwiese
(edit) @ac1f9c   12 years hannes fix: help browser dummy (tr 408, patch by Bernhard R. Link) spielwiese
(edit) @ecf019   12 years hannes chg: consider lists with only DEF_CMD as empty lists(print, ... spielwiese
(edit) @ece1ce   12 years hannes fix: rCompose/NegOffset for ordering am/ spielwiese
(edit) @f93c5e9   12 years hannes add: new order am: weights on vars and gens spielwiese
(edit) @8d8cd94   12 years hannes fix: return value of enterid for packages spielwiese
(edit) @f323dd1   12 years hannes chg: move feResource to findexec lib spielwiese
(edit) @d8b0f69   12 years Oleksandr Merge pull request #76 from mmklee/factory_libfac_sw chg: use ... spielwiese
(edit) @52d480   12 years hannes fix: qring for rings with cf=ring spielwiese
(edit) @7ee1907   12 years hannes chg: update to ssi-3 spielwiese
(edit) @8db30e   12 years martinlee84 chg: use libfac's neworder if we have libfac spielwiese
(edit) @e80867   12 years hannes add: safari as help browser (from master) spielwiese
(edit) @7347df   12 years hannes fix: better check for adding package to Top (enterid) spielwiese
(edit) @2ff366   12 years hannes fix: removed gfan-templates: already in gfanlib (from master) spielwiese
(edit) @02fe5f   12 years Oleksandr change: n_Init for mpz_t is called n_InitMPZ now spielwiese
(edit) @dd156fc   12 years Oleksandr switched compiler some warnings (unused parameter) by using compiler ... spielwiese
(edit) @772990   12 years Oleksandr fix the package install FIX: install all needed headers (e.g. for ... spielwiese
(edit) @762407   12 years Oleksandr config.h is for sources files only FIX: config.h should only be used ... spielwiese
(edit) @9840b5   12 years Oleksandr chg: better TESTS_ENVIRONMENT chg: use .libs/gftables directly ... spielwiese
(edit) @fe9ee1   12 years hannes chg: allow pacakges only within Top (basePack) (from master) spielwiese
(edit) @b311aa   12 years hannes fix: allow blackbox within newstruct (from master) spielwiese
(edit) @db34980   12 years hannes fix: alias in proc headers (tr. 404) (from master) fix: alias and ... spielwiese
(edit) @e3198f   12 years hannes chg: use template instatiation from factory/libfac spielwiese
(edit) @48a41a   12 years hannes chg: introduce n_ParDeg for pardeg(number) spielwiese
(edit) @46eef0   12 years hannes fix: copying list withint newstruct (fix from master) spielwiese
(edit) @69672d   12 years hannes fix: pardeg spielwiese
(edit) @8200469   12 years hannes fix: atGet spielwiese
(edit) @541bc12   12 years hannes fix: check for empty attribute list (patch from master) spielwiese
(edit) @ce0ca7   12 years hannes chg: const char* in iiAddCProc spielwiese
(edit) @025d9a   12 years hannes add: vim support for LIB files spielwiese
(edit) @e65b1a4   12 years Oleksandr fix libfac on case-insensitive file systems CHG: renamed ... spielwiese
(edit) @e5fc00c   12 years hannes chg: better error messages while converting matrices (fix from master) spielwiese
(edit) @47ab5b   12 years Oleksandr fixing real (GMP) complex numbers (n_long_C) fix: this domain also ... spielwiese
(edit) @82a5b2   12 years Oleksandr fix mv' overwrite questioning while generating LIB/all.lib spielwiese
(edit) @e820b2   12 years Oleksandr fixes due to minpoly' killer solution CHG: since setting minpoly ... spielwiese
(edit) @108e2ec   12 years Oleksandr allow setting minpoly to 0 due to legacy Singular CHG: in the case of ... spielwiese
(edit) @ae816e   12 years Oleksandr fix multigrading.lib due to the change in Singular (use: 'div' not '/') spielwiese
(edit) @9ec166   12 years lars.kastner update multigrading.lib to r617 Added return documentation to ... spielwiese
(edit) @81c5cb   12 years Oleksandr temporary fix for local objects while setting minpoly FIX: kill local ... spielwiese
(edit) @7938a0f   12 years hannes add: n_Farey, n_ChineseRemainder (from master) spielwiese
(edit) @bd795d   12 years Oleksandr improved build system in Singuar/: building of libparse and ... spielwiese
(edit) @fea2af   12 years Oleksandr SW cannot be built without factory FIX: fixed libpolys and ... spielwiese
(edit) @8156a7   12 years Oleksandr fix: correct type of the first resolution item FIX: correcting the ... spielwiese
(edit) @9c4455   12 years hannes removed: gccversion.sh (cleanup from master) spielwiese
(edit) @51c97f   12 years hannes partially seperate feResources spielwiese
(edit) @31f1850   12 years hannes chg: pDeg leads to confusion, removed to p_Deg spielwiese
(edit) @1cbb1f4   12 years Oleksandr (Trac Ticket #389) transfer denominator() and numerator() from ... spielwiese
(edit) @113ed4   12 years Oleksandr store/display the used compiler setup (CXX/CC/etc) ADD: CXX/CXX/etc ... spielwiese
(edit) @9d9df3   12 years Oleksandr build libfac at the correct (build) location FIX: building libfac ... spielwiese
(edit) @6a659c   12 years Oleksandr wrong re-declarations of system wide functions NOTE: due to the ... spielwiese
(edit) @0ee865   12 years Oleksandr preparation for libparse standalone program ADD: started to add ... spielwiese
(edit) @7c7495   12 years Oleksandr preparation for using lex files directly from via automake CHG: .ll ... spielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... spielwiese
Note: See TracRevisionLog for help on using the revision log.