Skip to content
Oleksandr Motsak edited this page Jan 21, 2013 · 5 revisions

'Missing' (?) commits for Author: 'Yue Ren'

  1. 2011-09-30 14:42:36 +0200,082eebe:'fixed insert_cone'(Singular/bbcone.cc Singular/bbfan.cc gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zfan.cpp)
  2. 2011-09-30 14:42:36 +0200,cfc1855:'fixed insert_cone'(Singular/bbcone.cc Singular/bbfan.cc gfanlib/README.txt gfanlib/gfanlib_matrix.h gfanlib/gfanlib_polyhedralfan.cpp gfanlib/gfanlib_symmetriccomplex.cpp gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zcone.h gfanlib/gfanlib_zfan.cpp)
  3. 2011-10-05 19:11:22 +0200,997edcd:'Reworked getprop, setprop and contain so that it resembles more the functions in gfanlib. Also now easier to use, imo.'(Singular/bbcone.cc)
  4. 2011-11-10 10:29:39 +0100,685f5cf:'new gfanlib and respective changes in the library'(Singular/bbcone.cc Singular/bbfan.cc gfanlib/gfanlib_zcone.cpp)
  5. 2011-11-10 10:29:39 +0100,a0f1a7a:'new gfanlib and respective changes in the library'(Singular/bbcone.cc Singular/bbfan.cc gfanlib/gfanlib_zcone.cpp)
  6. 2011-11-11 15:32:09 +0100,5b5e4b6:'changed some minor mistakes because heaers were moved'(kernel/bbcone.h kernel/bbfan.h)
  7. 2011-11-23 19:18:16 +0100,292eb98:'new gfanlib by anders'(gfanlib/Makefile.in gfanlib/configure.ac gfanlib/gfanlib_matrix.h gfanlib/gfanlib_z.h gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zfan.cpp)
  8. 2011-12-01 18:00:29 +0100,f34e902:'fixed an allocation bug'(Singular/bbfan.cc)
  9. 2012-01-16 19:11:42 +0100,e5803b4:'forgot code used for debudding, silly me.'(gfanlib/gfanlib_zcone.cpp)
  10. 2012-01-17 18:49:58 +0100,4936d97:'- getLinearForm now returns intvec instead of intmat, - changed name of c++ procedure of intersectCones, matches the Singular interpreter now - corrected functions that return cones'(Singular/bbcone.cc)
  11. 2012-01-18 15:35:52 +0100,3581eb3:'fixed typo in procedure name'(Singular/bbcone.cc)
  12. 2012-01-19 15:29:05 +0100,57c34d3:'bugfixes and new features - fixed an issue with insertCone, where invalid input went through unnoticed - fixed an error in isSimplicial, forgot what exactly - added following new features for fans: * contains * removeCone * isPure * isComplete * getFVector'(Singular/bbcone.cc Singular/bbfan.cc gfanlib/gfanlib_zfan.cpp gfanlib/gfanlib_zfan.h kernel/bbcone.h)
  13. 2012-01-20 15:26:31 +0100,4a9c7ea:'changed ambiguous name of function "contains" the function that was known as "contains" is now split into two functions called "containsInCollection" and "containsInSupport" respectively.'(Singular/bbcone.cc Singular/bbfan.cc doc/cones.doc kernel/bbcone.h)
  14. 2012-01-20 19:00:17 +0100,ad762f0:'"getFacets(...)" -> "getFacetNormals(...)" name will clash with planned function which returns facet indeces'(Singular/bbcone.cc)
  15. 2012-01-20 19:23:15 +0100,e6e4c5f:'changed names in documentation forgot to change the function names in the documentation after renaming'(doc/cones.doc)
  16. 2012-01-21 20:07:09 +0100,8b9bedc:'first try with polytopes added new type polytope with features yet to come'(Singular/Makefile.in Singular/bbcone.cc Singular/bbpolytope.cc Singular/tesths.cc kernel/bbcone.h kernel/bbpolytope.h)
  17. 2012-01-22 16:37:53 +0100,0cd8298:'added new functions to gfanlib, restructured bbcone/bbfan - fans now can compute their codimension and dimension of lineality space - shared functions are now in bbcone instead of bbfan - bbpolytope now has getAmbientDimension and getDimension'(Singular/bbcone.cc Singular/bbfan.cc Singular/bbpolytope.cc gfanlib/gfanlib_symmetriccomplex.cpp gfanlib/gfanlib_symmetriccomplex.h gfanlib/gfanlib_zfan.cpp gfanlib/gfanlib_zfan.h kernel/bbcone.h kernel/bbfan.h kernel/bbpolytope.h)
  18. 2012-01-23 13:31:40 +0100,804defd:'adjusted printout for polytopes'(Singular/bbpolytope.cc)
  19. 2012-01-23 13:39:08 +0100,908c34b:'changed code for printing'(Singular/bbcone.cc)
  20. 2012-01-23 15:40:39 +0100,c69f35f:'changed headers, added getNormalFacets for polytopes "ipshell.h" -> "Singular/ipshell.h" added getNormalFacets for polytopes'(Singular/bbcone.cc Singular/bbfan.cc Singular/bbpolytope.cc kernel/bbpolytope.h)
  21. 2012-01-24 19:07:42 +0100,925803a:'changed documentation, removed isComplete() added sections for conesViaRays and conesViaNormals in documentation, removed isComplete for fans because it is not working'(doc/cones.doc)
  22. 2012-01-25 15:50:28 +0100,af80075:'added canonicalize for cones'(Singular/bbcone.cc)
  23. 2012-01-25 18:38:18 +0100,61f664f:'documentation work, changed initialization of cones and polytopes'(Singular/bbcone.cc Singular/bbpolytope.cc doc/cones.doc)
  24. 2012-01-26 10:33:20 +0100,eda9144:'fixing polytopeViaVertices'(Singular/bbpolytope.cc doc/cones.doc)
  25. 2012-01-26 17:26:18 +0100,3adc134:'added callpolymake'(callpolymake/Makefile callpolymake/polymake.cc callpolymake/polymake.o callpolymake/polymake.so)
  26. 2012-01-26 18:21:06 +0100,ee5458c:'deleted object files'(callpolymake/polymake.o callpolymake/polymake.so)
  27. 2012-02-03 12:13:46 +0100,2ae671f:'new features from polymake made available in Singular'(callpolymake/polymake.cc)
  28. 2012-02-03 14:51:28 +0100,b7d4283:'changed all conversion functions to pass by reference'(callpolymake/polymake.cc)
  29. 2012-02-03 17:17:09 +0100,398c4ef:'new polymake functionality available'(callpolymake/polymake.cc)
  30. 2012-02-08 18:13:55 +0100,91afa34:'fixed a typo'(callpolymake/polymake.cc)
  • 2011-02-16 15:54:13 +0100,Mohamed Barakat,af8c79e (configure.in for_Hans_with_love.sh libpolys/reporter/Makefile.am) : fixed typo in reporter/Makefile.am
  • 2010-06-24 16:04:32 +0200,Hans Schoenemann,b738630 (coeffs/Makefile.in) : fixed typo
  • 2010-06-18 20:16:36 +0200,Hans Schoenemann,e5ffec7 (coeffs/rmodulon.h coeffs/test.cc) : fixed typos for rmodulon
  1. 2012-02-09 17:30:51 +0100,bbb606b:'added newtonPolytope'(Singular/bbcone.cc Singular/bbpolytope.cc kernel/bbcone.h)
  2. 2012-02-09 18:51:10 +0100,8dfc17f:'added missing exception handling wrapped everything invoking polymake into a try block, catching exceptions (if thrown) afterwards'(callpolymake/polymake.cc)
  3. 2012-02-14 13:38:35 +0100,f5e9431:'minor changes, fixed try brackets'(callpolymake/Makefile callpolymake/polymake.cc)
  4. 2012-02-15 11:27:04 +0100,a8646ca:'moved gfanlib<->Singular libraries, fixed headers for blackbox'(Singular/Makefile.in Singular/blackbox.h Singular/tesths.cc callgfanlib/Makefile callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbfan.h callgfanlib/bbpolytope.cc callgfanlib/bbpolytope.h callgfanlib/gfanlib.cc callpolymake/polymake.cc kernel/gfan.h)
  5. 2012-02-15 14:18:19 +0100,cd1a56f:'bugfixes'(callgfanlib/Makefile callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbfan.h callgfanlib/bbpolytope.cc callgfanlib/bbpolytope.h callpolymake/polymake.cc)
  • 2012-11-28 18:35:26 +0100,Hans Schoenemann,2e06def (libpolys/polys/pDebug.cc) : fixes for xalloc
  • 2012-07-02 07:50:07 +0200,Christian Eder,fee33ed (kernel/kstd2.cc) : fixes signature-based stuff in kstd2.cc for spielwiese
  • 2012-03-05 20:43:21 +0100,Oleksandr Motsak,3a8a0d9 (Singular/ipshell.cc libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/ring.cc libpolys/polys/monomials/ring.h) : fixes to _am ordering
  • 2012-02-07 16:28:51 +0100,Oleksandr Motsak,e820b27 (Singular/LIB/brnoeth.lib Singular/LIB/hnoether.lib) : fixes due to minpoly' killer solution
  • 2011-12-17 21:38:50 +0100,Christian Eder,f0549c8 (Singular/fglm.cc kernel/fglm.h kernel/fglmzero.cc) : fixes Manual tests: fglm and stdfglm
  • 2011-12-08 12:59:47 +0100,Christian Eder,9b58b4b (kernel/hdegree.cc) : fixes problem with indepSet: Trac #387
  • 2011-07-25 17:14:27 +0200,Hans Schoenemann,aef70f7 (kernel/kstd1.cc kernel/kstdfac.cc kernel/kutil.cc) : fixes related to pLDeg
  • 2011-05-11 17:43:14 +0200,Mohamed Barakat,adb2edc (factory/Makefile.am libpolys/coeffs/Makefile.am libpolys/misc/Makefile.am libpolys/polys/Makefile.am libpolys/reporter/Makefile.am libpolys/resources/Makefile.am libpolys/tests/Makefile.am omalloc/configure.ac) : Fixes to allow out-of-tree compilation
  • 2011-05-10 14:45:00 +0200,Frank Seelisch,0654122 (libpolys/polys/ext_fields/algext.cc libpolys/polys/monomials/p_polys.cc) : fixes in impl. of alg. ext. field / ifdef factory stuff
  • 2011-05-09 12:44:46 +0200,Frank Seelisch,0fb5991 (libpolys/coeffs/longrat.h libpolys/polys/ext_fields/algext.cc libpolys/polys/ext_fields/algext.h) : fixes so that libpoly builds without compiler errors in algext.cc (make check may be broken)
  • 2011-03-10 13:24:53 +0100,Hans Schoenemann,e69b7ce (libpolys/coeffs/coeffs.h libpolys/coeffs/longrat.cc libpolys/polys/operations/p_Mult_q.cc libpolys/polys/templates/p_Numbers.h) : fixes for p_Mult_q.cc (buckets still missing)
  • 2010-06-21 19:12:01 +0200,Hans Schoenemann,925a43c (coeffs/rmodulo2m.cc coeffs/rmodulo2m.h) : fixes for rmodulo2m
  • 2010-06-21 18:32:46 +0200,Hans Schoenemann,37d3186 (coeffs/gnumpfl.cc coeffs/gnumpfl.h coeffs/longrat.cc coeffs/longrat.h coeffs/rmodulo2m.cc) : fixes for test
  • 2010-05-17 18:17:00 +0200,Hans Schoenemann,4d92d7d (coeffs/coeffs.h coeffs/modulop.cc) : fixes for Z/p, cfInitChar removed from coeffs (use nRegisterCoeffs)
  1. 2012-02-15 14:20:23 +0100,922891e:'added patch for polymake'(callpolymake/polymake_cdd_rename.patch)
  2. 2012-02-15 18:27:03 +0100,c5e01f8:'changed callpolymake building process'(callgfanlib/Makefile callpolymake/Makefile callpolymake/polymake.cc)
  3. 2012-02-16 16:37:28 +0100,ba53ff2:'NEW: overloading '+' for polytopes'(callgfanlib/Makefile callpolymake/Makefile callpolymake/polymake.cc)
  4. 2012-02-16 18:21:25 +0100,0e07c1f:'NEW: scalingPolytope, overloaded '*''(callgfanlib/bbpolytope.cc callpolymake/polymake.cc)
  5. 2012-02-16 19:25:04 +0100,675243b:'FIX: scalePolytope'(callgfanlib/bbpolytope.cc callpolymake/polymake.cc)
  6. 2012-02-22 17:17:12 +0100,a4477f4:'FIX: gfanlib with support for dynamic loading'(gfanlib/Makefile.in)
  7. 2012-02-23 19:15:50 +0100,b671921:'FIX: maximal-/minimalValue now check for right vector size'(callpolymake/polymake.cc)
  8. 2012-02-24 16:15:33 +0100,146a717:'NEW: shortcuts for equating, intersecting and uniting cones and polytopes'(callgfanlib/bbcone.cc callpolymake/polymake.cc)
  9. 2012-02-29 17:13:09 +0100,97befd4:'new: changed how polymake<->singular passes cones/polytopes + test function'(callpolymake/polymake.cc)
  10. 2012-03-02 13:59:02 +0100,b04dd3c:'new: Polymake::coneViaRays and Polymake::polytopeViaVertices'(callpolymake/polymake.cc gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zcone.h)
  11. 2012-03-06 13:13:16 +0100,abe21f1:'new+chg: gfanlib caches lineality space and span, lineality and span will be given to polymake'(callpolymake/polymake.cc gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zcone.h)
  12. 2012-03-06 19:05:17 +0100,bfd59eb:'fix: maximalValue and minimalValue'(Singular/LIB/divisors.lib callpolymake/polymake.cc)
  13. 2012-03-12 14:41:21 +0100,199bdd1:'chg: changed how cached data is handled in gfanlib because of Anders'(callpolymake/polymake.cc gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zcone.h)
  14. 2012-03-13 15:16:25 +0100,6cf9306:'new: split polymake.cc into conversion functions, wrappers and documentation chg: new way to declare cones'(callgfanlib/bbcone.cc callpolymake/Makefile callpolymake/polymake_conversion.cc callpolymake/polymake_conversion.h callpolymake/polymake_documentation.cc callpolymake/polymake_documentation.h callpolymake/polymake_wrapper.cc)
  15. 2012-03-16 14:25:50 +0100,1c24ed4:'chg: header files of callpolymake'(callpolymake/polymake_conversion.cc callpolymake/polymake_conversion.h callpolymake/polymake_wrapper.cc)
  16. 2012-03-18 17:10:53 +0100,d5a1841:'new: empty constructor for zfans'(gfanlib/gfanlib_zfan.h)
  17. 2012-03-18 17:11:22 +0100,b82d969:'fix: typo in error output'(callgfanlib/bbfan.cc)
  18. 2012-03-18 17:11:42 +0100,e92dcf6:'chg: conversion functions now return pointers'(callpolymake/polymake_conversion.cc callpolymake/polymake_conversion.h callpolymake/polymake_wrapper.cc)
  19. 2012-03-19 12:03:39 +0100,8f1b0d1:'chg + new: various changes and new functions (see commit body for list)'(callpolymake/polymake_wrapper.cc)
  20. 2012-03-20 18:04:35 +0100,9cfb465:'chg: renamed some gfanlib wrapper functions, conversion functions now pass pointers'(gfanlib/gfanlib_zcone.cpp)
  21. 2012-03-26 15:55:50 +0200,b3db9ef:'new: documentation for callpolymake'(callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbpolytope.cc callpolymake/Makefile callpolymake/polymake_documentation.cc callpolymake/polymake_documentation.h callpolymake/polymake_wrapper.cc doc/cones.doc)
  22. 2012-03-26 16:22:57 +0200,06dad27:'chg: various bugfixes'(callgfanlib/bbfan.cc callgfanlib/bbpolytope.cc callpolymake/polymake_wrapper.cc)
  23. 2012-03-27 14:12:37 +0200,847518d:'fix,chg: bug in minimal/maximalFace, removed redundant code in gfanlib'(callpolymake/polymake_wrapper.cc gfanlib/gfanlib_zcone.cpp)
  24. 2012-03-27 15:18:01 +0200,59c36ad:'fix: fixed redundant computations when passing fans to polymake'(callpolymake/polymake_conversion.cc)
  25. 2012-03-27 15:30:14 +0200,7a39464:'fix: isSmooth, wrong casts'(callpolymake/polymake_wrapper.cc)
  26. 2012-03-27 17:53:21 +0200,af578d9:'fix: bug converting fans'(callpolymake/polymake_conversion.cc)
  27. 2012-03-27 17:53:44 +0200,4c06e15:'chg: removed further redundant code'(gfanlib/gfanlib_zcone.cpp)
  28. 2012-03-27 17:54:28 +0200,67dc857:'fix: compatibility issue in gfan.cc'(callgfanlib/gfan.cc)
  29. 2012-03-27 17:56:05 +0200,17d0d66:'removed debuging code'(callpolymake/polymake_conversion.cc)
  30. 2012-03-28 10:19:22 +0200,504f83b:'fix: typo in gorensteinVector and documentation'(callpolymake/polymake_documentation.cc callpolymake/polymake_wrapper.cc)
  31. 2012-03-28 16:02:48 +0200,d16d283:'new: containsAsFace for polytopes; fix: canonicalize() in gfanlib'(callgfanlib/bbcone.cc callgfanlib/bbpolytope.cc gfanlib/gfanlib_zcone.cpp)
  32. 2012-03-28 16:24:16 +0200,6d58353:'chg: polymake.lib, divisors.lib'(Singular/LIB/COPYING Singular/LIB/all.lib Singular/LIB/divisors.lib Singular/LIB/oldpolymake.lib Singular/LIB/tropical.lib Singular/singular-libs doc/singular.doc)
  33. 2012-03-30 11:44:30 +0200,2eab7f0:'fix: divisors.lib getDualCone->dualCone'(Singular/LIB/divisors.lib)
  34. 2012-03-30 11:45:03 +0200,2d2f16b:'chg: allowing minkowski sums between polytopes and cones'(callpolymake/polymake_wrapper.cc)
  35. 2012-04-12 14:04:56 +0200,7d3dc5d:'chg: new, clean gfanlib'(callgfanlib/bbcone.cc callgfanlib/bbpolytope.cc callpolymake/polymake_conversion.cc callpolymake/polymake_wrapper.cc gfanlib/gfanlib_polyhedralfan.cpp gfanlib/gfanlib_vector.h gfanlib/gfanlib_zcone.cpp gfanlib/gfanlib_zcone.h gfanlib/gfanlib_zfan.cpp)
  36. 2012-05-09 14:07:01 +0200,aafca24:'fix: bad use of term ordering wp'(Singular/LIB/tropical.lib)
  37. 2012-05-10 18:00:30 +0200,fc68478:'fix: various stuff, see commit body'(callgfanlib/bbcone.cc callgfanlib/bbfan.cc callgfanlib/bbfan.h callgfanlib/bbpolytope.cc callpolymake/polymake_conversion.cc doc/cones.doc gfanlib/gfanlib_polyhedralfan.cpp)
  38. 2012-05-14 18:54:02 +0200,072023e:'new: nlInitgmp(mpz_t i)'(kernel/longrat.cc kernel/longrat.h)
  39. 2012-05-14 18:56:28 +0200,446daeb:'chg: gfanlib now interacts with bigintmats on Singular side'(callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbfan.h callgfanlib/bbpolytope.cc callgfanlib/bbpolytope.h callgfanlib/gfan.cc)
  40. 2012-05-15 11:37:22 +0200,d03e50b:'fix: return types still set as intmat in documentation'(doc/cones.doc)
  41. 2012-05-15 13:01:05 +0200,3cbf1e1:'fix: wrong dimension in matrix declarations'(doc/cones.doc)
  42. 2012-05-15 13:01:30 +0200,13eef44:'fix: wrong input typechecks in coneViaNormals'(callgfanlib/bbcone.cc)
  43. 2012-05-15 18:26:12 +0200,47f189c:'fix: gfan::matrix::reduceAndComputeRank()'(gfanlib/gfanlib_matrix.h)
  44. 2012-05-15 19:16:33 +0200,b1318f6:'new: added print of polymake banner upon loading of polymake.so'(callpolymake/polymake_documentation.cc)
  45. 2012-05-15 19:29:26 +0200,78c92aa:'fix: typo in break message shown in the interpreter'(Singular/cntrlc.cc)
  46. 2012-05-15 19:35:35 +0200,8a8e318:'chg: remove autoloading of polymake.so at startup'(Singular/LIB/divisors.lib)
  47. 2012-05-15 23:17:19 +0200,6066a7c:'fix: typo in polymake documentation'(callpolymake/polymake_documentation.cc)
  48. 2012-05-15 23:18:18 +0200,97cf297:'new: readme on how to write new polymake wrapper functions'(callpolymake/README)
  49. 2012-05-22 10:35:07 +0200,fd6a773:'fix: wrong function call'(Singular/LIB/divisors.lib)
  50. 2012-05-22 16:06:43 +0200,b44e248:'fix: missing "return TRUE" after finding error'(callgfanlib/bbcone.cc)
  51. 2012-05-25 10:40:10 +0200,a6d4e59:'fix: wrong ambient dimension output for polytopes'(callgfanlib/bbpolytope.cc)
  52. 2012-05-25 10:40:44 +0200,c40a805:'new: allowing intersections between polytopes and cones'(callgfanlib/bbcone.cc callgfanlib/bbcone.h)
  53. 2012-05-25 10:41:12 +0200,26782c5:'new: allowing minkowski sums between polytopes and cones'(callpolymake/polymake_wrapper.cc)
  54. 2012-05-25 11:08:39 +0200,0278df9:'chg: removed redundant canonicalizations, removed quickConeViaNormals'(callgfanlib/bbcone.cc callgfanlib/bbpolytope.cc doc/cones.doc)
  55. 2012-05-25 14:30:06 +0200,bd653cf:'new: convex hull for cones and polytopes; code cleanup'(callgfanlib/bbcone.cc)
  56. 2012-06-01 10:40:26 +0200,13e4611:'fix: bad documentation'(doc/cones.doc)
  57. 2012-06-01 16:10:15 +0200,2c156ab:'fix: bigintmat::String() in case of empty matrices'(kernel/bigintmat.cc)
  58. 2012-06-01 16:49:38 +0200,38302be:'chg: print routines for cones and polytopes'(callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbpolytope.cc)
  59. 2012-06-04 15:18:03 +0200,268c45f:'fix: bug due to gfan structures not being passed as pointers'(callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbpolytope.cc)
  60. 2012-06-05 17:17:31 +0200,be9b809:'fix + chg: print function of matrices, print function of cones'(callgfanlib/bbcone.cc)
  61. 2012-06-14 14:41:49 +0200,11a7243:'chg: name changes to be mathematically correct'(Singular/LIB/divisors.lib callgfanlib/bbcone.cc callgfanlib/bbpolytope.cc doc/cones.doc)
  62. 2012-06-14 17:30:47 +0200,95a228f:'fix: compiler warnings'(gfanlib/gfanlib_matrix.h)
  • 2012-12-07 14:36:49 +0100,Hans Schoenemann,6554ca4 (Singular/extra.cc) : fix: compiler warnings: 64bit stuff
  • 2012-09-19 10:48:03 +0200,Martin Lee,4473497 (factory/cf_gcd.cc) : chg: fix compiler warnings
  • 2012-08-29 11:56:27 +0200,Hans Schoenemann,416d764 (libpolys/polys/monomials/p_polys.h) : fix: compiler warning
  • 2012-05-04 14:31:30 +0200,Martin Lee,7a1151d (factory/DegreePattern.cc factory/cfNewtonPolygon.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : fix: compiler warnings
  • 2012-01-11 15:13:15 +0100,Hans Schoenemann,6c98d52 (kernel/kutil.cc libpolys/polys/monomials/p_polys.h) : chg: compiler warnings in kutil.cc
  • 2012-01-11 14:42:18 +0100,Hans Schoenemann,930ea81 (kernel/gr_kstd2.cc kernel/kstd1.cc kernel/kstd2.cc kernel/kstdfac.cc kernel/kutil.cc kernel/kutil.h kernel/sca.cc) : chg: compiler warnings: newHEdge, messageStat
  1. 2012-06-14 17:47:56 +0200,53eefa0:'fix: compiler warnings'(callpolymake/polymake_conversion.cc callpolymake/polymake_documentation.cc callpolymake/polymake_wrapper.cc)
  • 2012-12-07 14:36:49 +0100,Hans Schoenemann,6554ca4 (Singular/extra.cc) : fix: compiler warnings: 64bit stuff
  • 2012-09-19 10:48:03 +0200,Martin Lee,4473497 (factory/cf_gcd.cc) : chg: fix compiler warnings
  • 2012-08-29 11:56:27 +0200,Hans Schoenemann,416d764 (libpolys/polys/monomials/p_polys.h) : fix: compiler warning
  • 2012-05-04 14:31:30 +0200,Martin Lee,7a1151d (factory/DegreePattern.cc factory/cfNewtonPolygon.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : fix: compiler warnings
  • 2012-01-11 15:13:15 +0100,Hans Schoenemann,6c98d52 (kernel/kutil.cc libpolys/polys/monomials/p_polys.h) : chg: compiler warnings in kutil.cc
  • 2012-01-11 14:42:18 +0100,Hans Schoenemann,930ea81 (kernel/gr_kstd2.cc kernel/kstd1.cc kernel/kstd2.cc kernel/kstdfac.cc kernel/kutil.cc kernel/kutil.h kernel/sca.cc) : chg: compiler warnings: newHEdge, messageStat
  1. 2012-06-14 18:07:40 +0200,87519dd:'new: Makefile.in for polymake interface'(callpolymake/Makefile callpolymake/Makefile.in configure configure.in)
  2. 2012-06-15 15:37:06 +0200,669b5e0:'fix: warnings due to unprecise specifiers'(ntl/src/tools.c)
  3. 2012-06-15 16:29:52 +0200,78b3538:'fix: compiler warning due to deklared static function in header'(kernel/bigintmat.h)
  4. 2012-06-20 10:30:13 +0200,03832b5:'fix: warnings in IntegerProgramming/'(IntegerProgramming/change_cost.cc IntegerProgramming/gccversion.sh IntegerProgramming/solve_IP.cc IntegerProgramming/toric_ideal.cc)
  5. 2012-06-20 11:57:08 +0200,8b4e6f0:'fix: compiler warnings due to deprecated conversions'(kernel/feread.cc kernel/mod_raw.cc)
  6. 2012-07-04 16:41:15 +0200,46d943a:'chg: various changes, completed documentation'(callgfanlib/bbcone.cc callgfanlib/bbfan.cc callpolymake/polymake_wrapper.cc doc/cones.doc)
  7. 2012-07-13 10:56:21 +0200,bc0f646:'new: documentation for divisors.lib, overload of * for divisorial multiplication, overload of print for formal divisors'(Singular/LIB/divisors.lib)
  8. 2012-07-13 11:49:50 +0200,60cdd55:'new: divisors_s.tst'(Tst/Short/divisors_s.tst)
  9. 2012-08-13 10:27:54 +0200,f6c9efd:'chg: removed "using namespace polymake"'(callpolymake/polymake_wrapper.cc)
  10. 2012-08-13 10:29:06 +0200,5343bae:'chg: including mod2.h'(callpolymake/polymake_conversion.cc callpolymake/polymake_documentation.cc)
  11. 2012-08-13 10:34:47 +0200,c7a4469:'chg: header protection and checking for HAVE_FANS'(callpolymake/polymake_conversion.h callpolymake/polymake_documentation.h)
  12. 2012-08-13 10:49:29 +0200,0223a66:'chg: callpolymake build process (see details)'(Singular/configure Singular/configure.in configure configure.in)
  13. 2012-08-20 13:47:29 +0200,7420198:'chg: outsourced callpolymake configuration to seperate configure file'(callpolymake/configure callpolymake/configure.in configure configure.in)
  14. 2012-08-22 12:24:00 +0200,ad115c1:'fix: wrong index name'(doc/cones.doc)
  15. 2012-08-22 19:06:41 +0200,48a9af0:'new: polymake.doc'(doc/polymake.doc)
  16. 2012-08-24 18:34:49 +0200,e872c72:'chg: library information in polymake.doc; included in singular.doc'(doc/polymake.doc doc/singular.doc)
  17. 2012-08-28 18:38:26 +0200,3506976:'fix: sectioning and redundant text'(doc/polymake.doc doc/singular.doc)
  18. 2012-08-30 14:13:31 +0200,c46562c:'new: fanFromString'(callgfanlib/bbfan.cc)
  19. 2012-08-30 15:01:29 +0200,f889b14:'fix: getCone index was not sufficiently checked for invalidality'(callgfanlib/bbfan.cc)
  20. 2012-08-30 16:04:23 +0200,133976d:'fix: wrong dimension index in fans with non-tivial linealiy space'(callgfanlib/bbfan.cc)
  21. 2012-08-31 11:06:02 +0200,2b55e9f:'chg: getCone, orbit + maximal flag now optional'(callgfanlib/bbfan.cc)
  22. 2012-08-31 11:06:02 +0200,6872b8e:'chg: getCone, orbit + maximal flag now optional'(doc/cones.doc)
  23. 2012-09-03 15:09:33 +0200,16266ed:'fix: double declaration gfan::ZFan::getLinealityDimension()'(gfanlib/gfanlib_zfan.h)
  24. 2012-09-03 15:12:24 +0200,efc7c46:'chg: getCone now checks whether input dimension is non-negative new: getCones(fan f, int d, int orbit, int maximal)'(callgfanlib/bbfan.cc)
  25. 2012-09-04 15:09:17 +0200,aba0357:'new: fanViaCones'(callgfanlib/bbfan.cc doc/cones.doc)
  26. 2012-10-17 15:08:16 +0200,1fc5892:'chg: vectors stored in bigintmat are stored as row vectors'(callgfanlib/bbcone.cc)
  27. 2012-10-19 10:17:57 +0200,a31952c:'fix: broken copy constructor for fans'(gfanlib/gfanlib_zfan.cpp gfanlib/gfanlib_zfan.h)
  28. 2012-10-19 12:05:34 +0200,114f7eb:'new: numberOfConesWithVector'(callgfanlib/bbfan.cc)
  29. 2012-10-20 14:12:56 +0200,a3fdd27:'new: containsCone'(callgfanlib/bbcone.cc)
  30. 2012-10-26 14:39:06 +0200,bcd5d88:'fix: problem converting intvecs to gfan::ZVectors'(callgfanlib/bbcone.cc)
  31. 2012-11-02 17:56:44 +0100,401c11f:'new: refineCones'(callgfanlib/bbfan.cc)
  32. 2012-11-17 14:09:52 +0100,159e2f6:'chg: refineCones improved'(callgfanlib/bbfan.cc)
  33. 2012-12-04 19:39:41 +0100,1d42a1e:'chg: code cleanup; new: added randomPoint'(Singular/tesths.cc callgfanlib/Makefile.in callgfanlib/bbcone.cc callgfanlib/bbcone.h callgfanlib/bbfan.cc callgfanlib/bbfan.h callgfanlib/bbpolytope.cc callgfanlib/bbpolytope.h callgfanlib/gfan.cc callgfanlib/gfanlib.cc callgfanlib/gitfan.cc callgfanlib/gitfan.h doc/cones.doc)
  34. 2012-12-06 15:25:46 +0100,48b1498:'chg: bigintmat print routines'(callgfanlib/bbcone.cc kernel/bigintmat.cc kernel/bigintmat.h)
  35. 2012-12-07 18:42:43 +0100,4f8632b:'fix: bug when comparing empty cones'(gfanlib/gfanlib_zcone.cpp)
  36. 2012-12-07 18:43:01 +0100,83342c1:'fix: memory leak in gfanlib'(gfanlib/gfanlib_q.h)
  37. 2012-12-10 18:55:00 +0100,91befc7:'fix: various bugs in the gitfan algorithm; chg: code cleanup'(callgfanlib/bbcone.cc callgfanlib/gitfan.cc)
  38. 2012-12-11 11:05:54 +0100,2609b0d:'fix: broken documentation'(doc/cones.doc)
  39. 2012-12-11 11:48:23 +0100,472bdb6:'fix: bug in findLastUsableEntry'(callgfanlib/gitfan.cc)
  40. 2012-12-11 14:29:55 +0100,9138264:'fix: memory leaks due to "delete a,b"'(callgfanlib/bbcone.cc callgfanlib/bbpolytope.cc callgfanlib/gitfan.cc)
  41. 2012-12-11 18:01:24 +0100,9538cc1:'fix: more memory leaks'(callgfanlib/gitfan.cc)
  42. 2012-12-14 13:10:45 +0100,2ddad73:'chg: gitfan stuff to use std::set'(callgfanlib/gitfan.cc callgfanlib/gitfan.h)
  43. 2012-12-14 13:56:34 +0100,17b3b50:'new: gitfan.lib'(Singular/LIB/gitfan.lib Tst/Long/gitfan_l.tst Tst/Short/gitfan_s.tst)
  44. 2012-12-14 17:07:48 +0100,4145d0a:'fix: bug building debug version, and with trivial examples'(callgfanlib/gitfan.cc callgfanlib/gitfan.h)
  45. 2012-12-14 18:52:04 +0100,ba3eebc:'fix: divisors.lib and gitfan.lib formating issues'(Singular/LIB/divisors.lib Singular/LIB/gitfan.lib)
  46. 2012-12-14 19:07:11 +0100,6ccfcc5:'chg: workaround for 'bug' in parallelWaitAll'(Singular/LIB/gitfan.lib)
  47. 2012-12-15 19:50:26 +0100,3cec661:'fix: broken overloading of '*''(Singular/LIB/divisors.lib)
  48. 2012-12-17 14:04:50 +0100,09d686b:'chg: test for proper polymake version now covers developer versions'(callpolymake/configure callpolymake/configure.in)
  49. 2012-12-17 15:06:06 +0100,96022d7:'fix: compiler warnings'(callpolymake/polymake_wrapper.cc)
  • 2012-12-07 14:36:49 +0100,Hans Schoenemann,6554ca4 (Singular/extra.cc) : fix: compiler warnings: 64bit stuff
  • 2012-09-19 10:48:03 +0200,Martin Lee,4473497 (factory/cf_gcd.cc) : chg: fix compiler warnings
  • 2012-08-29 11:56:27 +0200,Hans Schoenemann,416d764 (libpolys/polys/monomials/p_polys.h) : fix: compiler warning
  • 2012-05-04 14:31:30 +0200,Martin Lee,7a1151d (factory/DegreePattern.cc factory/cfNewtonPolygon.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : fix: compiler warnings
  • 2012-01-11 15:13:15 +0100,Hans Schoenemann,6c98d52 (kernel/kutil.cc libpolys/polys/monomials/p_polys.h) : chg: compiler warnings in kutil.cc
  • 2012-01-11 14:42:18 +0100,Hans Schoenemann,930ea81 (kernel/gr_kstd2.cc kernel/kstd1.cc kernel/kstd2.cc kernel/kstdfac.cc kernel/kutil.cc kernel/kutil.h kernel/sca.cc) : chg: compiler warnings: newHEdge, messageStat
  1. 2012-12-17 15:26:47 +0100,c65dc8e:'fix: evaluatePDivisor'(Singular/LIB/divisors.lib)
  2. 2012-12-18 11:30:49 +0100,6624ec5:'fix: polymake building process'(callpolymake/configure callpolymake/configure.in)
  3. 2012-12-18 15:35:36 +0100,af50b85:'chg: added notes on how to build Singular with gfanlib or polymake'(README doc/cones.doc doc/polymake.doc)
  4. 2012-12-18 17:53:03 +0100,bdf5d86:'fix: broken cones.doc'(doc/cones.doc)
  5. 2012-12-18 18:07:13 +0100,1f087f4:'chg: fixed broken cones.doc, again'(doc/cones.doc)