Dropped old SOPE patches

Monotone-Parent: a87b5d8eea8be842c1ab7dc48667af2debe9bb21
Monotone-Revision: 398d5b0c3ce7ef971f2aa9111d0c4c5da3cba021

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-08-24T19:41:23
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2010-08-24 19:41:23 +00:00
parent 6e2ebc045c
commit ccd69d3f88
5 changed files with 0 additions and 24088 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,29 +0,0 @@
Index: sope-appserver/NGObjWeb/WOCoreApplication.m
===================================================================
--- sope-appserver/NGObjWeb/WOCoreApplication.m (révision 1632)
+++ sope-appserver/NGObjWeb/WOCoreApplication.m (copie de travail)
@@ -157,6 +157,10 @@
NSUserDefaults *ud;
NGLoggerManager *lm;
+ GSDebugAllocationActive (YES);
+ GSDebugAllocationList (NO);
+
+// GSDebugAllocationActiveRecordingObjects
[self registerUserDefaults];
ud = [NSUserDefaults standardUserDefaults];
lm = [NGLoggerManager defaultLoggerManager];
@@ -535,10 +539,12 @@
if ([self isTerminating])
break;
-
+
[self activateApplication];
[loop runMode:NSDefaultRunLoopMode beforeDate:limitDate];
[self deactivateApplication];
+
+ NSLog (@"allocated classes:\n%s", GSDebugAllocationList (YES));
}
[pool release];

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
--- sope-appserver/GNUmakefile.withngobjweb 2008-02-27 12:25:22.000000000 -0500
+++ sope-appserver/GNUmakefile 2008-02-27 12:25:29.000000000 -0500
@@ -13,8 +13,7 @@
WOXML \
SoOFS \
NGXmlRpc \
- WEPrototype \
- mod_ngobjweb
+ WEPrototype
ifeq ($(frameworks),yes)

File diff suppressed because it is too large Load Diff