lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6515] Allow a string rms discourages when GNU libtool req


From: Greg Chicares
Subject: [lmi-commits] [6515] Allow a string rms discourages when GNU libtool requires it
Date: Wed, 09 Mar 2016 00:40:24 +0000

Revision: 6515
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6515
Author:   chicares
Date:     2016-03-09 00:40:23 +0000 (Wed, 09 Mar 2016)
Log Message:
-----------
Allow a string rms discourages when GNU libtool requires it

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2016-02-27 21:16:46 UTC (rev 6514)
+++ lmi/trunk/ChangeLog 2016-03-09 00:40:23 UTC (rev 6515)
@@ -38653,3 +38653,42 @@
   value_cast_test.cpp
 Remove certain mpatrol vestiges.
 
+20160227T2055Z <zeitlin> [454]
+
+  Makefile.am
+  configure.ac
+Build DLLs, not static libraries, when cross-compiling.
+
+20160227T2059Z <zeitlin> [454]
+
+  configure.ac
+  aclocal/ax_cxx_compile_stdcxx.m4 [new file]
+Use C++11 dialect.
+
+20160227T2104Z <zeitlin> [454]
+
+  configure.ac
+Always use AC_INCLUDES_DEFAULT() with AC_CHECK_HEADER().
+
+ <address@hidden> [454]
+
+20160227T2108Z <zeitlin> [454]
+
+  configure.ac
+Prefer AC_MSG_FAILURE() to the less helpful AC_MSG_ERROR().
+
+20160227T2112Z <zeitlin> [454]
+
+  Makefile.am
+Remove unneeded dummy source file.
+
+20160227T2116Z <zeitlin> [454]
+
+  configure.ac
+Disable boost nuisance warnings.
+
+20160309T0040Z <address@hidden> [454]
+
+  test_coding_rules.cpp
+Allow a string rms discourages when GNU libtool requires it.
+

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2016-02-27 21:16:46 UTC (rev 6514)
+++ lmi/trunk/test_coding_rules.cpp     2016-03-09 00:40:23 UTC (rev 6515)
@@ -974,6 +974,7 @@
         (   !f.is_of_phylum(e_make)
         &&  !f.is_of_phylum(e_patch)
         &&  !f.phyloanalyze("config.hpp")
+        &&  !f.phyloanalyze("configure.ac") // GNU libtool uses 'win32-dll'.
         )
         {
         taboo(f, "WIN32", boost::regex::icase);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]