]> www.ginac.de Git - ginac.git/commitdiff
Renamed files *.tcc and *.hpp to *.h.
authorJens Vollinga <jensv@balin.nikhef.nl>
Thu, 5 Feb 2009 09:54:21 +0000 (10:54 +0100)
committerJens Vollinga <jensv@balin.nikhef.nl>
Thu, 5 Feb 2009 09:54:21 +0000 (10:54 +0100)
41 files changed:
check/Makefile.am
check/error_report.h [moved from check/error_report.hpp with 100% similarity]
check/exam_cra.cpp
check/exam_mod_gcd.cpp
check/match_bug.cpp
check/time_uvar_gcd.cpp
ginac/Makefile.am
ginac/ginac.h
ginac/parser/debug.h [moved from ginac/parser/debug.hpp with 100% similarity]
ginac/parser/default_reader.tpl
ginac/parser/lexer.cpp
ginac/parser/lexer.h [moved from ginac/parser/lexer.hpp with 100% similarity]
ginac/parser/parse_binop_rhs.cpp
ginac/parser/parse_context.cpp
ginac/parser/parse_context.h [moved from ginac/parser/parse_context.hpp with 100% similarity]
ginac/parser/parser.cpp
ginac/parser/parser.h [moved from ginac/parser/parser.hpp with 98% similarity]
ginac/parser/parser_compat.cpp
ginac/polynomial/collect_vargs.cpp
ginac/polynomial/cra_garner.cpp
ginac/polynomial/cra_garner.h [moved from ginac/polynomial/cra_garner.hpp with 100% similarity]
ginac/polynomial/debug.h [moved from ginac/polynomial/debug.hpp with 100% similarity]
ginac/polynomial/euclid_gcd_wrap.h
ginac/polynomial/eval_uvar.h
ginac/polynomial/gcd_euclid.h [moved from ginac/polynomial/gcd_euclid.tcc with 84% similarity]
ginac/polynomial/gcd_uvar.cpp
ginac/polynomial/heur_gcd_uvar.h
ginac/polynomial/interpolate_padic_uvar.h
ginac/polynomial/mod_gcd.cpp
ginac/polynomial/mod_gcd.h [moved from ginac/polynomial/mod_gcd.hpp with 88% similarity]
ginac/polynomial/normalize.h [moved from ginac/polynomial/normalize.tcc with 96% similarity]
ginac/polynomial/prem_uvar.h
ginac/polynomial/primes_factory.h
ginac/polynomial/primpart_content.cpp
ginac/polynomial/remainder.h [moved from ginac/polynomial/remainder.tcc with 96% similarity]
ginac/polynomial/ring_traits.h [moved from ginac/polynomial/ring_traits.hpp with 100% similarity]
ginac/polynomial/smod_helpers.h
ginac/polynomial/sr_gcd_uvar.h
ginac/polynomial/upoly.h [moved from ginac/polynomial/upoly.hpp with 98% similarity]
ginac/polynomial/upoly_io.cpp
ginac/polynomial/upoly_io.h [moved from ginac/polynomial/upoly_io.hpp with 92% similarity]

index b601756b34c92022f68ca54f91ea2110d9585385..38c5cdb7fbcc41852c11dcd97977543d6fa77c25 100644 (file)
@@ -79,7 +79,7 @@ exam_paranoia_LDADD = ../ginac/libginac.la
 exam_heur_gcd_SOURCES = heur_gcd_bug.cpp 
 exam_heur_gcd_LDADD = ../ginac/libginac.la
 
-match_bug_SOURCES = match_bug.cpp error_report.hpp
+match_bug_SOURCES = match_bug.cpp error_report.h
 match_bug_LDADD = ../ginac/libginac.la
 
 parser_bugs_SOURCES = parser_bugs.cpp
similarity index 100%
rename from check/error_report.hpp
rename to check/error_report.h
index 6e247704fac4e9a82ed6d9e2716771e8c0de63dd..7ad62c158376703f88b81edbcad9314430fab811 100644 (file)
@@ -3,7 +3,7 @@
 #include <cln/integer_io.h>
 #include <cln/random.h>
 #include <cln/numtheory.h>
-#include "polynomial/cra_garner.hpp"
+#include "polynomial/cra_garner.h"
 #include <map>
 #include <vector>
 #include <stdexcept>
