Timeline
Nov 18, 2011:
- 11:34 PM Changeset in git [444bcf]jengelh-datetimespielwiese by
- CHG: minor cleanup ADD: original Hans's test for standalone testing: tt.cc FIX: typo
- 11:31 PM Changeset in git [6d672b4]jengelh-datetimespielwiese by
- ADD: build LTlibraries .la (.a & .so) EVERYWHERE!
- 11:23 PM Changeset in git [584f6b0]jengelh-datetimespielwiese by
- ADD/FIX: up-to-date {libsingular/libpolys}-config! CHG: standalone.test/mk uses libsingular-config
- 11:09 PM Changeset in git [99fc2eb]jengelh-datetimespielwiese by
- CHG: symbolic links MOD are NOT needed in kernel/ & Singular/ FIX: correct TESTS_ENVIRONMENT for 'make check' and standalone testing
- 7:40 PM Changeset in git [b7d64b]jengelh-datetimespielwiese by
- adaptation/fix due to SW build system FIX: don't distribute generated system-dependent headers FIX: adaptation to FACTORY/include/factory/* TODO: combine -I${abs_top_srcdir}/../factory/include -I${abs_top_builddir}/../factory/include into ${FACTORY_CFLAGS}
- 5:41 PM Changeset in git [6036d90]jengelh-datetimespielwiese by
- added heuristic for sparse lifting and updated tests
- 3:03 PM Changeset in git [615ca8]jengelh-datetimespielwiese by
- added #ifdef HAVE_NTL for linking against libfactory.so
- 2:39 PM Changeset in git [7d58b6]jengelh-datetimespielwiese by
- fix: use currRing instead of currRingHdl (from master)
Nov 17, 2011:
- 8:55 PM Changeset in git [8ccf01]jengelh-datetimespielwiese by
- ADD: static AND dynamic versions of Singular(g)? and tests
- 8:41 PM Changeset in git [dd5fa6]jengelh-datetimespielwiese by
- FIX: generate & distibute Singular/{feOpt,feOptTS,feOptES}.inc but NOT Singular/{mpsr_Tok,iparith,plural_cmd}.inc
- 8:32 PM Changeset in git [c2eeb7]jengelh-datetimespielwiese by
- CHG: no need in .a versions of module -libraries (polys/...)
- 8:31 PM Changeset in git [42ceaa]jengelh-datetimespielwiese by
- FIX: do NOT distribute misc/auxiliary.h + tests/*_test_runner.cpp FIX: distribute: tests/cxxtestgen.pl
- 8:18 PM Changeset in git [4fdf15]jengelh-datetimespielwiese by
- CHG: combine lib{misc/reporter/resources/coeffs/polys} together and install as a single library FIX: correction of LDADD for libpolys/tests FIX: adaptation to single libpolys(_g).la in Singular FIX: correct data in lib*-config.in
- 8:13 PM Changeset in git [508432]jengelh-datetimespielwiese by
- FIX: readcf.cc is handled automatically (just distribute factory/readcf.yy)
- 8:10 PM Changeset in git [38991a]jengelh-datetimespielwiese by
- FIX: some generated sources should NOT be distributed(factory: cplusplus.h factory.h factoryconf.h)
- 7:53 PM Changeset in git [756b14]jengelh-datetimespielwiese by
- FIX: some generated sources shoud NOT be distributed (omalloc: omConfig.h,omTables.h) within a source tarball!
- 5:23 PM Changeset in git [ee668e]jengelh-datetimespielwiese by
- factory/build: restore out-of-tree build support When attempting an OOT build, it fails to find <factory/cplusplus.h>, because cplusplus.h is always (even in in-tree builds) produced in "${builddir}", and not "${top_srcdir}/../factory". Furthermore, one must not rely on the basename of ${top_srcdir}, and going above ${top_srcdir} is undefined and may lead to spurious build failures. (Consider a hypothetical chroot on ${top_srcdir}). Therefore, create a directory include/factory and use -Iinclude such that <factory/*> yields a buildable state, move all exported header files there. Previous OOT build log: 17:22 seven:../factory/obj > make CXX cplusplus.o CXXLD cplusplus ./cplusplus > ./cplusplus.h ../bin/makeheader ../factory.template factory.h ../bin/makeheader ../factoryconf.template factoryconf.h YACC readcf.cc make all-am make[1]: Entering directory `/home/jengelh/obs/zu/home/jengelh/science/singsource/factory/obj' CXX libfactory_a-algext.o CXX libfactory_a-canonicalform.o In file included from ../cf_factory.h:12:0, from ../canonicalform.cc:7: ../../factory/cf_gmp.h:14:33: fatal error: factory/cplusplus.h: Ingen slik fil eller filkatalog compilation terminated. make[1]: *** [libfactory_a-canonicalform.o] Error 1 make[1]: Leaving directory `/home/jengelh/obs/zu/home/jengelh/science/singsource/factory/obj' make: *** [all] Error 2
- 5:19 PM Changeset in git [1c48503]jengelh-datetimespielwiese by
- build: resolve deprecated use of INCLUDES (factory/) Makefile.am:5: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS")
Nov 16, 2011:
- 6:38 PM Changeset in git [1b8a19]jengelh-datetimespielwiese by
- ADD: export private headers coeffs/*.h and hook:WerrorS_callback for external usage
- 5:44 PM Changeset in git [b565d4]jengelh-datetimespielwiese by
- add: option(noredefine) also for export
- 4:00 PM Changeset in git [d5add65]jengelh-datetimespielwiese by
- add: names(int level) added Conflicts: Singular/iparith.cc Singular/ipid.cc Singular/ipid.h
- 12:31 AM Ticket #390 (Singular interpreter shows different behaviour for procedures and ...) created by
- […] The problem here is that syntax of the form …
Nov 15, 2011:
- 7:28 PM Changeset in git [a2cdd62]jengelh-datetimespielwiese by
- fix: avoid limits.h
- 4:24 PM Ticket #389 (transfer denominator() and numerator() from poly.lib to the Singular kernel) created by
- denominator() und numerator() are currently procs in poly.lib. The …
- 11:48 AM Changeset in git [a27bc9]jengelh-datetimespielwiese by
- FIX: correct test environment for make check in kernel/, Singular/
- 11:31 AM Changeset in git [46e503]jengelh-datetimespielwiese by
- ADD: LIB/help.cnf is needed!
- 11:25 AM Changeset in git [8babe7f]jengelh-datetimespielwiese by
- FIX: omMmap.c is needed for building with Valloc with Mmap
Nov 14, 2011:
- 10:09 PM Changeset in git [4e855a7]jengelh-datetimespielwiese by
- ADD: distibute LIB/tst.lib for now
- 9:58 PM Changeset in git [49ea49]jengelh-datetimespielwiese by
- CHG: eliminated omalloc/omlimits.h.in->.h in favour of static mylimits.h (limits.h) CHG: generate and use omalloc/omConfig.h (in favour of omConfig.h.in + config.h)
- 8:10 PM Changeset in git [5f9e7b]jengelh-datetimespielwiese by
- ADD: pathes to MOD and LIB for default install. case
- 11:51 AM Changeset in git [9875202]jengelh-datetimespielwiese by
- fix: warning for option chnges does not work for libsingular Conflicts: Singular/iplib.cc
Nov 11, 2011:
- 6:20 PM Ticket #383 (primdecGTZ() from primdec.lib has side effects) closed by
- fixed: fix with [f25cc92] in primdec.lib and several others.
- 5:52 PM Changeset in git [65eb96f]jengelh-datetimespielwiese by
- fix #383 leads to changes in dmod.lib,finvar.lib,involut.lib,primdec.lib,sheafcoh.lib still to be fixed: modstd.lib,primitiv.lib,hnoether.lib,zeroset.lib
Nov 10, 2011:
- 9:02 PM Changeset in git [3826d0]jengelh-datetimespielwiese by
- FIX: incompatible .tst and .res.gz.uu (for New/gf_fetch.)
- 5:59 PM Changeset in git [ce2576]jengelh-datetimespielwiese by
- FIX: conversion over algebraic extensions and partly transcendental NOTE: conversion over transcendental extensions do not work due to bug in p_Cleardenom in p_polys.cc
- 4:13 PM Ticket #388 (attributes get lost when playing with lists) created by
- […]
- 1:33 PM Ticket #386 (randomLast() from random.lib crashes) closed by
- fixed: fixed with [0014bf5042c6ba1ffb6123fe48e10ba694162223] special handling …
- 1:32 PM Ticket #385 (imap leads to Segment fault/Bus error) closed by
- fixed
- 11:30 AM Ticket #387 (indepSet() gives strange result) created by
- […] The manual only says: If v is the result then v[i] is 1 if and …
- 11:26 AM Ticket #386 (randomLast() from random.lib crashes) created by
- […] I would expect simply ideal(x).
Nov 9, 2011:
- 11:34 PM Ticket #385 (imap leads to Segment fault/Bus error) created by
- Of course this can't work, but a clean error message would be better …
- 8:14 PM Changeset in git [50831b]jengelh-datetimespielwiese by
- FIX: bbcone.h/bbfan.h were moved from Singular to kernel in legacy Singular
- 8:11 PM Changeset in git [b2929e7]jengelh-datetimespielwiese by
- FIX: factory/facAlgExt.cc: In AlgExtFactorize: 'sqrFreeZ' was not declared in this scope
- 4:24 PM Changeset in git [ebdaa1]jengelh-datetimespielwiese by
- minor fixes after last rebase make works make check works
- 4:12 PM Changeset in git [2cba98d]jengelh-datetimespielwiese by
- Fix maps between GF fields. We no longer store the number of elements of the field in the ch member variable. m_nfCharQ should be used instead.
- 3:45 PM Changeset in git [8f4031]jengelh-datetimespielwiese by
- added missing files: AUTHORS, ChangeLog, NEWS lost during last rebase
- 3:18 PM Changeset in git [a15586]jengelh-datetimespielwiese by
- Remove inline assembly hacks used to get the function return address in omalloc. omalloc included inline assembly code from the dmalloc library to figure out the return address of a function in debug mode. These hacks made assumptions about the registers which break with recent GCC versions. We remove the hacks and rely on the __builtin_return_address() function provided by GCC.
- 10:13 AM Changeset in git [146c603]jengelh-datetimespielwiese by
- fix: nlModP (should not use nvDiv/npDiv implement conversion to/from factory for algext
- 9:29 AM Ticket #384 (interred gives "characteristic too large") closed by
- wontfix: Computing with rational functions involves (sometimes) computations of …
- 12:42 AM Ticket #384 (interred gives "characteristic too large") created by
- […] This does not happen without the parameter: […] I don't see …
Nov 8, 2011:
- 8:17 PM Changeset in git [6051d87]jengelh-datetimespielwiese by
- FIX: Manual examples need adaptation to be tests (due to HW/build-dependent output)
- 3:21 PM Ticket #383 (primdecGTZ() from primdec.lib has side effects) created by
- […]
- 1:46 PM Changeset in git [fc4977]jengelh-datetimespielwiese by
- fix: conversion of transext to/from factory
Nov 4, 2011:
- 3:07 PM Changeset in git [f7aa395]jengelh-datetimespielwiese by
- fix for tr. 382
- 3:01 PM Ticket #382 (An example for very slow fetching from positive characteristic to ...) closed by
- fixed: fix in git:master
- 11:18 AM Ticket #382 (An example for very slow fetching from positive characteristic to ...) created by
- […] The result is what I expected, but why does it take 50 seconds?
Nov 3, 2011:
- 7:40 PM Changeset in git [61b2e16]jengelh-datetimespielwiese by
- FIX: bigints <-> numbers
Nov 2, 2011:
- 1:13 PM Ticket #361 (Hilbert series with generator degrees assigned) closed by
- invalid: due to Mohamed
Oct 25, 2011:
- 5:52 PM Ticket #381 (weighted TOP ordering) created by
- From Diego Ruano: Dear Singular team, […] For some list decoding …
- 5:15 PM Changeset in git [c3238c9]jengelh-datetimespielwiese by
- fix some warnings
- 5:11 PM Changeset in git [eafa0ed]jengelh-datetimespielwiese by
- fix Old/weight.tst (removed pFDegOld, pLDegOld -> strat->pOrigFDeg etc)
- 11:33 AM Changeset in git [0033111]jengelh-datetimespielwiese by
- syntax fix
- 11:26 AM Changeset in git [a5d181c]jengelh-datetimespielwiese by
- fix to tr. 379 (weight.cc::iv2array) fix to tr. 380 (ideals.cc::idLift)
Oct 21, 2011:
- 8:51 PM Ticket #299 (Adding support to an ARM processor) reopened by
- I just checked the Singular-3-1-3-3 source files on my ARM box ; the …
- 3:09 PM Ticket #380 (giving std(0) to division causes segmentation fault) closed by
- fixed: fixed with rev. 14421, (test rev. 14422) After the error message, a …
- 3:08 PM Changeset in git [bc4dd17]jengelh-datetimespielwiese by
- test for bug tr. 380 git-svn-id: file:///usr/local/Singular/svn/trunk@14422 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:37 PM Changeset in git [b304ba]jengelh-datetimespielwiese by
- fix tr. 380 git-svn-id: file:///usr/local/Singular/svn/trunk@14421 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 11:53 AM Ticket #380 (giving std(0) to division causes segmentation fault) created by
- When I run the following script […] I get […] The full output …
Oct 19, 2011:
- 4:48 PM Ticket #360 (export not working properly if procedure loaded via LIB) closed by
- wontfix
- 4:47 PM Changeset in git [780e11]jengelh-datetimespielwiese by
- fix tr. 255 git-svn-id: file:///usr/local/Singular/svn/trunk@14420 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:46 PM Ticket #255 (interred should reduce non-leading terms, if there is option redSB and ...) closed by
- fixed: fixed with rev. 14420
- 4:37 PM Changeset in git [1327a0]jengelh-datetimespielwiese by
- make g++ 4.6 happy git-svn-id: file:///usr/local/Singular/svn/trunk@14419 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:13 PM Ticket #379 (wrong weight vector to deg leads segmentation fault in division) closed by
- fixed: fixed with rev. 14418 As the output of the debug version suggest: an …
- 4:12 PM Changeset in git [b093b0]jengelh-datetimespielwiese by
- test for tr. 379 git-svn-id: file:///usr/local/Singular/svn/trunk@14418 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:07 PM Changeset in git [48c2df]jengelh-datetimespielwiese by
- fix tr.379 git-svn-id: file:///usr/local/Singular/svn/trunk@14417 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:07 PM Changeset in git [a82001e]jengelh-datetimespielwiese by
- FIX: error in linalg.lib::inverse
- 2:57 PM Changeset in git [6a9698]jengelh-datetimespielwiese by
- ADD: fetch over GF fields seems to be broken...
- 9:08 AM Ticket #379 (wrong weight vector to deg leads segmentation fault in division) created by
- Executing the attached file causes […] The segmentation fault …
Note: See TracTimeline
for information about the timeline view.