[mathicgb] 71/393: Removed 4 .cpp files with no content that MSVC was complaining about.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:58:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.
commit 8f19bbef2f27e2b593c6213279aee9a73d6dc6e7
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date: Tue Oct 23 16:22:21 2012 +0200
Removed 4 .cpp files with no content that MSVC was complaining about.
---
Makefile.am | 48 +++++++++++-----------
build/vs12/mathicgb-lib/mathicgb-lib.vcxproj | 4 --
.../vs12/mathicgb-lib/mathicgb-lib.vcxproj.filters | 12 ------
src/mathicgb/DivLookup.cpp | 7 ----
src/mathicgb/MonTableDivList.cpp | 7 ----
src/mathicgb/MonTableKDTree.cpp | 7 ----
src/mathicgb/MonomialHashTable.cpp | 9 ----
7 files changed, 23 insertions(+), 71 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 546b0a5..f83c03f 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,37 +22,35 @@ libmathicgb_la_SOURCES = src/mathicgb/BjarkeGeobucket2.cpp \
src/mathicgb/BjarkeGeobucket2.hpp src/mathicgb/BjarkeGeobucket.cpp \
src/mathicgb/BjarkeGeobucket.hpp src/mathicgb/BuchbergerAlg.cpp \
src/mathicgb/BuchbergerAlg.hpp src/mathicgb/ChainedHashTable.cpp \
- src/mathicgb/ChainedHashTable.hpp src/mathicgb/DivisorLookup.cpp \
- src/mathicgb/DivisorLookup.hpp src/mathicgb/DivLookup.cpp \
+ src/mathicgb/ChainedHashTable.hpp src/mathicgb/DivisorLookup.hpp \
src/mathicgb/DivLookup.hpp src/mathicgb/FreeModuleOrder.cpp \
src/mathicgb/FreeModuleOrder.hpp src/mathicgb/GroebnerBasis.cpp \
src/mathicgb/GroebnerBasis.hpp src/mathicgb/HashTourReducer.cpp \
src/mathicgb/HashTourReducer.hpp src/mathicgb/Ideal.cpp \
src/mathicgb/Ideal.hpp src/mathicgb/io-util.cpp \
src/mathicgb/io-util.hpp src/mathicgb/KoszulQueue.cpp \
- src/mathicgb/KoszulQueue.hpp src/mathicgb/MonomialHashTable.cpp \
- src/mathicgb/MonomialHashTable.hpp src/mathicgb/MonTableDivList.cpp \
- src/mathicgb/MonTableDivList.hpp src/mathicgb/MonTableKDTree.cpp \
- src/mathicgb/MonTableKDTree.hpp src/mathicgb/MonTableNaive.cpp \
- src/mathicgb/MonTableNaive.hpp src/mathicgb/MTArray.cpp \
- src/mathicgb/MTArray.hpp src/mathicgb/PairTriangle.cpp \
- src/mathicgb/PairTriangle.hpp src/mathicgb/Poly.cpp \
- src/mathicgb/Poly.hpp src/mathicgb/PolyBasis.cpp \
- src/mathicgb/PolyBasis.hpp src/mathicgb/PolyGeoBucket.cpp \
- src/mathicgb/PolyGeoBucket.hpp src/mathicgb/PolyHashReducer.cpp \
- src/mathicgb/PolyHashReducer.hpp src/mathicgb/PolyHashTable.cpp \
- src/mathicgb/PolyHashTable.hpp src/mathicgb/PolyHeap.cpp \
- src/mathicgb/PolyHeap.hpp src/mathicgb/PolyReducer.cpp \
- src/mathicgb/PolyReducer.hpp src/mathicgb/PolyRing.cpp \
- src/mathicgb/PolyRing.hpp src/mathicgb/Reducer.cpp \
- src/mathicgb/Reducer.hpp src/mathicgb/ReducerDedup.hpp \
- src/mathicgb/ReducerHash.hpp src/mathicgb/ReducerHashPack.hpp \
- src/mathicgb/ReducerHelper.hpp src/mathicgb/ReducerNoDedup.hpp \
- src/mathicgb/ReducerPack.hpp src/mathicgb/ReducerPackDedup.hpp \
- src/mathicgb/SignatureGB.cpp src/mathicgb/SignatureGB.hpp \
- src/mathicgb/SigSPairs.cpp src/mathicgb/SigSPairs.hpp \
- src/mathicgb/SPairs.cpp src/mathicgb/SPairs.hpp \
- src/mathicgb/stdinc.h src/mathicgb/TournamentReducer.cpp \
+ src/mathicgb/KoszulQueue.hpp src/mathicgb/MonomialHashTable.hpp \
+ src/mathicgb/MonTableDivList.hpp src/mathicgb/MonTableKDTree.hpp \
+ src/mathicgb/MonTableNaive.cpp src/mathicgb/MonTableNaive.hpp \
+ src/mathicgb/MTArray.cpp src/mathicgb/MTArray.hpp \
+ src/mathicgb/PairTriangle.cpp src/mathicgb/PairTriangle.hpp \
+ src/mathicgb/Poly.cpp src/mathicgb/Poly.hpp \
+ src/mathicgb/PolyBasis.cpp src/mathicgb/PolyBasis.hpp \
+ src/mathicgb/PolyGeoBucket.cpp src/mathicgb/PolyGeoBucket.hpp \
+ src/mathicgb/PolyHashReducer.cpp src/mathicgb/PolyHashReducer.hpp \
+ src/mathicgb/PolyHashTable.cpp src/mathicgb/PolyHashTable.hpp \
+ src/mathicgb/PolyHeap.cpp src/mathicgb/PolyHeap.hpp \
+ src/mathicgb/PolyReducer.cpp src/mathicgb/PolyReducer.hpp \
+ src/mathicgb/PolyRing.cpp src/mathicgb/PolyRing.hpp \
+ src/mathicgb/Reducer.cpp src/mathicgb/Reducer.hpp \
+ src/mathicgb/ReducerDedup.hpp src/mathicgb/ReducerHash.hpp \
+ src/mathicgb/ReducerHashPack.hpp src/mathicgb/ReducerHelper.hpp \
+ src/mathicgb/ReducerNoDedup.hpp src/mathicgb/ReducerPack.hpp \
+ src/mathicgb/ReducerPackDedup.hpp src/mathicgb/SignatureGB.cpp \
+ src/mathicgb/SignatureGB.hpp src/mathicgb/SigSPairs.cpp \
+ src/mathicgb/SigSPairs.hpp src/mathicgb/SPairs.cpp \
+ src/mathicgb/SPairs.hpp src/mathicgb/stdinc.h \
+ src/mathicgb/TournamentReducer.cpp \
src/mathicgb/TournamentReducer.hpp src/mathicgb/SigSPairQueue.hpp \
src/mathicgb/SigSPairQueue.cpp src/mathicgb/SparseMatrix.hpp \
src/mathicgb/SparseMatrix.cpp src/mathicgb/QuadMatrixBuilder.hpp \
diff --git a/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj b/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj
index 433b5cb..d34fd81 100755
--- a/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj
+++ b/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj
@@ -400,7 +400,6 @@
<ClCompile Include="..\..\..\src\mathicgb\BuchbergerAlg.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\ChainedHashTable.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\DivisorLookup.cpp" />
- <ClCompile Include="..\..\..\src\mathicgb\DivLookup.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\F4MatrixBuilder.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\F4MatrixReducer.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\F4Reducer.cpp" />
@@ -410,9 +409,6 @@
<ClCompile Include="..\..\..\src\mathicgb\Ideal.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\io-util.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\KoszulQueue.cpp" />
- <ClCompile Include="..\..\..\src\mathicgb\MonomialHashTable.cpp" />
- <ClCompile Include="..\..\..\src\mathicgb\MonTableDivList.cpp" />
- <ClCompile Include="..\..\..\src\mathicgb\MonTableKDTree.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\MonTableNaive.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\MTArray.cpp" />
<ClCompile Include="..\..\..\src\mathicgb\PairTriangle.cpp" />
diff --git a/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj.filters b/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj.filters
index 18837e9..138ba25 100755
--- a/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj.filters
+++ b/build/vs12/mathicgb-lib/mathicgb-lib.vcxproj.filters
@@ -30,9 +30,6 @@
<ClCompile Include="..\..\..\src\mathicgb\DivisorLookup.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\src\mathicgb\DivLookup.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\src\mathicgb\F4MatrixBuilder.cpp">
<Filter>Source Files</Filter>
</ClCompile>
@@ -60,15 +57,6 @@
<ClCompile Include="..\..\..\src\mathicgb\KoszulQueue.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\src\mathicgb\MonomialHashTable.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\src\mathicgb\MonTableDivList.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\src\mathicgb\MonTableKDTree.cpp">
- <Filter>Source Files</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\src\mathicgb\MonTableNaive.cpp">
<Filter>Source Files</Filter>
</ClCompile>
diff --git a/src/mathicgb/DivLookup.cpp b/src/mathicgb/DivLookup.cpp
deleted file mode 100644
index 3b775de..0000000
--- a/src/mathicgb/DivLookup.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "stdinc.h"
-#include "DivLookup.hpp"
-
-// Local Variables:
-// compile-command: "make -C .. "
-// indent-tabs-mode: nil
-// End:
diff --git a/src/mathicgb/MonTableDivList.cpp b/src/mathicgb/MonTableDivList.cpp
deleted file mode 100644
index 4fb028d..0000000
--- a/src/mathicgb/MonTableDivList.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "stdinc.h"
-#include "MonTableDivList.hpp"
-
-// Local Variables:
-// compile-command: "make -C .. "
-// indent-tabs-mode: nil
-// End:
diff --git a/src/mathicgb/MonTableKDTree.cpp b/src/mathicgb/MonTableKDTree.cpp
deleted file mode 100644
index c3cadb3..0000000
--- a/src/mathicgb/MonTableKDTree.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "stdinc.h"
-#include "MonTableKDTree.hpp"
-
-// Local Variables:
-// compile-command: "make -C .. "
-// indent-tabs-mode: nil
-// End:
diff --git a/src/mathicgb/MonomialHashTable.cpp b/src/mathicgb/MonomialHashTable.cpp
deleted file mode 100644
index c0ce9e1..0000000
--- a/src/mathicgb/MonomialHashTable.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2011 Michael E. Stillman
-
-#include "stdinc.h"
-#include "MonomialHashTable.hpp"
-
-// Local Variables:
-// compile-command: "make -C .. "
-// indent-tabs-mode: nil
-// End:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git
More information about the debian-science-commits
mailing list