source: git/factory

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @cf2d9e   12 years martinlee84 chg: use feFopen to open GF tables if Singular is used TODO: add a ... spielwiese
(edit) @461f40   12 years Oleksandr fix the enabling of omalloc for factory CHG: top level configure ... spielwiese
(edit) @429497   12 years julien.puydt Modified the omalloc configuration for factory/ and made toplevel use ... spielwiese
(edit) @7453b4   12 years hannes chg: farey changes from master spielwiese
(edit) @2dbf7e   12 years martinlee84 fix: some issues with leading coeff in squarefree factorization over ... spielwiese
(edit) @79d39d6   12 years Oleksandr fix distclean in factory FIX: the distributed factory/readcf.cc has ... spielwiese
(edit) @9d9df3   12 years Oleksandr build libfac at the correct (build) location FIX: building libfac ... spielwiese
(edit) @a3df16e   12 years Oleksandr correct libfac distribution CHG: only distribute needed (?) files spielwiese
(edit) @ebf138   12 years Oleksandr adaptation to clang + disable a GMP hack CHG: removed gcc-specific ... spielwiese
(edit) @5acf7dc   12 years Oleksandr adaptation due to libfac FIX: libfac uses factory.h (which includes ... spielwiese
(edit) @b7d64b   12 years Oleksandr adaptation/fix due to SW build system FIX: don't distribute generated ... spielwiese
(edit) @ee668e   12 years jengelh factory/build: restore out-of-tree build support When attempting an ... spielwiese
(edit) @d92d71   12 years Oleksandr build libfac.a into factory FIX: libfac builds and uses ... spielwiese
(edit) @dccceb   12 years Oleksandr moved libfac under factory/ CHG: moved libfac/ under factory/ Note: ... spielwiese
(edit) @6f6320   12 years martinlee84 fix: issues with building factory without NTL spielwiese
(edit) @635774   12 years jengelh factory/src: silence compile warnings -Wint-to-pointer-cast Ideally, ... spielwiese
(edit) @0943bd   12 years jengelh factory/build: libtool file updates Removes redundant statements, and ... spielwiese
(edit) @f78374   12 years martinlee84 chg: more changes of squarefree decomposition according to master spielwiese
(edit) @ce21bd8   12 years Oleksandr adaptation of Martin's "moreSparseHeuristic" for SW. FIX: ... spielwiese
(edit) @ec16f0   12 years martinlee84 chg: use sparse heuristic in precomputation of leading coefficients spielwiese
(edit) @4fe8a3   12 years martinlee84 add: switched on Lucks/Wang sparse heuristic spielwiese
(edit) @eefc3a   12 years martinlee84 chg: postpone shifting of evaluation point to zero until it is really ... spielwiese
(edit) @91788c0   12 years martinlee84 add: code for sparse heuristic lifting a la Lucks/Wang moved: code for ... spielwiese
(edit) @6deedd   12 years martinlee84 modified some helper functions and removed unneccessary inclusion of ... spielwiese
(edit) @a52291   12 years martinlee84 replacing MP_INT by mpz_t Conflicts: factory/cf_factory.h spielwiese
(edit) @1c48503   12 years jengelh build: resolve deprecated use of INCLUDES (factory/) Makefile.am:5: ... spielwiese
(edit) @46d30d   13 years jengelh build: resolve deprecated use of AM_INIT_AUTOMAKE spielwiese
(edit) @a43cca   12 years martinlee84 error messages for factorization without NTL spielwiese
(edit) @1d3be3   12 years Oleksandr ADD: consistently define HAVE_CONFIG_H in automake CPPFLAGS spielwiese
(edit) @27ba59   12 years Oleksandr static and dynamic tests for factory/ ADD: more test variants: static ... spielwiese
(edit) @38991a   12 years Oleksandr FIX: some generated sources should NOT be distributed(factory: ... spielwiese
(edit) @508432   12 years Oleksandr FIX: readcf.cc is handled automatically (just distribute factory/readcf.yy) spielwiese
(edit) @444bcf   12 years Oleksandr CHG: minor cleanup ADD: original Hans's test for standalone testing: ... spielwiese
(edit) @6d672b4   12 years Oleksandr ADD: build LTlibraries .la (.a & .so) EVERYWHERE! spielwiese
(edit) @80c102   12 years Oleksandr ADD: libtool initialization! spielwiese
(edit) @615ca8   12 years martinlee84 added #ifdef HAVE_NTL for linking against libfactory.so spielwiese
(edit) @6036d90   12 years martinlee84 added heuristic for sparse lifting and updated tests spielwiese
(edit) @b2929e7   12 years Oleksandr FIX: factory/facAlgExt.cc: In AlgExtFactorize: 'sqrFreeZ' was not ... spielwiese
(edit) @5b8726d   13 years ranosch FIX: unused function arguments should better not have names as ... spielwiese
(edit) @ecd9a3e   13 years ranosch ADD: some comments spielwiese
(edit) @c4682e0   13 years ranosch FIX: In some (inheriting) copy-constructors their base class should be ... spielwiese
(edit) @c770dc   13 years ranosch FIX: function method cannot return "const char * const" (-> const char *) spielwiese
(edit) @82db91a   13 years ranosch FIX: function-macros should act as functions even if "empty", esp. in ... spielwiese
(edit) @a4b949   13 years ranosch FIX: variables should have English names, e.g. rueckgabe -> result spielwiese
(edit) @14212fa   13 years ranosch FIX: global variable fac_NTL_char should better be of type 'long' spielwiese
(edit) @021751   13 years ranosch FIX: empty debug function-macros should better be: ((void) 0/1) spielwiese
(edit) @4df5bd   13 years Oleksandr ADD: one can use autoreconf, for instance as via autogen.sh for ... spielwiese
(edit) @3af3ca   13 years Oleksandr FIX: public factory config.h should have ifndef/define/endif guards! spielwiese
(edit) @4f7f44   13 years Oleksandr FIX: factory_config.h is genereated by configure script BEFORE running ... spielwiese
(edit) @e08559   13 years Oleksandr ADD: prepearing to use the AX_PREFIX_CONFIG* spielwiese
(edit) @ab788d   13 years Oleksandr CHG: minor build system improvements spielwiese
(edit) @089d1f   13 years Oleksandr ADD: better use of AH_TEMPLATE in factory/configure.ac spielwiese
(edit) @d2f9df   13 years martinlee84 configure changes of factory of Jan Engelhardt spielwiese
(edit) @0ff203   13 years vbraun.name stop automake from flattening install subdirectories for headers spielwiese
(edit) @c2eb2e   13 years vbraun.name make install and make distcheck work now spielwiese
(edit) @d44785   13 years vbraun.name Cleaned up Makefile.am to remove superfluous rules Also, note that ... spielwiese
(edit) @4eb485   13 years vbraun.name Made the conditional for when to use readcf.yy nicer. I also tested ... spielwiese
(edit) @e40a0d   13 years vbraun.name Only compile readcf.yy / readcf.cc if configured --without-Singular ... spielwiese
(edit) @d990001   13 years martinlee84 HAVE_NTL stuff spielwiese
(edit) @f86531   13 years Oleksandr CHG: set empty CFLAGS/CXXFLAGS by default! spielwiese
(edit) @942475   13 years Oleksandr ADD: factory is tested with "make check" now! spielwiese
(edit) @546f7ff   13 years martinlee84 added tests to factory spielwiese
(edit) @7de030   13 years hannes NTCconvert.c: allocation for large blocks via malloc spielwiese
(edit) @0f0871   13 years hannes removed newdelete.cc from factory spielwiese
(edit) @d67fcad   13 years martinlee84 deleted initializeGMP spielwiese
(edit) @43568c   13 years martinlee84 deleted memory manager of factory spielwiese
(edit) @1450c9   13 years Oleksandr FIX: moved interpreter-related FGLM declarations to Singular/fglm.h ... spielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... spielwiese
(edit) @895b31c   13 years Oleksandr ADD: re-enabled _HNF/_LLL spielwiese
(edit) @1f4ff9   13 years Oleksandr ADD: local .gitignores spielwiese
(edit) @f65f1b   13 years Oleksandr FIX: one too many EXTRA_PROGRAMS... due to cplusplus spielwiese
(edit) @f3ea6ce   13 years Oleksandr ADD: defining DISABLE_GMP_CPP makes cf_gmp.h to use our UGLY! hack to ... spielwiese
(edit) @311803   13 years Oleksandr FIX: readcf.{yy->cc} fixed disabling (for Singular or without IOSTREAM) spielwiese
(edit) @72ebdb   13 years Oleksandr ADD: forgotten generator cplusplus.cc spielwiese
(edit) @e4fe2b   13 years Oleksandr FIX: Fixed huge BUG in cf_gmp.h CHG: starting to cleanup factory spielwiese
(edit) @f478f5b   13 years hannes includes for tgb.cc spielwiese
(edit) @ed47edf   13 years hannes fix typo spielwiese
(edit) @9d53d0   13 years hannes fix includes for C-files spielwiese
(edit) @7d0225   13 years hannes new files in factory added to Makefile.am spielwiese
(edit) @efce9a   13 years martinlee84 FIX: genftables spielwiese
(edit) @e14941   13 years Oleksandr FIX: gengtables should be an extra program spielwiese
(edit) @c44985   13 years martinlee84 tried to get rid of factory.h spielwiese
(edit) @502f5f6   13 years Oleksandr CHG: trying to fix compilation problems due to factory.h spielwiese
(edit) @148d3c   13 years Oleksandr FIX: fixing the build system (install needed headers on needed places) ... spielwiese
(edit) @3199ac   13 years Oleksandr FIX: "make install" installs factory/gftables FIX: out of tree ... spielwiese
(edit) @ea0001   13 years mohamed.barakat make check finds the gftables and dynamic modules (also out of tree) ... spielwiese
(edit) @9a9034   13 years hannes fix: files names and loading of gftables spielwiese
(edit) @686f46   13 years hannes fix: cf_hnf.c does not compile fix: allow inplace compilation (for factory) spielwiese
(edit) @cd6df87   13 years mohamed.barakat fixed linking against factory and commented out chinese remainder - ... spielwiese
(edit) @adb2ed   13 years mohamed.barakat Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to ... spielwiese
(edit) @45e35b   13 years mohamed.barakat further fixes to build system - merged arithrings.m4 and plural.m4 ... spielwiese
(edit) @ca1eb1   13 years hannes readcf.cc generated again spielwiese
(edit) @50612e2   13 years hovinen Rename readcf.y to readcf.yy so that it is built as a C++-file spielwiese
(edit) @d524d48   13 years hannes fix: Makefile.am spielwiese
(edit) @05aa4b   13 years hannes cf_hnf does not compile: disabled spielwiese
(edit) @c74d6a   13 years Oleksandr FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL) spielwiese
(edit) @087d2d   13 years hannes removed dep. on configure.in in factory spielwiese
(edit) @19cbad8   13 years hannes be consistent: use HAVE_IOSTREAM to enable for new c++ headers spielwiese
(edit) @189f83   13 years Oleksandr FIX: C++ headers have no ".h" FIX: atoi/abort are from the C header ... spielwiese
(edit) @2db7ae   13 years hannes disabled cf_hnf: does not compile with NTL with NTL_STD_CXX set spielwiese
Note: See TracRevisionLog for help on using the revision log.