lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5339] Upgrade to wx-2.9.3


From: Greg Chicares
Subject: [lmi-commits] [5339] Upgrade to wx-2.9.3
Date: Tue, 20 Dec 2011 00:33:16 +0000

Revision: 5339
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5339
Author:   chicares
Date:     2011-12-20 00:33:15 +0000 (Tue, 20 Dec 2011)
Log Message:
-----------
Upgrade to wx-2.9.3

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

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

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-12-14 00:47:33 UTC (rev 5338)
+++ lmi/trunk/ChangeLog 2011-12-20 00:33:15 UTC (rev 5339)
@@ -28827,3 +28827,9 @@
 Reconcile MVC Model when a value is modified (VS). See:
   http://lists.nongnu.org/archive/html/lmi/2011-11/msg00003.html
 
+20111220T0033Z <address@hidden> [597]
+
+  install_wx.make
+  wx-2.9.3.patch [new file]
+Upgrade to wx-2.9.3 .
+

Modified: lmi/trunk/install_wx.make
===================================================================
--- lmi/trunk/install_wx.make   2011-12-14 00:47:33 UTC (rev 5338)
+++ lmi/trunk/install_wx.make   2011-12-20 00:33:15 UTC (rev 5339)
@@ -25,7 +25,7 @@
 
 # Configurable settings 
########################################################
 
-wx_version    := 2.9.2
+wx_version    := 2.9.3
 
 mingw_dir     := /MinGW_
 
@@ -43,6 +43,7 @@
 wx-2.8.10-md5 := 0461c2085ac1ad7e648aa84c4ba51dd1
 wx-2.9.0-md5  := 09058928eeb72853142c062bdec056ce
 wx-2.9.2-md5  := d6cec5bd331ba90b74c1e2fcb0563620
+wx-2.9.3-md5  := 6b6003713289ea4d3cd9b49c5db5b721
 
 wx_md5            := $(wx-$(wx_version)-md5)
 

Added: lmi/trunk/wx-2.9.3.patch
===================================================================
--- lmi/trunk/wx-2.9.3.patch                            (rev 0)
+++ lmi/trunk/wx-2.9.3.patch    2011-12-20 00:33:15 UTC (rev 5339)
@@ -0,0 +1,24 @@
+Index: wxWidgets-2.9.3/src/common/stopwatch.cpp
+===================================================================
+--- old/wxWidgets-2.9.3/src/common/stopwatch.cpp (revision 69921)
++++ new/wxWidgets-2.9.3/src/common/stopwatch.cpp (revision 70012)
+@@ -38,4 +38,5 @@
+     #endif
+     #include "wx/log.h"
++    #include "wx/thread.h"
+ #endif //WX_PRECOMP
+ 
+@@ -65,5 +66,5 @@
+     }
+ 
+-    wxCriticalSection cs;
++    wxCRIT_SECT_DECLARE_MEMBER(cs);
+     LARGE_INTEGER freq;
+     bool init;
+@@ -83,5 +84,5 @@
+     if ( !gs_perfCounter.init )
+     {
+-        wxCriticalSectionLocker lock(gs_perfCounter.cs);
++        wxCRIT_SECT_LOCKER(lock, gs_perfCounter.cs);
+         ::QueryPerformanceFrequency(&gs_perfCounter.freq);
+ 


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




reply via email to

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