- Timestamp:
- Sep 3, 2013, 7:51:09 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 20e3062f8cd8d69f35dd291d47f4283409f11663
- Parents:
- 246bbba7f51d8c867efe9455dd4f01c8773e3daf
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:51:09+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:58:50+02:00
- Location:
- libpolys
- Files:
-
- 60 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/Makefile.am
r246bbb rba5e9e 8 8 TESTDIRS=coeffs tests 9 9 10 configheaderdir = ${includedir}/singular/ 11 nodist_configheader_HEADERS = libpolysconfig.h -
libpolys/coeffs/OPAE.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/OPAEQ.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/OPAEp.cc
r246bbb rba5e9e 6 6 */ 7 7 //Schauen was hier ÃŒberhaupt sinn macht 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #include <misc/auxiliary.h> 10 10 -
libpolys/coeffs/bigintmat.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/coeffs/ffields.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/coeffs/gnumpc.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 -
libpolys/coeffs/gnumpfl.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <coeffs/coeffs.h> -
libpolys/coeffs/longrat.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/longrat0.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/coeffs/modulop.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/mpr_complex.cc
r246bbb rba5e9e 12 12 13 13 #ifdef HAVE_CONFIG_H 14 #include " config.h"14 #include "libpolysconfig.h" 15 15 #endif /* HAVE_CONFIG_H */ 16 16 //#ifdef HAVE_MPR -
libpolys/coeffs/numbers.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/coeffs/rintegers.cc
r246bbb rba5e9e 6 6 */ 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <misc/auxiliary.h> -
libpolys/coeffs/rmodulo2m.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/rmodulon.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/shortfl.cc
r246bbb rba5e9e 7 7 */ 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <misc/auxiliary.h> -
libpolys/coeffs/test.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
libpolys/configure.ac
r246bbb rba5e9e 4 4 AC_CONFIG_AUX_DIR([.]) 5 5 AC_CONFIG_SRCDIR([reporter/reporter.h]) 6 AC_CONFIG_HEADER([ config.h misc/auxiliary.h])6 AC_CONFIG_HEADER([libpolysconfig.h misc/auxiliary.h]) 7 7 8 8 AM_MAINTAINER_MODE … … 13 13 dnl Check if build env is sane 14 14 AM_SANITY_CHECK 15 16 # Add pre'prefixed config 17 AX_PREFIX_CONFIG_H([libpolysconfig.h],[],[libpolysconfig.h]) 15 18 16 19 # - Check for CC and CXX but be careful about CFLAGS. -
libpolys/misc/auxiliary.h.in
r246bbb rba5e9e 16 16 #ifndef MISC_AUXILIARY_H 17 17 #define MISC_AUXILIARY_H 18 19 #ifdef HAVE_CONFIG_H 20 #include "libpolysconfig.h" 21 #endif /* HAVE_CONFIG_H */ 22 18 23 19 24 // ----------------- which parts/extensions of Singular to build -
libpolys/misc/int64vec.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/misc/intvec.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 #include <misc/auxiliary.h> -
libpolys/polys/PolyEnumerator.cc
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 -
libpolys/polys/clapconv.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/clapsing.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/polys/ext_fields/algext.cc
r246bbb rba5e9e 30 30 31 31 #ifdef HAVE_CONFIG_H 32 #include " config.h"32 #include "libpolysconfig.h" 33 33 #endif /* HAVE_CONFIG_H */ 34 34 #include <misc/auxiliary.h> -
libpolys/polys/ext_fields/transext.cc
r246bbb rba5e9e 36 36 37 37 #ifdef HAVE_CONFIG_H 38 #include " config.h"38 #include "libpolysconfig.h" 39 39 #endif /* HAVE_CONFIG_H */ 40 40 #include <misc/auxiliary.h> -
libpolys/polys/kbuckets.cc
r246bbb rba5e9e 6 6 //#include <kernel/mod2.h> 7 7 #ifdef HAVE_CONFIG_H 8 #include " config.h"8 #include "libpolysconfig.h" 9 9 #endif /* HAVE_CONFIG_H */ 10 10 #include <misc/auxiliary.h> -
libpolys/polys/matpol.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 #include <misc/auxiliary.h> -
libpolys/polys/mod_raw.cc
r246bbb rba5e9e 20 20 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 #include <misc/auxiliary.h> -
libpolys/polys/monomials/maps.cc
r246bbb rba5e9e 9 9 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/monomials/monomials.cc
r246bbb rba5e9e 20 20 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 -
libpolys/polys/monomials/p_polys.cc
r246bbb rba5e9e 11 11 12 12 #ifdef HAVE_CONFIG_H 13 #include " config.h"13 #include "libpolysconfig.h" 14 14 #endif /* HAVE_CONFIG_H */ 15 15 -
libpolys/polys/monomials/ring.cc
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/polys/nc/ncSACache.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/ncSAFormula.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/ncSAMult.cc
r246bbb rba5e9e 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include " config.h"21 #include "libpolysconfig.h" 22 22 #endif /* HAVE_CONFIG_H */ 23 23 #include <misc/auxiliary.h> -
libpolys/polys/nc/old.gring.cc
r246bbb rba5e9e 18 18 19 19 #ifdef HAVE_CONFIG_H 20 #include " config.h"20 #include "libpolysconfig.h" 21 21 #endif /* HAVE_CONFIG_H */ 22 22 #include <misc/auxiliary.h> -
libpolys/polys/nc/sca.cc
r246bbb rba5e9e 20 20 // #define PDEBUG 2 21 21 #ifdef HAVE_CONFIG_H 22 #include " config.h"22 #include "libpolysconfig.h" 23 23 #endif /* HAVE_CONFIG_H */ 24 24 #include <misc/auxiliary.h> -
libpolys/polys/nc/summator.cc
r246bbb rba5e9e 23 23 24 24 #ifdef HAVE_CONFIG_H 25 #include " config.h"25 #include "libpolysconfig.h" 26 26 #endif /* HAVE_CONFIG_H */ 27 27 #include <misc/auxiliary.h> -
libpolys/polys/operations/pShallowCopyDelete.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include "pShallowCopyDelete.h" -
libpolys/polys/operations/p_Mult_q.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/operations/p_Mult_q.h
r246bbb rba5e9e 17 17 struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec* poly; 18 18 19 // #include "config.h"20 // #include <polys/structs.h>21 22 19 // Use buckets if min(pLength(p), pLength(q)) >= MIN_LENGTH_BUCKET 23 20 // Not thoroughly tested what is best -
libpolys/polys/pDebug.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "libpolysconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 #include <misc/auxiliary.h> -
libpolys/polys/polys0.cc
r246bbb rba5e9e 9 9 /* includes */ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 // #include <polys/structs.h> -
libpolys/polys/prCopy.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 #include <omalloc/omalloc.h> -
libpolys/polys/sbuckets.cc
r246bbb rba5e9e 14 14 15 15 #ifdef HAVE_CONFIG_H 16 #include " config.h"16 #include "libpolysconfig.h" 17 17 #endif /* HAVE_CONFIG_H */ 18 18 #include <misc/auxiliary.h> -
libpolys/polys/simpleideals.cc
r246bbb rba5e9e 9 9 /* includes */ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/sparsmat.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Dynamic.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Generate.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "libpolysconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 #include <reporter/reporter.h> -
libpolys/polys/templates/p_Procs_Lib.cc
r246bbb rba5e9e 16 16 17 17 #ifdef HAVE_CONFIG_H 18 #include " config.h"18 #include "libpolysconfig.h" 19 19 #endif /* HAVE_CONFIG_H */ 20 20 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Static.cc
r246bbb rba5e9e 9 9 *******************************************************************/ 10 10 #ifdef HAVE_CONFIG_H 11 #include " config.h"11 #include "libpolysconfig.h" 12 12 #endif /* HAVE_CONFIG_H */ 13 13 #include <misc/auxiliary.h> -
libpolys/polys/weight.cc
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
libpolys/polys/weight0.c
r246bbb rba5e9e 8 8 9 9 #ifdef HAVE_CONFIG_H 10 #include " config.h"10 #include "libpolysconfig.h" 11 11 #endif /* HAVE_CONFIG_H */ 12 12 -
libpolys/reporter/dError.cc
r246bbb rba5e9e 17 17 18 18 #ifdef HAVE_CONFIG_H 19 #include " config.h"19 #include "libpolysconfig.h" 20 20 #endif /* HAVE_CONFIG_H */ 21 21 -
libpolys/reporter/reporter.cc
r246bbb rba5e9e 7 7 8 8 #ifdef HAVE_CONFIG_H 9 #include " config.h"9 #include "libpolysconfig.h" 10 10 #endif /* HAVE_CONFIG_H */ 11 11 -
libpolys/tests/coeffs_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
libpolys/tests/common.h
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/tests/simple_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h>
Note: See TracChangeset
for help on using the changeset viewer.