lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5879] Upgrade to wx-3.0.0


From: Greg Chicares
Subject: [lmi-commits] [5879] Upgrade to wx-3.0.0
Date: Wed, 12 Mar 2014 23:37:13 +0000

Revision: 5879
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5879
Author:   chicares
Date:     2014-03-12 23:37:13 +0000 (Wed, 12 Mar 2014)
Log Message:
-----------
Upgrade to wx-3.0.0

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/install_wx.make

Added Paths:
-----------
    lmi/trunk/wx-3.0.0.patch

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2014-03-12 23:18:14 UTC (rev 5878)
+++ lmi/trunk/ChangeLog 2014-03-12 23:37:13 UTC (rev 5879)
@@ -33700,6 +33700,23 @@
 20140307T1805Z <address@hidden> [542]
 
   main_wx_test.cpp
-Regularize access control (VZ). See:
+Regularize access control (VZ).
+
+20140312T2313Z <address@hidden> [542]
+
+  license.cpp
+Improve documentation.
+
+20140312T2318Z <address@hidden> [542]
+
+  test_coding_rules.cpp
+  wx_checks.cpp
+Don't change html charset. See:
   http://lists.nongnu.org/archive/html/lmi/2014-03/msg00001.html
 
+20140312T2337Z <address@hidden> [542]
+
+  install_wx.make
+  wx-3.0.0.patch [new file]
+Upgrade to wx-3.0.0 .
+

Modified: lmi/trunk/install_wx.make
===================================================================
--- lmi/trunk/install_wx.make   2014-03-12 23:18:14 UTC (rev 5878)
+++ lmi/trunk/install_wx.make   2014-03-12 23:37:13 UTC (rev 5879)
@@ -25,7 +25,7 @@
 
 # Configurable settings 
########################################################
 
-wx_version    := 2.9.5
+wx_version    := 3.0.0
 
 mingw_dir     := /MinGW_
 
@@ -45,6 +45,7 @@
 wx-2.9.2-md5  := d6cec5bd331ba90b74c1e2fcb0563620
 wx-2.9.3-md5  := 6b6003713289ea4d3cd9b49c5db5b721
 wx-2.9.5-md5  := e98c5f92805493f150656403ffef3bb0
+wx-3.0.0-md5  := 241998efc12205172ed24c18788ea2cd
 
 wx_md5            := $(wx-$(wx_version)-md5)
 

Added: lmi/trunk/wx-3.0.0.patch
===================================================================
--- lmi/trunk/wx-3.0.0.patch                            (rev 0)
+++ lmi/trunk/wx-3.0.0.patch    2014-03-12 23:37:13 UTC (rev 5879)
@@ -0,0 +1,18 @@
+diff --recursive '--unified=3' original/wxWidgets-3.0.0/include/wx/cpp.h 
modified/wxWidgets-3.0.0/include/wx/cpp.h
+--- original/wxWidgets-3.0.0/include/wx/cpp.h  2013-11-11 13:10:40.000000000 
+0000
++++ modified/wxWidgets-3.0.0/include/wx/cpp.h  2014-03-11 20:08:58.000000000 
+0000
+@@ -143,6 +143,14 @@
+ 
+ 
+ #ifdef HAVE_VARIADIC_MACROS
++/* There is no other way to suppress the
++ *   "anonymous variadic macros were introduced in C99"
++ * diagnostic with gcc-3.x . See:
++ *   http://lists.nongnu.org/archive/html/lmi/2013-07/msg00002.html
++ */
++#  if defined(__GNUC__) && __GNUC__ == 3
++#    pragma GCC system_header
++#  endif /* gcc-3.x */
+ /*
+    wxCALL_FOR_EACH(what, ...) calls the macro from its first argument, 
what(pos, x),
+    for every remaining argument 'x', with 'pos' being its 1-based index in


Property changes on: lmi/trunk/wx-3.0.0.patch
___________________________________________________________________
Added: svn:keywords
   + Id




reply via email to

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