Skip to content
Oleksandr Motsak edited this page Jan 17, 2013 · 15 revisions

'Missing' (?) commits for Author: 'Martin Lee'

  1. 2011-11-18 17:41:42 +0100, d8fe6652dbf070ea3eede8ae5b29b8c1a4899feb: added heuristic for sparse lifting and updated tests
  2. 2011-11-24 14:35:53 +0100, 27ab3a89e2a32d8da556af585282aac8b60c2f31: replacing MP_INT by mpz_t
  3. 2011-11-24 14:36:22 +0100, 379e1bd1ab181435ee0bda4082a0cbdcb0d6c621: replacing MP_INT by mpz_t (kernel part)
  4. 2011-11-29 14:33:18 +0100, f2f04c7f967963369124ed7f5ee6a04647c3950e: modified some helper functions and removed unneccessary inclusion of config.h
  5. 2011-11-29 14:36:04 +0100, 01811dc6a2e701e17db1e51ac015111d1b1abb91: add: code for sparse heuristic lifting a la Lucks/Wang moved: code for other sparse heuristic to facSparseHensel rm: unused function leadingCoeffReconstruction from facFqFactorize.cc
  6. 2011-12-06 12:02:30 +0100, fb4cc20aa8cfa50d21d8a72d909a1832295eaf79: chg: sqrfree command now returns also multiplicities by default
  7. 2011-12-19 18:09:26 +0000, cbd9cd67c92b1f2b1c3a642ef684121b425e920f: Started fork SingularFlint from master
  8. 2011-12-20 00:49:30 +0000, 1fbccb8df9af166db8c7fe3e22a8941da899a895: chg: use Flint factorization over finite fields instead of NTL
  9. 2011-12-20 10:05:23 +0000, c49838d1d1c9cf316c37e0a2ca49461353d1afb7: chg: check for Flint 2.3 in configure
  10. 2011-12-20 10:42:42 +0000, 6738c08ba97e91e3aac93999c82fbc7af7b27c4f: chg: checking of FLINT version
  11. 2011-12-20 17:08:05 +0000, f3c13afd5d1b2a7cba555a9daf58aea691ac0162: chg: switched off old factory factorization over Z chg: added some function declarations to FLINTconvert.h chg: added a lot of modular multiplication code and univariate arithmetic over Q and Q(a) using FLINT
  12. 2012-01-04 19:24:29 +0100, a8ddd4d442910bbade7104369c34edfeba172222: chg: changed behaviour of sqrfree with optional argument 3
  13. 2012-01-05 17:52:39 +0100, 28935f9e647fef504916c3eb989fec2c40a5e73c: chg: more changes to replace polynomial factorization over integer with new algorithm
  14. 2012-01-09 14:01:10 +0100, d9b8d31cb04050a9ed33db42fdb4d21032354588: chg: replaced Hensel lifting and early factor detection by a faster version
  15. 2012-01-13 16:47:14 +0100, 5ad65377bfa7b96abb55b429785e2c978fb18835: chg/fix: created new configure for factory on wawa with autoconf 2.68
  16. 2012-01-24 17:47:03 +0100, f34c6a0642c859ec2ddc20f16146eb71c84a1180: chg: substitution in the top level routines
  17. 2012-02-09 15:30:08 +0100, e8bf2c0486c61c941222768bad1167994d78dd2d: chg: template instantiation is now part of *.a
  18. 2012-02-09 15:34:09 +0100, 2b61782b9744e1c0e121a640b8fff8f4769ac4e9: chg: include string.h
  19. 2012-02-09 15:40:46 +0100, d7ae6f343b8f1dbbfbf356f39c13e154eaefc030: chg: enable setting of gftables location by program
  20. 2012-02-09 16:47:39 +0100, 515f707b96cde9223c22c26ee3744e20debbc952: chg: separated multiplication and Hensel lifting functions
  21. 2012-02-09 17:59:15 +0100, 5a57054df48e86abf00577a3e766330fb6f4771a: chg: more reorganization
  22. 2012-02-10 14:11:02 +0100, 4a699a86ca18ee3ff13ca2b80e88fd2fc22fb02c: chg: include string.h
  23. 2012-02-13 17:54:44 +0100, 862562e22d4cd6df5eb81a3acf9cbab0b8295add: fix: check for sizeof long in factory configure
  24. 2012-02-16 15:43:29 +0100, 6058b9f53d9ceeae9c19677e4efb89363dfd4c99: chg: added coeff bounds to Hensel lifting routines added coeff bounds to henselLiftAndEarly
  25. 2012-02-16 16:35:20 +0100, bb2a942aee4d99bf758e29d12310ba6058c3df18: chg: use coeff bound in bivariate poly factorization over Q
  26. 2012-02-17 15:47:40 +0100, 8767a7cebb067170d50b23aa402bbc9500f581b9: fix: typo
  27. 2012-02-21 15:29:56 +0100, 0ad61a24b038a688257f208221839b853ba494c9: fix: inclusion of stdlib.h
  28. 2012-02-21 15:32:14 +0100, 62d1d69b3f3349e279ffd753e08417453ca1b90b: fix: missing ;
  29. 2012-02-21 15:37:28 +0100, f47fd801e21577b30467361d514294786ce31ff3: fix: compilation errors with --enable-assertions
  30. 2012-02-21 15:43:27 +0100, 26b1e097cbba2269ef7abd7335f9e63ba99add0d: fix: need std::
  31. 2012-02-21 15:46:20 +0100, 16d549d6af0a8afa3a869dacc89b41ed36d3700c: fix: compilation errors with --enable-timing
  32. 2012-02-21 16:59:02 +0100, c9a469353fe1b0402831f98d8f51932773860bf9: fix: compilation of factory without NTL
  33. 2012-02-23 13:00:13 +0100, 6ffd1e1253ef2eb36aacc0ff151017c5f53f4fb1: fixes from spielwiese
  34. 2012-02-28 14:28:47 +0100, cf6800369800fd222b59a4acc1ecea0fa932c3fd: chg: count factors only in debug version
  35. 2012-03-06 12:03:45 +0100, fd9999d5397bb8d99a5848c21ff971c3a8400e5c: chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h
  36. 2012-03-06 21:48:34 +0100, 29c892e586193211bb5e914698663de8e05df80a: chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary
  37. 2012-03-19 12:27:28 +0100, 0d0427d1eca531691f6795f69bdff6fc926ba46e: fix: typos in GNUmakefile
  38. 2012-03-20 18:42:42 +0100, ee411a2e33dd04935564838482ec7a8cef8171fb: fix: bug in evaluation point search
  39. 2012-03-22 14:12:44 +0100, bbf256b66c93b465e2e5ccaf26d61e00ecb07972: chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization
  40. 2012-03-23 13:12:45 +0100, ca67ec47ff8e6f7cdea77a3ece096625e663bf28: chg: created new configure for factory and Singular on wawa
  41. 2012-03-27 14:27:12 +0200, 97ee32bb5f4e027e278e1709d7fea3d57eafcea8: chg: add FLINT_CFLAGS to LIBCFLAGS,LIBCXXFLAGS and LIBCGGFLAGS
  42. 2012-04-04 13:20:40 +0200, 0035a3c4a0e6380c6a89dc376f58114620bf4c7e: chg: better debug output
  43. 2012-04-11 16:22:25 +0200, 1d0c92d9cfec00b79ff33919c669d9eb75d00207: chg: use convex dense compression in gcd
  44. 2012-04-24 13:01:15 +0200, bc757bc4addfa5f1cee648b4040f866e7aecc8c2: chg: deleted unused old functions + editing chg: added description
  45. 2012-04-28 22:13:44 +0200, 1133d51cace9b337a0aa14b3a942a3ac43329aeb: fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is needed in FLINT's longlong.h
  46. 2012-05-03 12:29:49 +0200, da397cd7504c1465a4253e43bbfdd524020b5524: fix: include config.h instead of factoryconf.h
  47. 2012-05-03 15:53:02 +0200, 1bf3eb143c0cdf0d307904168a3e361719227c4e: chg: first test LC's before doing a full termination test in GCD
  48. 2012-05-04 16:17:21 +0200, 4d6d91a8c5ad314690deefc5945bafb1f736209d: chg: deleted fieldGCD
  49. 2012-05-04 16:25:07 +0200, 2d13c0ef2268684980dc36b6497d63d87441eb9b: chg: deleted fieldGCD related stuff outside of factory
  50. 2012-05-07 12:46:27 +0200, f9ce5c88c2abc977d13636bf7f754ac3e5faedc7: chg: use FLINT in bivariate factorization
  51. 2012-05-07 17:34:51 +0200, 4f391f94b5f27ef89b5dee5189f89c2bd77b4c89: fix: issues with building factory without NTL
  52. 2012-05-08 11:05:19 +0200, 60523844bbbb46f87dd9c8d182b745b138bebf3b: chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes
  53. 2012-05-08 14:33:58 +0200, 76e6508e1051267a057a09086ba85233e21a4c0a: chg: deleted sparse modular gcd from sm_sparsemod.*
  54. 2012-05-08 14:50:18 +0200, a1fd965ccf26968d402f181ce85c9ca6d92aa526: chg: deleted abs_fac and related stuff
  55. 2012-05-08 14:51:57 +0200, a791a10fe709ad91f009867b6ff8d64ec6d85734: chg: deleted abs_fac outside of factory
  56. 2012-05-08 15:09:19 +0200, 9a1de40b798602e8bd87dd3bd24db0b660288d86: chg: towards removal of winnt directory
  57. 2012-05-08 15:10:05 +0200, 52cf5a70fa7a5616beed304b5abae5c82808cc7c: chg: removed winnt directory
  58. 2012-05-08 16:44:28 +0200, b4dfcbaa112a8db1e6107978e9329cd723457196: chg: towards removal of ftest directory
  59. 2012-05-08 16:45:05 +0200, 75e72ccfb8afa73620d825c5a0c266da1b1ecbd9: chg: removed ftest directory
  60. 2012-05-08 16:51:32 +0200, 76efc3ffe7b96deb3447e0c27e0c7af5bd5920d1: chg: removed ftest from configure
  61. 2012-05-14 17:59:42 +0200, 221f531834be9e76b8b634363c11f1f58a26cddf: fix: multiple definitions with --enable-timing
  62. 2012-06-19 17:28:51 +0200, e44526311070238b2cff706e2bb14a9de2883395: fix: do not switch on rationals if there none
  63. 2012-08-01 17:56:22 +0200, aed373c36b49e46218958fa820b79d0384d52611: chg: replaced hack by setMipo
  64. 2012-08-01 21:26:50 +0200, 4119e2df48e0fd3c2a624d01a30b32729cb36fb7: chg: if variable has level LEVELBASE it has no minpoly
  65. 2012-08-02 14:35:27 +0200, 238d9c984a4a573ab6713f230d696193d34a4143: fix: missing setReduce
  66. 2012-08-08 13:31:30 +0200, 2b54b28a9673f7ec1489786bd4a25768e29a6762: chg: faster retrieval of terms chg: LucksWangSparseHeuristic now returns also partial factors
  67. 2012-08-12 20:03:16 +0200, 224d37736c3fcddae0b0b903de6778d37a3748d1: chg: chmod -x
  68. 2012-08-15 16:47:03 +0200, f27e9e52e685e67f21e7dcf57924dd9e7fb4cce4: chg: moved some helper functions to utilities
  69. 2012-08-16 11:18:22 +0200, 030df1ddf0c4897153fe046a444c06555ed09dcd: chg: deleted templates from installcf target
  70. 2012-08-16 11:37:51 +0200, a606339a9150e204143aa9414b9d3c7b6ac3348f: chg: deleted everything related to ftmpl_inst as this is part of libcf.a now
  71. 2012-08-27 11:36:58 +0200, 3bbb6a8bc55580acb8e1e46511c9c28bb7278f8a: chg: distribute content in precomputation of leading coeff
  72. 2012-09-10 14:44:51 +0200, a480af9ba0fbed37d38ebea5d84ebb4a02a2571c: chg: adapt flint check macro to newer version of flint
  73. 2012-09-10 14:47:34 +0200, 097ca9fd40a8d4ee56c8b09596d2e01b220fb14d: chg: updated configure due to changes in flint
  74. 2012-09-24 11:36:50 +0200, d5bfecfe4caa2904f95ea99560359ace048075c3: fix: several issues with --enable-assertions
  75. 2012-10-09 11:11:29 +0200, b1abf093a9710cfd367bc68a8871b23a2e3e52ed: chg: deleted some unused code chg: joined precomputeLeadingCoeff from facFactorize.cc and facFqFactorize.cc
  76. 2012-10-12 17:30:21 +0200, b8428dd959db643eacd4521d4a174a04a9d2ae8a: chg: added more timing infos to gcd functions
  77. 2012-10-12 17:31:21 +0200, c78b7a5188e61241b72e734363229671e5f1845a: chg: added more timing infos to main factorization functions
  78. 2012-10-19 17:23:18 +0200, e0ae0fdc7f69a5a1411ec5d71a46be1072537226: chg: timing.h in libfac and factory now coincide
  79. 2012-10-26 12:51:34 +0200, b1bca2a9c8aa58bf15e8645d5bdf75919cce9bda: chg: avoid undefined signed integer overflow
  80. 2012-11-05 15:30:56 +0100, 5efa9029b4cc9336e9cda23ea235e8714f8e5d25: fix: bug in loading of gftables from Singular
  81. 2012-11-12 18:14:16 +0100, 3e11973502a877c555434792c4907df6f5c522b5: chg: faster computation of resultants
  82. 2012-11-14 16:25:23 +0100, 89cdc150c2c3c36c79ab7a2cd2d488a88bccd267: chg: added new files to Makefile
  83. 2012-11-15 14:42:02 +0100, 845446bffc315bb5c6a3256aa4421b1609f31af5: fix: dangling else
  84. 2012-11-15 14:43:20 +0100, 41d662bacf938088fbe0ef3f8fa0876683253b76: chg: extraneous parentheses
  85. 2012-11-15 14:44:07 +0100, 0fdaab1835c72024306f0c063e7d4fe8dbd8871a: chg: deleted unused mypsr
  86. 2012-11-15 14:45:04 +0100, ab6f3465579d73361888b08b60bb1c1d5ad37cfb: chg: commented out unused functions
  87. 2012-11-15 15:16:32 +0100, 9c067bf2d68a1c6e0dccf4cbbcdca9739e3a91f5: chg: deleted unnecessary ';'
  88. 2012-11-16 12:44:35 +0100, 7bbf1736697e5c32761dd87296dd6d7d684de8ac: chg: commented out unused errmsg fix: dangling else
  89. 2012-11-19 17:26:28 +0100, 776ab892167682a68ef9f3f2200c113c421b0da6: chg: skip zz_p::init() if it is already correctly initialized
  90. 2012-12-12 10:19:10 +0100, 00be8d74f4c67514ddb7ecae5f45cb39ba51fa02: fix: memory leak

'Missing' (?) commits for Author: 'mlee'

  1. 2011-11-28 19:40:21 +0100, 0ada101e3a08c914a9ee941c72cadc20aa74afff: fix for squarefree decomposition: now the first entry of sqrfree is always the leading coefficient and squarefree factors are sorted by multiplicity
  2. 2011-11-28 19:40:21 +0100, 489bca5d5f38541c3ac800ffbca60da2a3f67689: more fixes for squarefree decomposition

Clone this wiki locally