index 4407d90aad2681b084e9c105a183ff4cba22c757..60c04ac1aa0940a7cfe3b5a8a83f0359020bc5f7 100644 (file)
@@ -1,6 +1,6 @@
-#include "polynomial/upoly.hpp"
-#include "polynomial/upoly_io.hpp"
-#include "polynomial/mod_gcd.hpp"
+#include "polynomial/upoly.h"
+#include "polynomial/upoly_io.h"
+#include "polynomial/mod_gcd.h"
 #include "ginac.h"
 #include <cln/random.h>
 #include <string>
index df67629b2e421011b3c8a953f4e063090b917e63..70e55420a0e7f3f0c058daddac440533d1f29a00 100644 (file)
@@ -5,7 +5,7 @@
  * http://www.ginac.de/pipermail/ginac-devel/2006-April/000942.html
  */
 #include "ginac.h"
-#include "error_report.hpp"
+#include "error_report.h"
 #include <iostream>
 using namespace GiNaC;
 
index 1a073ea3872015616360b7ad7fdb63852a3d073b..ca5cc150296dd552b3419ebe524451ec0a8a637f 100644 (file)
@@ -3,11 +3,11 @@
 #include <iostream>
 #include "timer.h"
 #include "ginac.h"
-#include "error_report.hpp"
+#include "error_report.h"
 #include "test_runner.h"
