[Libreoffice-commits] cppunit.git: 3 commits - CodingGuideLines.txt Makefile.am src/cppunit src/DllPlugInTester
Markus Mohrhard
markus.mohrhard at googlemail.com
Sun Jan 1 19:46:30 UTC 2017
CodingGuideLines.txt | 9 ---------
Makefile.am | 1 -
src/DllPlugInTester/Makefile.am | 2 +-
src/cppunit/Makefile.am | 2 +-
4 files changed, 2 insertions(+), 12 deletions(-)
New commits:
commit e43bfbf604f8b4e48b8a30bcfa702fdc5043ba85
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Jan 1 19:28:02 2017 +0100
fix the distcheck build and remove refs to deleted files
diff --git a/src/DllPlugInTester/Makefile.am b/src/DllPlugInTester/Makefile.am
index 7586d97..d0409aa 100644
--- a/src/DllPlugInTester/Makefile.am
+++ b/src/DllPlugInTester/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = DllPlugInTester.dsp DllPlugInTesterTest.dsp
+EXTRA_DIST =
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index 7be8b4f..7134bad 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -2,7 +2,7 @@
# $Id: Makefile.am,v 1.44 2005-06-14 21:28:46 blep Exp $
#
-EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp
+EXTRA_DIST = DllMain.cpp
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
lib_LTLIBRARIES = libcppunit.la
commit ffea468d58ebef7ccacd925eb9268a0148156851
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Jan 1 19:27:21 2017 +0100
update coding guidelines
diff --git a/CodingGuideLines.txt b/CodingGuideLines.txt
index d889fd0..b648513 100644
--- a/CodingGuideLines.txt
+++ b/CodingGuideLines.txt
@@ -13,18 +13,9 @@ CppUnit's coding guidelines for portability:
- don't use the mutable keyword, instead do a const cast.
-- don't use templatized member functions (template method declared inside a
- class), instead declares them as simple template functions (even
- mainstream compiler such as VC++ 6 as trouble with them).
-
- don't use default parameter value in template function. Not supported
by all compiler (on OS/390 for instance).
-In brief, it should be possible to compile CppUnit on a C++ compiler that do
-not have the following features:
-- templatized member functions (that is a template function declared within a
- class).
-
As such, usage of those features should always be optional.
CppUnit's version control system management
commit 51b9f42694914f999ddb51bc11be069002032211
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Dec 31 17:06:02 2016 +0100
remove reference to deleted file
diff --git a/Makefile.am b/Makefile.am
index d78f862..aa33e15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,6 @@ m4internal = \
m4/ax_cxx_have_isfinite.m4 \
m4/ax_cxx_have_sstream.m4 \
m4/ax_cxx_namespaces.m4 \
- m4/ax_cxx_rtti.m4 \
m4/ax_cxx_compile_stdcxx_11.m4 \
m4/ax_prefix_config_h.m4 \
m4/bb_enable_doxygen.m4 \
More information about the Libreoffice-commits
mailing list