summaryrefslogtreecommitdiff
path: root/store
AgeCommit message (Collapse)AuthorFilesLines
2004-06-17INTEGRATION: CWS ooo64bit01 (1.3.96); FILE MERGEDRüdiger Timm1-4/+5
2004/03/15 23:18:32 fa 1.3.96.1: First bits of 64-bitness. #i25651# & more
2004-03-09INTEGRATION: CWS ooo20040225 (1.3.74); FILE MERGEDJens-Heiner Rechtien1-4/+5
2004/02/17 06:37:12 pjanik 1.3.74.1: #i25582#: x86-64: store type clarification.
2004-02-02INTEGRATION: CWS geordi2q14 (1.11.10); FILE MERGEDJens-Heiner Rechtien1-7/+3
2004/01/30 12:57:09 hr 1.11.10.1: #111934#: merge CWS ooo111fix2
2003-10-06INTEGRATION: CWS net2003 (1.5.20); FILE MERGEDVladimir Glazounov1-4/+4
2003/08/13 07:59:55 obo 1.5.20.1: #11136# .net 2003
2003-08-18INTEGRATION: CWS geordi2q01 (1.10.8); FILE MERGEDHans-Joachim Lankenau1-2/+4
2003/08/18 13:31:30 hr 1.10.8.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18INTEGRATION: CWS geordi2q01 (1.2.24); FILE MERGEDHans-Joachim Lankenau1-6/+6
2003/08/18 13:31:29 hr 1.2.24.1: #i18350#: join changes from CWS ooo11rc3
2003-07-16INTEGRATION: CWS ooo11rc2 (1.9.4); FILE MERGEDJens-Heiner Rechtien1-2/+4
2003/07/14 14:02:14 fa 1.9.4.1: For Mac OS X, certain libraries linked for other platforms don't exist and are not needed anyway. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16608 Dan fa@ooo
2003-06-12INTEGRATION: CWS mh11rc (1.8.10); FILE MERGEDVladimir Glazounov1-2/+6
2003/06/06 09:53:50 mh 1.8.10.1: join: from beta2
2003-04-15INTEGRATION: CWS dbgmacros1 (1.4.24); FILE MERGEDVladimir Glazounov1-5/+5
2003/04/10 08:39:22 kso 1.4.24.1: #108413# - debug macro unification.
2003-04-15INTEGRATION: CWS dbgmacros1 (1.3.6.1.10); FILE MERGEDVladimir Glazounov1-6/+6
2003/04/10 08:39:22 kso 1.3.6.1.10.1: #108413# - debug macro unification.
2003-04-15INTEGRATION: CWS dbgmacros1 (1.9.4.1.10); FILE MERGEDVladimir Glazounov1-6/+6
2003/04/10 08:39:21 kso 1.9.4.1.10.1: #108413# - debug macro unification.
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien12-501/+1491
2002-09-03#100000# memcpy + strlen unkown if with debug=tOliver Bolte1-3/+4
2002-08-22#i3980# Fixed unresolved symbols from 'libsupc++' (GCC).Matthias Huetsch1-2/+5
2002-08-17#i3980# Added 'NO_DEFAULT_STL=TRUE' to avoid mix with standard allocators.Matthias Huetsch1-4/+7
Minor code cleanup.
2002-08-17#i3980# Added class specific allocators to 'OStorePageCache' andMatthias Huetsch2-24/+49
'OStorePageCacheEntry' to avoid mix with standard allocators. Minor code cleanup.
2002-08-17#i3980# Added class specific allocators to 'OStoreSuperBlockPage' andMatthias Huetsch1-35/+174
'OStorePageACL' to avoid mix with standard allocators. Minor code cleanup.
2002-08-17#i3980# Added class specific 'OStorePageObject' allocator to avoid mix withMatthias Huetsch1-8/+62
standard allocators. Minor code cleanup.
2002-08-17#i3980# Added class specific 'OMemoryLockBytes_Impl' allocator to avoid mix withMatthias Huetsch1-9/+52
standard allocators. Minor code cleanup.
2002-08-17#i3980# Added class specific 'OFileLockBytes_Impl' allocator to avoid mix withMatthias Huetsch1-13/+41
standard allocators. Minor code cleanup.
2002-08-17#i3980# Removed 'virtual ILockBytes::~ILockBytes() {}' from otherwise abstractMatthias Huetsch1-8/+3
(pure virtual) interface to avoid compiler generated 'operator delete()'.
2002-04-23join from OOO_STABLE_1, MacOSX fixesMartin Hollmichel1-5/+0
2001-11-29#91410# Perform more comprehensive basic file I/O test.Matthias Huetsch1-53/+109
2001-11-26#95272# Removed unused variable in OStoreBTreeNodeData::remove().Matthias Huetsch1-4/+3
#i1750# Warning provided by 'Wall' compilation.
2001-11-26#95272# Reordered OStoreLockBytes member initializers to match declaration.Matthias Huetsch2-8/+8
#i1750# Warning provided by 'Wall' compilation.
2001-11-26#95272# #i1750# Compile internal debug functions conditionally, only.Matthias Huetsch1-8/+15
2001-11-26#95272# Fixed 'statement w/ no effect' in OStoreSuperBlock::verify().Matthias Huetsch1-4/+4
#i1750# Warning (uncovering a bug) provided by 'Wall' compilation.
2001-11-26#95272# Fixed 'signed/unsigned mismatch' in OStorePageNameBlock::namei().Matthias Huetsch1-4/+4
#i1750# Warning provided by 'Wall' compilation.
2001-11-26#88337# Fixed 'forward' typedefs of enums (never trust one compiler ↵Matthias Huetsch1-13/+13
alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).#88337# Fixed 'forward' typedefs of enums (never trust one compiler alone).
2001-11-03#88337# Reviewed and updated documentation.Matthias Huetsch3-135/+328
2001-08-09#90643# Fixed 'OFileLockBytes_Impl::create()' to turn off memory mappedMatthias Huetsch1-38/+30
write access for remote volumes.
2001-08-09#90643# Exchanged 'OStorePageGuard::crc32()' while-loop against faster for-loop.Matthias Huetsch1-5/+5
2001-07-18#65293# Fixed 'STOREDBGLIB' (thanks to John Vandenberg).Matthias Huetsch1-10/+10
2001-07-18#65293# Adapted to <rtl/char.h> removal (thanks to John Vandenberg).Matthias Huetsch1-10/+35
Added better 'usage' info.
2001-06-06#87605# change linklib target, use wildcardsJuergen Schmidt1-1/+1
2001-06-05#87605# create symbolic links for delivered libraryJuergen Schmidt1-0/+2
2001-05-31#87713# change UDK version numberJuergen Schmidt1-1/+1
2001-05-28#87190# removing leading * in documentationJuergen Schmidt5-210/+210
2001-05-10#TFU630#Hennes Rohling1-3/+28
2001-05-04remove version.mkJuergen Schmidt1-1/+0
2001-05-04insert versioningJuergen Schmidt1-10/+7
2001-05-04newJuergen Schmidt2-0/+235
2001-04-17#85854# Adapted OFileLockBytes_Impl::create() to support UNC and URLMatthias Huetsch1-19/+12
path conventions, too.
2001-03-19Disabled last change (using osl::File path routines).Matthias Huetsch1-3/+15
2001-03-15Added store.xmlMatthias Huetsch1-1/+3
2001-03-15Module description for module 'store'.Matthias Huetsch1-0/+7
2001-03-15Adapted to OFileLockBytes_impl::create() changes.Matthias Huetsch1-8/+33
2001-03-15Adapted OFileLockBytes_Impl::create() to support osl::File UNC and URLMatthias Huetsch1-8/+39
path conventions, too.
2001-03-15syntax correctedKurt Zenker1-2/+2
2001-03-13Major revision. Removed usage of module 'vos'.Matthias Huetsch5-81/+251