Changeset 52e6ef in git
- Timestamp:
- Aug 5, 2016, 2:37:30 PM (7 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 9bb030cfb7c6f2a87d89031305421baf5e7a6dbc
- Parents:
- f5ec00a55ff7271253ab3a87defe94cc73d18291
- Files:
-
- 59 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/blackbox.cc
rf5ec00 r52e6ef 1 2 3 4 1 #include <kernel/mod2.h> 5 #include <misc/auxiliary.h>6 2 7 3 #include "tok.h" -
Singular/blackbox.h
rf5ec00 r52e6ef 2 2 #define BLACKBOX_H 3 3 4 #include < misc/auxiliary.h>4 #include <kernel/mod2.h> 5 5 #include <omalloc/omalloc.h> 6 6 -
Singular/cntrlc.h
rf5ec00 r52e6ef 8 8 */ 9 9 #include <setjmp.h> 10 #include < misc/auxiliary.h>10 #include <kernel/mod2.h> 11 11 #include <kernel/structs.h> 12 12 -
Singular/dyn_modules/singmathic/singmathic.cc
rf5ec00 r52e6ef 3 3 #ifdef HAVE_MATHICGB 4 4 5 #include < misc/auxiliary.h>5 #include <kernel/mod2.h> 6 6 7 7 #include <misc/options.h> -
Singular/extra.cc
rf5ec00 r52e6ef 12 12 13 13 #include <kernel/mod2.h> 14 #include <misc/auxiliary.h>15 14 #include <misc/sirandom.h> 16 15 #include <resources/omFindExec.h> -
Singular/fglm.h
rf5ec00 r52e6ef 2 2 #define SINGULAR_FGLM_H 3 3 4 #include < misc/auxiliary.h>4 #include <kernel/mod2.h> 5 5 6 6 #include <kernel/ideals.h> -
Singular/gms.h
rf5ec00 r52e6ef 9 9 #define GMS_H 10 10 11 #include < misc/auxiliary.h>11 #include <kernel/mod2.h> 12 12 #include <polys/matpol.h> 13 13 -
Singular/grammar.cc
rf5ec00 r52e6ef 78 78 79 79 #include <kernel/mod2.h> 80 #include <misc/auxiliary.h>81 80 82 81 #include <misc/mylimits.h> -
Singular/grammar.y
rf5ec00 r52e6ef 14 14 15 15 #include <kernel/mod2.h> 16 #include <misc/auxiliary.h>17 16 18 17 #include <misc/mylimits.h> -
Singular/ipassign.cc
rf5ec00 r52e6ef 14 14 #include <kernel/mod2.h> 15 15 16 #include <misc/auxiliary.h>17 16 #include <omalloc/omalloc.h> 18 17 -
Singular/ipshell.cc
rf5ec00 r52e6ef 12 12 #include <factory/factory.h> 13 13 14 #include <misc/auxiliary.h>15 14 #include <misc/options.h> 16 15 #include <misc/mylimits.h> -
Singular/libsingular.h
rf5ec00 r52e6ef 4 4 #include <math.h> // Why this? 5 5 6 #include <misc/auxiliary.h> 6 #include <singularconfig.h> 7 #include <kernel/mod2.h> 7 8 #include <kernel/structs.h> 8 9 #include <kernel/polys.h> -
Singular/links/silink.h
rf5ec00 r52e6ef 8 8 */ 9 9 10 #include < misc/auxiliary.h>10 #include <singularconfig.h> 11 11 #include <kernel/structs.h> 12 12 -
Singular/maps_ip.h
rf5ec00 r52e6ef 8 8 */ 9 9 10 #include < misc/auxiliary.h>10 #include <kernel/mod2.h> 11 11 #include <polys/matpol.h> 12 12 -
Singular/misc_ip.cc
rf5ec00 r52e6ef 15 15 16 16 #include <kernel/mod2.h> 17 #include <misc/auxiliary.h>18 17 #include <misc/sirandom.h> 19 18 -
Singular/misc_ip.h
rf5ec00 r52e6ef 24 24 #define MISC_H 25 25 26 #include < misc/auxiliary.h>26 #include <kernel/mod2.h> 27 27 28 28 #include <coeffs/si_gmp.h> -
Singular/number2.h
rf5ec00 r52e6ef 2 2 #define NUMBER2_H 3 3 4 #include < misc/auxiliary.h>4 #include <kernel/mod2.h> 5 5 6 6 #ifdef SINGULAR_4_1 -
Singular/test.cc
rf5ec00 r52e6ef 6 6 7 7 #include <omalloc/omalloc.h> 8 #include <misc/auxiliary.h>9 8 10 9 #include <factory/factory.h> // :( -
Singular/tesths.cc
rf5ec00 r52e6ef 13 13 #include <omalloc/omalloc.h> 14 14 15 #include <misc/auxiliary.h>16 15 #include <misc/options.h> 17 16 -
kernel/GBEngine/kpolys.cc
rf5ec00 r52e6ef 5 5 6 6 #include <omalloc/omalloc.h> 7 #include <misc/auxiliary.h>8 7 9 8 #include <kernel/polys.h> -
kernel/GBEngine/nc.cc
rf5ec00 r52e6ef 5 5 6 6 #include <kernel/mod2.h> 7 #include <misc/auxiliary.h>8 7 9 8 #include <misc/options.h> -
kernel/GBEngine/nc.h
rf5ec00 r52e6ef 1 1 #ifndef KERNEL_NC_H 2 2 #define KERNEL_NC_H 3 4 #include <kernel/mod2.h> 3 5 4 6 #ifdef HAVE_PLURAL … … 15 17 16 18 #endif // #ifdef PLURAL_INTERNAL_DECLARATIONS 17 18 19 #include <misc/auxiliary.h>20 19 21 20 #include <polys/nc/nc.h> -
kernel/GBEngine/sca.cc
rf5ec00 r52e6ef 5 5 6 6 #include <kernel/mod2.h> 7 #include <misc/auxiliary.h>8 7 9 8 #include <misc/options.h> -
kernel/GBEngine/test.cc
rf5ec00 r52e6ef 8 8 #include <factory/factory.h> // :( 9 9 10 #include <misc/auxiliary.h>11 10 #include <misc/intvec.h> 12 11 #include <misc/int64vec.h> -
kernel/combinatorics/hilb.cc
rf5ec00 r52e6ef 9 9 10 10 #include <omalloc/omalloc.h> 11 #include <misc/auxiliary.h>12 11 #include <misc/mylimits.h> 13 12 #include <misc/intvec.h> -
kernel/combinatorics/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/fglm/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/groebner_walk/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/linear_algebra/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/maps/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/numeric/mpr_base.cc
rf5ec00 r52e6ef 14 14 #include <kernel/mod2.h> 15 15 16 #include <misc/auxiliary.h>17 16 #include <omalloc/omalloc.h> 18 17 -
kernel/numeric/mpr_inout.cc
rf5ec00 r52e6ef 10 10 11 11 #include <kernel/mod2.h> 12 #include <misc/auxiliary.h>13 12 14 13 //#ifdef HAVE_MPR -
kernel/numeric/mpr_numeric.cc
rf5ec00 r52e6ef 11 11 #include <kernel/mod2.h> 12 12 13 #include <misc/auxiliary.h>14 13 #include <omalloc/omalloc.h> 15 14 -
kernel/numeric/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/oswrapper/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/polys.cc
rf5ec00 r52e6ef 1 2 1 #include <kernel/mod2.h> 3 2 4 3 #include <omalloc/omalloc.h> 5 #include <misc/auxiliary.h>6 4 #include <misc/options.h> 7 5 -
kernel/preimage.cc
rf5ec00 r52e6ef 1 2 1 #include <kernel/mod2.h> 3 2 4 3 #include <omalloc/omalloc.h> 5 #include <misc/auxiliary.h>6 4 #include <misc/options.h> 7 5 #include <misc/intvec.h> -
kernel/spectrum/test.cc
rf5ec00 r52e6ef 9 9 #include <factory/factory.h> // :( 10 10 11 #include <misc/auxiliary.h>12 11 #include <misc/intvec.h> 13 12 #include <misc/int64vec.h> -
kernel/structs.h
rf5ec00 r52e6ef 8 8 */ 9 9 10 #include <kernel/mod2.h> 10 11 /* for omBin */ 11 12 #include <omalloc/omalloc.h> … … 20 21 /* C++-part */ 21 22 #ifdef __cplusplus 22 #include <misc/auxiliary.h>23 23 #include <kernel/polys.h> 24 24 #include <polys/coeffrings.h> -
kernel/test.cc
rf5ec00 r52e6ef 2 2 3 3 #include <omalloc/omalloc.h> 4 #include <misc/auxiliary.h>5 4 #include <factory/factory.h> // :( 6 5 -
libpolys/coeffs/AEp.h
rf5ec00 r52e6ef 2 2 #define AEP_H 3 3 4 #include < misc/auxiliary.h>4 #include <singularconfig.h> 5 5 #include "si_gmp.h" 6 6 -
libpolys/coeffs/coeffs.h
rf5ec00 r52e6ef 10 10 #define COEFFS_H 11 11 12 # include <misc/auxiliary.h>12 # include <misc/auxiliary.h> 13 13 #include <omalloc/omalloc.h> 14 14 -
libpolys/coeffs/flintcf_Q.cc
rf5ec00 r52e6ef 7 7 #include <ctype.h> /* isdigit*/ 8 8 9 #ifdef HAVE_CONFIG_H10 #include "libpolysconfig.h"11 #endif /* HAVE_CONFIG_H */12 9 #include <misc/auxiliary.h> 13 10 -
libpolys/coeffs/flintcf_Zn.cc
rf5ec00 r52e6ef 7 7 #include <ctype.h> /* isdigit*/ 8 8 9 #ifdef HAVE_CONFIG_H10 #include "libpolysconfig.h"11 #endif /* HAVE_CONFIG_H */12 9 #include <misc/auxiliary.h> 13 10 -
libpolys/coeffs/flintcf_Zn.h
rf5ec00 r52e6ef 10 10 #define FLINTCF_ZN_H 11 11 12 #include <singularconfig.h> 12 13 #include <misc/auxiliary.h> 14 13 15 #ifdef SINGULAR_4_1 14 16 #ifdef HAVE_FLINT -
libpolys/coeffs/gnumpc.h
rf5ec00 r52e6ef 7 7 * ABSTRACT: computations with GMP floating-point numbers 8 8 */ 9 #include <singularconfig.h> 9 10 #include <misc/auxiliary.h> 10 11 -
libpolys/coeffs/gnumpfl.h
rf5ec00 r52e6ef 8 8 */ 9 9 10 #include <singularconfig.h> 10 11 #include <misc/auxiliary.h> 12 11 13 12 14 struct n_Procs_s; typedef struct n_Procs_s *coeffs; -
libpolys/coeffs/rintegers.h
rf5ec00 r52e6ef 8 8 */ 9 9 #include <misc/auxiliary.h> 10 #include <coeffs/coeffs.h>11 10 12 11 #ifdef HAVE_RINGS -
libpolys/coeffs/rmodulon.h
rf5ec00 r52e6ef 8 8 */ 9 9 #include <misc/auxiliary.h> 10 #include <coeffs/coeffs.h> 10 11 11 12 struct n_Procs_s; typedef struct n_Procs_s *coeffs; -
libpolys/misc/auxiliary.h.in
rf5ec00 r52e6ef 19 19 /* please include libpolysconfig.h exclusively via <misc/auxiliary.h> and before any other header */ 20 20 #include "libpolysconfig.h" 21 22 // ----------------- which parts/extensions of Singular to build23 #ifndef HAVE_RINGS24 #undef HAVE_RINGS25 #endif26 27 #ifndef HAVE_PLURAL28 #undef HAVE_PLURAL29 #endif30 31 #ifndef HAVE_DL32 #undef HAVE_DL33 #endif34 35 #ifndef HAVE_NTL36 #undef HAVE_NTL37 #endif38 39 /* letterplace gb:*/40 #ifndef HAVE_SHIFTBBA41 #undef HAVE_SHIFTBBA42 #endif43 44 #ifndef HAVE_POLYEXTENSIONS45 #undef HAVE_POLYEXTENSIONS46 #endif47 48 #ifndef DISABLE_GMP_CPP49 #undef DISABLE_GMP_CPP50 #endif51 52 #ifndef SINGULAR53 #undef SINGULAR54 #endif55 56 #ifndef NOSTREAMIO57 #undef NOSTREAMIO58 #endif59 21 60 22 /* the following cunstruct is to make it painless to add -DHAVE_NUMSTATS to CPPFLAGS for configure */ … … 63 25 #undef HAVE_NUMSTATS 64 26 #endif /* HAVE_NUMSTATS */ 65 // ---------------- end of parts/extensions66 27 67 28 // ---------------- Singular standard types etc. … … 174 135 175 136 // ---------------- defines which depend on the settings above 176 177 #ifndef HAVE_MULT_MOD178 #undef HAVE_MULT_MOD179 #endif180 181 #ifndef HAVE_DIV_MOD182 #undef HAVE_DIV_MOD183 #endif184 185 #ifndef HAVE_GENERIC_ADD186 #undef HAVE_GENERIC_ADD187 #endif188 137 189 138 /******************************************************************* -
libpolys/misc/int64vec.h
rf5ec00 r52e6ef 8 8 */ 9 9 #include <string.h> 10 #include <misc/auxiliary.h> 10 11 #include <omalloc/omallocClass.h> 11 #include <misc/auxiliary.h>12 12 #include <misc/intvec.h> 13 13 -
libpolys/polys/kbuckets.cc
rf5ec00 r52e6ef 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 //#include <kernel/mod2.h>5 6 7 8 4 9 5 #include <omalloc/omalloc.h> -
libpolys/polys/sbuckets.cc
rf5ec00 r52e6ef 9 9 * Created: 9/00 10 10 *******************************************************************/ 11 //#include <kernel/mod2.h>12 13 11 #include <omalloc/omalloc.h> 14 15 16 17 12 18 13 #include <misc/auxiliary.h> -
libpolys/polys/templates/p_Procs_Set.h
rf5ec00 r52e6ef 15 15 16 16 #include <reporter/reporter.h> 17 #include < libpolys/libpolysconfig.h>17 #include <misc/auxiliary.h> 18 18 19 19 // extract p_Procs properties from a ring -
libpolys/polys/weight0.c
rf5ec00 r52e6ef 6 6 * ABSTRACT: 7 7 */ 8 9 10 11 12 8 13 9 #include <misc/auxiliary.h> -
libpolys/reporter/s_buff.cc
rf5ec00 r52e6ef 9 9 #include <signal.h> 10 10 11 //#include <kernel/mod2.h>12 11 #include <gmp.h> 13 12 -
libpolys/tests/coeffs_test.h
rf5ec00 r52e6ef 1 2 3 4 1 #include <misc/auxiliary.h> 5 2 #include <omalloc/omalloc.h> -
libpolys/tests/common.h
rf5ec00 r52e6ef 8 8 #include <cxxtest/TestSuite.h> 9 9 #include <cxxtest/GlobalFixture.h> 10 11 12 13 14 10 15 11 #include <misc/auxiliary.h> -
libpolys/tests/simple_test.h
rf5ec00 r52e6ef 1 2 3 4 1 #include <misc/auxiliary.h> 5 2
Note: See TracChangeset
for help on using the changeset viewer.