-#include "polynomial/remainder.tcc"
-#include "polynomial/upoly.hpp"
-#include "polynomial/mod_gcd.hpp"
+#include "polynomial/remainder.h"
+#include "polynomial/upoly.h"
+#include "polynomial/mod_gcd.h"
 using namespace GiNaC;
 
 static const std::string p1_srep("\
index 76e32b24ebd3acef3b7cc01693738bd020f0d0cb..bf091b4e97970fae62e0c28bea357057c480cdff 100644 (file)
@@ -15,19 +15,19 @@ libginac_la_SOURCES = add.cpp archive.cpp basic.cpp clifford.cpp color.cpp \
   parser/parse_context.cpp \
   parser/builtin_fcns.cpp \
   parser/lexer.cpp \
-  parser/lexer.hpp \
+  parser/lexer.h \
   parser/parser_compat.cpp \
-  parser/debug.hpp \
+  parser/debug.h \
 polynomial/mod_gcd.cpp \
 polynomial/cra_garner.cpp \
-polynomial/gcd_euclid.tcc \
-polynomial/remainder.tcc \
-polynomial/normalize.tcc \
-polynomial/upoly.hpp \
-polynomial/ring_traits.hpp \
-polynomial/mod_gcd.hpp \
-polynomial/cra_garner.hpp \
-polynomial/upoly_io.hpp \
+polynomial/gcd_euclid.h \
+polynomial/remainder.h \
+polynomial/normalize.h \
+polynomial/upoly.h \
+polynomial/ring_traits.h \
+polynomial/mod_gcd.h \
+polynomial/cra_garner.h \
+polynomial/upoly_io.h \
 polynomial/upoly_io.cpp \
 polynomial/prem_uvar.h \
 polynomial/eval_uvar.h \
@@ -53,7 +53,7 @@ polynomial/poly_cra.h \
 polynomial/primes_factory.h \
 polynomial/primpart_content.cpp \
 polynomial/smod_helpers.h \
-polynomial/debug.hpp
+polynomial/debug.h
 
 libginac_la_LDFLAGS = -version-info $(LT_VERSION_INFO) -release $(LT_RELEASE)
 libginac_la_LIBADD = $(DL_LIBS)
@@ -64,8 +64,8 @@ ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h
   inifcns.h integral.h lst.h matrix.h mul.h ncmul.h normal.h numeric.h operators.h \
   power.h print.h pseries.h ptr.h registrar.h relational.h structure.h \
   symbol.h symmetry.h tensor.h version.h wildcard.h \
-  parser/parser.hpp \
-  parser/parse_context.hpp
+  parser/parser.h \
+  parser/parse_context.h
 
 EXTRA_DIST = function.pl version.h.in \
 parser/default_reader.tpl parser/builtin_fcns.def
index 2d2a9e9d5280916acaff2f55ecc99410f172d58b..b57c066e19f39f027835e93013d38bcef889f71d 100644 (file)
@@ -71,9 +71,9 @@
 #include "excompiler.h"
 
 #ifndef IN_GINAC
-#include "parser.hpp"
+#include "parser.h"
 #else
-#include "parser/parser.hpp"
+#include "parser/parser.h"
 #endif
 
 #ifdef __MAKECINT__
similarity index 100%
rename from ginac/parser/debug.hpp
rename to ginac/parser/debug.h
index cfb8236557af323070405da3421f91033ac61798..3ae6ff832c06ec49a4a662c1d340ca34b8440069 100644 (file)
@@ -15,7 +15,7 @@ COMMENT a part of GiNaC parser -- construct functions from a byte stream.
  *
  * autogen -T [+ (tpl-file) +] [+ (def-file) +]
  */
-#include "parse_context.hpp"
+#include "parse_context.h"
 #include "power.h"
 #include "operators.h"
 #include "inifcns.h"
index 7c3e6c84aecf5ac6d62db29452de77f981791a95..7b00c4aef560a8f00d4976ef0250049325548e44 100644 (file)
@@ -1,7 +1,7 @@
 #include <string>
 #include <iostream>
 #include <sstream>
-#include "lexer.hpp"
+#include "lexer.h"
 #include "compiler.h"
 
 namespace GiNaC
similarity index 100%
rename from ginac/parser/lexer.hpp
rename to ginac/parser/lexer.h
index 4433a3c0889df80f0c6061fcd0e1bc2bc20f032b..886975deeb2ccd666cb352de4647e8fe87e9521f 100644 (file)
@@ -6,9 +6,9 @@
 #include "operators.h"
 #include <stdexcept>
 #include <sstream>
-#include "parser.hpp"
-#include "lexer.hpp"
-#include "debug.hpp"
+#include "parser.h"
+#include "lexer.h"
+#include "debug.h"
 
 namespace GiNaC
 {
index 1dd767778f9581cea6ad0b6e8790d400b38733c8..71b1748685c75a66dcee99df4003001c6b13073d 100644 (file)
@@ -1,4 +1,4 @@
-#include "parse_context.hpp"
+#include "parse_context.h"
 #include <sstream>
 #include <stdexcept>
 namespace GiNaC
index 6411ba1416e740a85705ceee3153815b33e9364f..b0d156e8a46b7b2f1ee508777bf72e13e47f4477 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdexcept>
 #include <sstream>
-#include "parser.hpp"
-#include "lexer.hpp"
-#include "debug.hpp"
+#include "parser.h"
+#include "lexer.h"
+#include "debug.h"
 #include "mul.h"
 #include "constant.h"
 
similarity index 98%
rename from ginac/parser/parser.hpp
rename to ginac/parser/parser.h
index b46ec6509ba2462509da836cd858a06681abc239..523964d80a2ce033bb5ce1b8ef727d045c362b2d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GINAC_PARSER_HPP_
 #define GINAC_PARSER_HPP_
 
-#include "parse_context.hpp"
+#include "parse_context.h"
 #include <stdexcept>
 #include "ex.h"
 
index d0723eedb737f518edcd59f54d5a020d7ce93d3b..eede97e668b4192cc1e75131af997ae8e23bd51b 100644 (file)
@@ -3,7 +3,7 @@
 #include "ex.h"
 #include "idx.h"
 #include "lst.h"
-#include "parser.hpp"
+#include "parser.h"
 #include <string>
 #include <iostream>
 
index aa9ae34aeaba090ec2c2d02689bba8c2697b0e5a..f014a874e4a76cda43de60f49d1530226efdfb5e 100644 (file)
@@ -10,7 +10,7 @@
 #include "collect_vargs.h"
 #include <cln/integer.h>
 #include "smod_helpers.h"
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
index 76d1e075c1d1a5e63395f8ea6be786433c2422e2..647778e336a22ee1802a9e2ff4924bf1beee0b70 100644 (file)
@@ -2,7 +2,7 @@
 #include <cln/modinteger.h>
 #include <vector>
 #include <cstddef>
-#include "cra_garner.hpp"
+#include "cra_garner.h"
 #include "compiler.h"
 
 namespace cln
index c1cd2eebf63102341f58983f885b4125e2d05c78..3b5d7298a260074f767d5e1b2455a1798a535de5 100644 (file)
@@ -1,14 +1,14 @@
 #ifndef GINAC_PGCD_EUCLID_GCD_H
 #define GINAC_PGCD_EUCLID_GCD_H
-#include "upoly.hpp"
-#include "gcd_euclid.tcc"
+#include "upoly.h"
+#include "gcd_euclid.h"
 #include "smod_helpers.h"
 #include "add.h"
 #include "ex.h"
 #include "operators.h"
 #include "power.h"
 #include "relational.h"
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
index 0a3bcec8ce2bde4c49912b0bce97e71d50f7d803..31fe591a0af17bb73f3480f0843bb51cf4e17845 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GINAC_EVAL_UPOLY_TCC
 #define GINAC_EVAL_UPOLY_TCC
-#include "upoly.hpp"
-#include "ring_traits.hpp"
+#include "upoly.h"
+#include "ring_traits.h"
 
 namespace GiNaC
 {
similarity index 84%
rename from ginac/polynomial/gcd_euclid.tcc
rename to ginac/polynomial/gcd_euclid.h
index deae25222e8689fc015171fe2ca7b629407923e2..4e148d1dc8eac6e7fb55ac4d306d76256285249a 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef GINAC_GCD_EUCLID
 #define GINAC_GCD_EUCLID
-#include "upoly.hpp"
-#include "remainder.tcc"
-#include "normalize.tcc"
-#include "debug.hpp"
-#include "upoly_io.hpp"
+#include "upoly.h"
+#include "remainder.h"
+#include "normalize.h"
+#include "debug.h"
+#include "upoly_io.h"
 
 namespace GiNaC
 {
index 1443852baafe227d1db6999d73fe173dde2f31ed..43d5f39343945746e157e313cba0985fc190a2ab 100644 (file)
@@ -1,4 +1,4 @@
-#include "upoly.hpp"
+#include "upoly.h"
 #include "sr_gcd_uvar.h"
 #include "heur_gcd_uvar.h"
 #include <stdexcept>
index 1aa7348ac3948da415a2e91373b64aa0f654356e..8dcccd222fd31bea20ee53828d4e374f45e50db8 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef GINAC_UPOLY_HEUR_GCD
 #define GINAC_UPOLY_HEUR_GCD
-#include "upoly.hpp"
-#include "ring_traits.hpp"
-#include "normalize.tcc"
-#include "remainder.tcc"
+#include "upoly.h"
+#include "ring_traits.h"
+#include "normalize.h"
+#include "remainder.h"
 #include "eval_uvar.h"
 #include "interpolate_padic_uvar.h"
 #include <algorithm>
index 46c2777ee46956c1b29a7b2dce02c5dacd235a32..b1d79d98703b4f0cd495175cee03739a6f667c5d 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef GINAC_UPOLY_INTERPOLATE_PADIC_TCC
 #define GINAC_UPOLY_INTERPOLATE_PADIC_TCC
-#include "ring_traits.hpp"
+#include "ring_traits.h"
 
 namespace cln
 {
index 82d5f427f397abd6b8e6cce68ac84eb6c03a72e5..d57d6cfc369e79b98f8df72cecca964aac12e512 100644 (file)
@@ -1,10 +1,10 @@
-#include "upoly.hpp"
-#include "gcd_euclid.tcc"
-#include "cra_garner.hpp"
+#include "upoly.h"
+#include "gcd_euclid.h"
+#include "cra_garner.h"
 #include <cln/random.h>
 #include <cln/numtheory.h>
 #include <stdexcept>
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
similarity index 88%
rename from ginac/polynomial/mod_gcd.hpp
rename to ginac/polynomial/mod_gcd.h
index 43e1e929616d88a3ae582e3509e209734173485b..9307dd35d60a74aaeba0497f317b7112f40289b3 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef GINAC_MOD_GCD_HPP
 #define GINAC_MOD_GCD_HPP
-#include "upoly.hpp"
+#include "upoly.h"
 
 namespace GiNaC
 {
similarity index 96%
rename from ginac/polynomial/normalize.tcc
rename to ginac/polynomial/normalize.h
index 1f90cc30b32eb591321c9bbd784cc633da1bbc0b..7f1ae7a57b624b244579b40b17ab17b18f841076 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef GINAC_UPOLY_NORMALIZE_TCC
 #define GINAC_UPOLY_NORMALIZE_TCC
-#include "upoly.hpp"
-#include "ring_traits.hpp"
-#include "debug.hpp"
+#include "upoly.h"
+#include "ring_traits.h"
+#include "debug.h"
 
 namespace GiNaC
 {
index c1a74cd5d87b07f367f657eefb27caea6caa26d5..20ea9c01405f28afd27bc946849c9782bd66b752 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef GINAC_POLYNOMIAL_PREM_TCC
 #define GINAC_POLYNOMIAL_PREM_TCC
-#include "upoly.hpp"
-#include "debug.hpp"
-#include "remainder.tcc"
+#include "upoly.h"
+#include "debug.h"
+#include "remainder.h"
 
 namespace GiNaC
 {
index 093c973759c6673208fac601a0bc26cd89a2488e..0ebc872967d11ca1cc05f72730a04532fd5d4810 100644 (file)
@@ -4,7 +4,7 @@
 #include <cln/numtheory.h>
 #include <limits>
 #include "smod_helpers.h"
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
index 9d36a95ee0f61d397d0f0e5649e29a5f60e20a75..fa7f69ba07bf39584a98dc43fc7b231c994d7fd2 100644 (file)
@@ -3,7 +3,7 @@
 #include "collect_vargs.h"
 #include "euclid_gcd_wrap.h"
 #include "divide_in_z_p.h"
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
similarity index 96%
rename from ginac/polynomial/remainder.tcc
rename to ginac/polynomial/remainder.h
index 60767dc07be37d33905c1db62803d2ef88375c6d..3b62ec4a485e470ab8bd57fa6447f3331562d04c 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef GINAC_UPOLY_REMAINDER_TCC
 #define GINAC_UPOLY_REMAINDER_TCC
-#include "upoly.hpp"
-#include "ring_traits.hpp"
-#include "upoly_io.hpp"
-#include "debug.hpp"
+#include "upoly.h"
+#include "ring_traits.h"
+#include "upoly_io.h"
+#include "debug.h"
 
 namespace GiNaC
 {
index 81370ba592c790bc80dc80b345f89d9b92e68965..addbe173de680afea3b836c45b6abd588c5320be 100644 (file)
@@ -4,7 +4,7 @@
 #include <cln/integer_io.h>
 #include "ex.h"
 #include "numeric.h"
-#include "debug.hpp"
+#include "debug.h"
 
 namespace GiNaC
 {
index 128e036aa1f861b72ee7b31eca464f1aa74b144a..eead0027c418d4976eef6835604f8f3aeff76d6e 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef GINAC_UPOLY_SR_GCD_TCC
 #define GINAC_UPOLY_SR_GCD_TCC
-#include "upoly.hpp"
-#include "ring_traits.hpp"
-#include "normalize.tcc"
+#include "upoly.h"
+#include "ring_traits.h"
+#include "normalize.h"
 #include "prem_uvar.h"
 #include <limits>
 
similarity index 98%
rename from ginac/polynomial/upoly.hpp
rename to ginac/polynomial/upoly.h
index 2e9092f1d47a24ad1888a6af5a881f353f8682c4..bbbb91a7ccb2854e7bed71137c03628ab359ecae 100644 (file)
@@ -8,8 +8,8 @@
 #include <stdexcept>
 #include <iterator>
 #include <limits>
-#include "ring_traits.hpp"
-#include "debug.hpp"
+#include "ring_traits.h"
+#include "debug.h"
 #include "compiler.h"
 
 namespace GiNaC
index 35b623a2895919e74f040576c01cd63e0015c5a1..6bba48d9e44f03bcfc53ddebd9aba0e7820bb3c2 100644 (file)
@@ -1,7 +1,7 @@
 #include <iostream>
 #include <string>
-#include "upoly.hpp"
-#include "upoly_io.hpp"
+#include "upoly.h"
+#include "upoly_io.h"
 #include <cln/integer_io.h>
 
 namespace GiNaC
similarity index 92%
rename from ginac/polynomial/upoly_io.hpp
rename to ginac/polynomial/upoly_io.h
index a9fb25917586db423dde491281d70c4f8f7ee255..b88f602fd5d684ebc7e734a62cd86587443ae5ab 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GINAC_UPOLY_IO_HPP
 #define GINAC_UPOLY_IO_HPP
 #include <iostream>
-#include "upoly.hpp"
+#include "upoly.h"
 
 namespace GiNaC
 {