source: git/Singular

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b36460   11 years adreyer Supporting pyobject.so spielwiese
(edit) @3c4ee7   11 years alexander.dreyer Addting -shared to pyobject.so spielwiese
(edit) @b3cd39   11 years alexander.dreyer Experimenting with pyobject spielwiese
(edit) @e43dc3   11 years Oleksandr Fix due to iiMake_proc fix: due to the change in return type of ... spielwiese
(edit) @a99f8c   11 years hannes chg: unused var. spielwiese
(edit) @e3b071   11 years hannes fix: overload print for newstruct spielwiese
(edit) @5edb77   11 years hannes fix: iiMake_proc (gcc 4.7) spielwiese
(edit) @780b52   11 years hannes fix: opt. in gcc 4.7 (iiMake_proc) spielwiese
(edit) @a2da9e   11 years hannes fix: init of coeffs in rings spielwiese
(edit) @49fbc3f   11 years hannes fix: minor opt. from master spielwiese
(edit) @7fe9f8b   11 years Oleksandr Added new experimental library "derham.lib" add: derham.lib as an ... spielwiese
(edit) @665ca8   11 years hannes fix: removed some unsed variables spielwiese
(edit) @1ca456   11 years hannes fix: int overflow in interpreter spielwiese
(edit) @5caede   11 years hannes fix: int overflow in hash function spielwiese
(edit) @f89565   11 years hannes fix warnings: C++ comments in C code 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) @880433   12 years hannes fix: made local proc static, removed unsed variables (interpolation.cc) spielwiese
(edit) @f7286a   12 years hannes fix: idrCopyR need equal coeffs, fixed dim(i),dim(i,j) for ring-cf spielwiese
(edit) @5c8906   12 years hannes fix: lSize (from master) spielwiese
(edit) @d30a399   12 years hannes chg: option handling: test,verbose renamed to si_opt_1,si_opt_2 spielwiese
(edit) @f92a39   12 years hannes fix: implementation of return(..) improved spielwiese
(edit) @17874e   12 years hannes fix: tr. #459 spielwiese
(edit) @32cb7a   12 years hannes chg: handling of cntrl-c (from master: --cntrlc=?) spielwiese
(edit) @e2c21a   12 years hannes fix: tr. #458 spielwiese
(edit) @4b7db8   12 years hannes fix: how to build ring from lists without order for components (rCompose) spielwiese
(edit) @7ec0599   12 years hannes fix: tr. #455: NULL deref. in jjSUBST_Test spielwiese
(edit) @ff12c6   12 years Oleksandr Testing of ClearContent&ClearDenominators add: testing the use of ... spielwiese
(edit) @95197e   12 years hannes add: paPrint fix: omFreeBinAddr (master) spielwiese
(edit) @db347cb   12 years hannes fix from master: exceptional cases (algebra.lib), rename sum (modstd.lib) spielwiese
(edit) @dc79bd   12 years Oleksandr Major Update for Enumerators + Fixes for Algrbraic & Transcendental ... spielwiese
(edit) @9f6cc0   12 years Oleksandr Fix wrong doings at "minpoly = _par_poly_;" for switching to alg. ext. spielwiese
(edit) @1592b9   12 years hannes chg: format spielwiese
(edit) @6b8106   12 years Oleksandr Merge pull request #185 from alexanderdreyer/spielwiese-countedref ... spielwiese
(edit) @f768d9   12 years alexander.dreyer attributes treated accordingly by 'reference' and 'shared' spielwiese
(edit) @d2f30f8   12 years martinlee84 chg: include issue spielwiese
(edit) @36ebfa   12 years Oleksandr Merge pull request #182 from alexanderdreyer/spielwiese-countedref ... spielwiese
(edit) @d1fbbf   12 years alexander.dreyer Making autoloading of 'reference' and 'shared' customizable new Added ... spielwiese
(edit) @fff6150   12 years Oleksandr added -Winline compiler option: warn when a function marked inline ... spielwiese
(edit) @60da76   12 years alexander.dreyer system("reference"|"share") does nothing, when autoloaded anyway spielwiese
(edit) @c4d8c3   12 years alexander.dreyer Hide 'shared' and 'reference' by default, activate by ... spielwiese
(edit) @19b018   12 years alexander.dreyer reference and shared do not rely on their type id anymore spielwiese
(edit) @8357e21   12 years hannes fix: #433, type change in newstruct assignments spielwiese
(edit) @6dffa9   12 years malex984 Merge pull request #181 from ... spielwiese
(edit) @b40eaa0   12 years hannes fix: special hanndling of proc calls spielwiese
(edit) @0b27942   12 years hannes chg: look up <arg1> <op> <arg2> also in arg2 bb table spielwiese
(edit) @3aa7f9   12 years alexander.dreyer Allow for explicitly derefercing of lists spielwiese
(edit) @09e3e9   12 years alexander.dreyer chg static linking countedref module spielwiese
(edit) @d94836e   12 years alexander.dreyer Call the blackbox init function from the ::main() spielwiese
(edit) @88180d   12 years alexander.dreyer fix: ensure we always have RefCounted object alive spielwiese
(edit) @cda275f   12 years alexander.dreyer Added serialization chg: clean up spielwiese
(edit) @e318c0   12 years alexander.dreyer Introducing weak reference for back-referenceing data chg: more ... spielwiese
(edit) @a010d6   12 years alexander.dreyer chg move reusable stuff to countedref.h spielwiese
(edit) @d919cd   12 years alexander.dreyer new added some comments to developer's documentation, and documented ... spielwiese
(edit) @9373f0   12 years alexander.dreyer Fix using 'put' instead of get spielwiese
(edit) @2cdc84   12 years alexander.dreyer fix: better distingish between LeftvDeep and LeftvShallow spielwiese
(edit) @b83467   12 years alexander.dreyer Nested subexpressions via shared spielwiese
(edit) @a5e907   12 years alexander.dreyer chg: simplified indexed type spielwiese
(edit) @f88521   12 years alexander.dreyer fix: allow shared(newstr.sh)=value; assignment for non-shared rhs spielwiese
(edit) @2fbb4e0   12 years alexander.dreyer fix: const qualifiers and simplified ref counting spielwiese
(edit) @a9bb74   12 years alexander.dreyer fix: got contexts, backreferences of indices, etc. right spielwiese
(edit) @d8f7a6   12 years alexander.dreyer fix: handling local idroot spielwiese
(edit) @babfe48   12 years alexander.dreyer Handling noninitialized and shared(ll[i])=rhs add: replace operation ... spielwiese
(edit) @180efc0   12 years alexander.dreyer new: some comments debugging features for references and shared spielwiese
(edit) @d2a236   12 years alexander.dreyer fix: handling unassigned references, new class for handling local ... spielwiese
(edit) @fc70ac   12 years alexander.dreyer Treating subscriptable objects fix: 'shared' of subscriptable types ... spielwiese
(edit) @75c668   12 years alexander.dreyer Introducing blackbox type "shared" fix: newstruc's subexpressions ... spielwiese
(edit) @971984c   12 years alexander.dreyer Improved interface chg: simplified redundant interface fix: left-hand ... spielwiese
(edit) @4d55e4   12 years alexander.dreyer add: treating ring dependent references spielwiese
(edit) @ee1465   12 years alexander.dreyer Added countedref.* to the build system spielwiese
(edit) @6c01d6b   12 years alexander.dreyer First version of reference counting running add: first experiment ... spielwiese
(edit) @17228e   12 years hannes fix: make check (for non-dbug version) removed: static.h spielwiese
(edit) @05051f   12 years hannes Merge pull request #172 from kiwifb/spielwiese Make debuging objects ... spielwiese
(edit) @dec6c8   12 years hannes removed: kernel/page.* spielwiese
(edit) @00e336   12 years hannes fix: include path for tests add: s_buff.* spielwiese
(edit) @2b43ac   12 years francois.bissey Make debuging objects (_g) a configure option. spielwiese
(edit) @47367fd   12 years hannes chg: moved some link stuff to links/* spielwiese
(edit) @0beffdf   12 years hannes fix: bb used as function (tr #445) spielwiese
(edit) @ab56fc   12 years Oleksandr correcting polymake.lib inclusion spielwiese
(edit) @3216ec   12 years hannes add: extgcd for bigint spielwiese
(edit) @a8ead8   12 years hannes fix: memory leak in walk spielwiese
(edit) @e8eba7   12 years hannes fix: div/mod stuff for paraPlanCurve: aDiv, aMod spielwiese
(edit) @5a9fa5   12 years hannes fix: mod_ now indep. of implementation details of mod spielwiese
(edit) @1d579f6   12 years hannes fix: use c-% for mod and % for int spielwiese
(edit) @228e0b   12 years hannes fix: dump should not close r/w links (from master) spielwiese
(edit) @6993c83   12 years hannes fix: mod -> %, removed INTMOD_CMD (from master) spielwiese
(edit) @69c542   12 years hannes removed polymake.lib spielwiese
(edit) @b0732eb   12 years hannes add: new libs from master spielwiese
(edit) @5abb0e7   12 years steenpass fix: erase zero generators in modstd::primeTest() spielwiese
(edit) @e1b841   12 years steenpass update documentation for parallel.lib and realclassify.lib spielwiese
(edit) @7f30e2   12 years steenpass improve modstd.lib and parallel.lib modstd.lib: - change heuristics ... 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) @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) @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) @29fc843   12 years alexander.dreyer new: convert pyobject <-> intvec spielwiese
Note: See TracRevisionLog for help on using the revision log.