rhodes 2.3.2 → 2.4.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +18 -0
- data/CREDITS +38 -0
- data/README.md +2 -2
- data/Rakefile +60 -2
- data/bin/set-rhodes-sdk.bat +1 -0
- data/doc/application.txt +11 -0
- data/doc/build.txt +156 -39
- data/doc/configuration.txt +1 -10
- data/doc/connect-to-web-services.txt +6 -6
- data/doc/device-caps.txt +48 -5
- data/doc/extensions.txt +8 -1
- data/doc/rhom.txt +16 -0
- data/doc/synchronization.txt +56 -14
- data/doc/ui.txt +23 -2
- data/installer/instant-rhodes.nsi +6 -6
- data/lib/extensions/barcode/ext/barcode/platform/iphone/Barcode.xcodeproj/project.pbxproj +4 -2
- data/lib/extensions/barcode/ext/barcode/platform/wm/Rakefile +1 -1
- data/lib/extensions/digest-md5/ext/Rakefile +3 -3
- data/lib/extensions/digest-md5/ext/build +0 -1
- data/lib/extensions/digest-sha1/ext/Rakefile +1 -1
- data/lib/extensions/digest-sha1/ext/build +0 -1
- data/lib/extensions/digest/ext/Rakefile +3 -3
- data/lib/extensions/digest/ext/build +0 -1
- data/lib/extensions/fcntl/ext/Rakefile +1 -1
- data/lib/extensions/mspec/mspec/guards/guard.rb +4 -0
- data/lib/extensions/mspec/mspec/helpers/environment.rb +4 -0
- data/lib/extensions/nfc/ext.yml +2 -0
- data/lib/extensions/nfc/ext/build +12 -0
- data/lib/extensions/nfc/ext/build.bat +8 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/AndroidManifest.xml +25 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/Rakefile +94 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/ext_build.files +4 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +404 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/Nfc.java +138 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessage.java +34 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessagePack.java +33 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcRecord.java +149 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc.i +22 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc_wrap.c +2034 -0
- data/lib/extensions/nfc/nfc.rb +120 -0
- data/lib/extensions/rholang/{lang_ca.rb → rholang/lang_ca.rb} +0 -0
- data/lib/extensions/rholang/{lang_cf.rb → rholang/lang_cf.rb} +0 -0
- data/lib/extensions/rholang/{lang_chef.rb → rholang/lang_chef.rb} +0 -0
- data/lib/extensions/rholang/{lang_cs.rb → rholang/lang_cs.rb} +0 -0
- data/lib/extensions/rholang/{lang_da.rb → rholang/lang_da.rb} +0 -0
- data/lib/extensions/rholang/{lang_de.rb → rholang/lang_de.rb} +0 -0
- data/lib/extensions/rholang/{lang_es.rb → rholang/lang_es.rb} +0 -0
- data/lib/extensions/rholang/{lang_es_ar.rb → rholang/lang_es_ar.rb} +0 -0
- data/lib/extensions/rholang/{lang_fi.rb → rholang/lang_fi.rb} +0 -0
- data/lib/extensions/rholang/{lang_fr.rb → rholang/lang_fr.rb} +0 -0
- data/lib/extensions/rholang/{lang_it.rb → rholang/lang_it.rb} +0 -0
- data/lib/extensions/rholang/{lang_ko.rb → rholang/lang_ko.rb} +0 -0
- data/lib/extensions/rholang/{lang_nl.rb → rholang/lang_nl.rb} +0 -0
- data/lib/extensions/rholang/{lang_no.rb → rholang/lang_no.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt.rb → rholang/lang_pt.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt_br.rb → rholang/lang_pt_br.rb} +0 -0
- data/lib/extensions/rholang/{lang_ru.rb → rholang/lang_ru.rb} +0 -0
- data/lib/extensions/rholang/{lang_se.rb → rholang/lang_se.rb} +0 -0
- data/lib/extensions/rholang/{lang_sr.rb → rholang/lang_sr.rb} +0 -0
- data/lib/extensions/rholang/{rhoerror_ru.rb → rholang/rhoerror_ru.rb} +0 -0
- data/lib/extensions/rholang/{rhomsg_ru.rb → rholang/rhomsg_ru.rb} +0 -0
- data/lib/framework/date/format.rb +2 -0
- data/lib/framework/dateOrig.rb +17 -8
- data/lib/framework/rational18.rb +532 -0
- data/lib/framework/res/back_btn.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin_small.wp7.png +0 -0
- data/lib/framework/res/callout.wp7.png +0 -0
- data/lib/framework/res/callout_link.wp7.png +0 -0
- data/lib/framework/res/esri.wp7.png +0 -0
- data/lib/framework/res/forward_btn.wp7.png +0 -0
- data/lib/framework/res/home_btn.wp7.png +0 -0
- data/lib/framework/res/options_btn.wp7.png +0 -0
- data/lib/framework/res/refresh_btn.wp7.png +0 -0
- data/lib/framework/rho/render.rb +8 -1
- data/lib/framework/rho/rho.rb +30 -7
- data/lib/framework/rho/rhoapplication.rb +9 -4
- data/lib/framework/rho/rhofsconnector.rb +5 -1
- data/lib/framework/rho/rhotabbar.rb +8 -0
- data/lib/framework/rho/rhotoolbar.rb +1 -1
- data/lib/framework/rho/rhoviewhelpers.rb +18 -1
- data/lib/framework/rhodes.rb +1 -1
- data/lib/framework/rhoframework.rb +46 -1
- data/lib/framework/rholang/localization_simplified.rb +17 -16
- data/lib/framework/rhom/rhom_db_adapter.rb +2 -2
- data/lib/framework/rhom/rhom_object_factory.rb +115 -12
- data/lib/framework/rhosystem.rb +135 -0
- data/lib/framework/version.rb +1 -1
- data/lib/rhodes.rb +1 -1
- data/lib/test/apps/rhoconfig.txt +23 -23
- data/platform/android/Rhodes/AndroidManifest.full.xml +101 -0
- data/platform/android/Rhodes/AndroidManifest.xml +10 -15
- data/platform/android/Rhodes/default.properties +11 -0
- data/platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java +59 -53
- data/platform/android/Rhodes/jni/include/rhodes.h +1 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_RhodesApplication.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h +10 -2
- data/platform/android/Rhodes/jni/src/alert.cpp +2 -1
- data/platform/android/Rhodes/jni/src/datetimepicker.cpp +2 -0
- data/platform/android/Rhodes/jni/src/fileapi.cpp +671 -84
- data/platform/android/Rhodes/jni/src/nativebar.cpp +18 -0
- data/platform/android/Rhodes/jni/src/rhodes.cpp +92 -1
- data/platform/android/Rhodes/res/values/styles.xml +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +35 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java +12 -13
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +130 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/NativeBar.java +6 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushReceiver.java +5 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushService.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java +7 -36
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java +43 -20
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java +2 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +63 -28
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Utils.java +2 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java +19 -282
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java +354 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java +4 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +1 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +71 -5
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java +107 -37
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +10 -7
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/TabbedMainView.java +156 -56
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +0 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/ContactAccessorNew.java +40 -32
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java +1 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/ExternalHttpHandler.java +14 -6
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java +46 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/MailUriHandler.java +4 -24
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/UriHandler.java +3 -1
- data/platform/android/build/RhodesSRC_build.files +28 -25
- data/platform/android/build/android.rake +230 -54
- data/platform/android/build/androidcommon.rb +1 -1
- data/platform/android/build/librhocommon_build.files +1 -0
- data/platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBResult.java +1 -5
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBStorage.java +6 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBase.java +1 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBinary.java +1 -1
- data/platform/bb/RubyVM/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/RubyVM/src/com/rho/IRhoRubyHelper.java +2 -0
- data/platform/bb/RubyVM/src/com/rho/RhoLogOutputSink.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/RhoLogger.java +12 -10
- data/platform/bb/RubyVM/src/com/rho/RhoThread.java +16 -0
- data/platform/bb/RubyVM/src/com/rho/RhoTimer.java +89 -0
- data/platform/bb/RubyVM/src/com/rho/RhodesApp.java +20 -13
- data/platform/bb/RubyVM/src/com/rho/SplashScreen.java +1 -2
- data/platform/bb/RubyVM/src/com/rho/ThreadQueue.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/TimeInterval.java +5 -0
- data/platform/bb/RubyVM/src/com/rho/db/DBAdapter.java +54 -48
- data/platform/bb/RubyVM/src/com/rho/db/IDBResult.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/db/IDBStorage.java +1 -0
- data/platform/bb/RubyVM/src/com/rho/net/AsyncHttp.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/ClientRegister.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/JSONStructIterator.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/SyncEngine.java +16 -8
- data/platform/bb/RubyVM/src/com/rho/sync/SyncNotify.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/sync/SyncSource.java +52 -29
- data/platform/bb/RubyVM/src/com/rho/sync/SyncThread.java +1 -3
- data/platform/bb/build/RubyVM_build.files +1 -0
- data/platform/bb/build/bb.rake +29 -9
- data/platform/bb/rhodes/BlackBerry_App_Descriptor.xml +23 -0
- data/platform/bb/rhodes/platform/5.0/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/RhoRubyHelper.java +22 -0
- data/platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/src/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/src/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/src/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/rubyext/System.java +46 -1
- data/platform/bb/rhodes/src/rhomobile/RhodesApplication.java +8 -1
- data/platform/bb/rhodes/src/rhomobile/camera/CameraFilesListener.java +13 -3
- data/platform/iphone/Classes/AppManager/AppManager.h +5 -1
- data/platform/iphone/Classes/AppManager/AppManager.m +170 -7
- data/platform/iphone/Classes/DateTimePicker.m +14 -1
- data/platform/iphone/Classes/DateTimePickerDelegate.h +2 -0
- data/platform/iphone/Classes/DateTimePickerDelegate.m +36 -2
- data/platform/iphone/Classes/NativeBar.h +1 -0
- data/platform/iphone/Classes/NativeBar.m +15 -3
- data/platform/iphone/Classes/Phonebook/phonebook.m +8 -9
- data/platform/iphone/Classes/Rhodes.m +50 -6
- data/platform/iphone/Classes/SimpleMainView.m +7 -6
- data/platform/iphone/Classes/SplitView/RightViewController.h +3 -1
- data/platform/iphone/Classes/SplitView/RightViewController.m +14 -1
- data/platform/iphone/Classes/TabbedMainView.h +4 -0
- data/platform/iphone/Classes/TabbedMainView.m +43 -26
- data/platform/iphone/Info.plist +1 -1
- data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +4 -0
- data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rbuild/iphone.rake +168 -119
- data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +4 -2
- data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rhorunner.xcodeproj/project.pbxproj +2 -2
- data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +3 -3
- data/platform/shared/SyncClient/SyncClient.cpp +20 -8
- data/platform/shared/SyncClient/SyncClient.h +2 -1
- data/platform/shared/common/RhoDefs.h +4 -0
- data/platform/shared/common/RhoPort.h +22 -0
- data/platform/shared/common/RhoStd.h +5 -0
- data/platform/shared/common/RhoTime.cpp +73 -0
- data/platform/shared/common/RhoTime.h +26 -53
- data/platform/shared/common/RhodesApp.cpp +29 -28
- data/platform/shared/common/RhodesApp.h +4 -1
- data/platform/shared/common/StringConverter.h +37 -10
- data/platform/shared/common/app_build_capabilities.h +2 -0
- data/platform/shared/common/rhoparams.cpp +25 -12
- data/platform/shared/common/rhoparams.h +10 -8
- data/platform/shared/db/DBAdapter.cpp +0 -22
- data/platform/shared/json/RJSONTokener.c +15 -23
- data/platform/shared/net/AsyncHttp.cpp +9 -8
- data/platform/shared/net/HttpServer.cpp +61 -19
- data/platform/shared/net/HttpServer.h +2 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker.i +3 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker_wrap.c +151 -402
- data/platform/shared/ruby/ext/nativebar/nativebar.i +3 -0
- data/platform/shared/ruby/ext/nativebar/nativebar_wrap.c +154 -403
- data/platform/shared/ruby/ext/rho/rhoruby.c +4 -0
- data/platform/shared/ruby/ext/rho/rhoruby.h +2 -0
- data/platform/shared/ruby/ext/system/system.i +8 -0
- data/platform/shared/ruby/ext/system/system_wrap.c +80 -5
- data/platform/shared/ruby/file.c +6 -4
- data/platform/shared/ruby/gc.c +1 -1
- data/platform/shared/ruby/linux/ruby/config.h +7 -2
- data/platform/shared/ruby/missing/acosh.c +3 -3
- data/platform/shared/ruby/wince/_time.h +1 -1
- data/platform/shared/ruby/wince/stdlib.c +1 -1
- data/platform/shared/ruby/wince/string_wce.c +2 -2
- data/platform/shared/ruby/wince/sys/timeb.c +1 -0
- data/platform/shared/ruby/wince/time_wce.c +8 -0
- data/platform/shared/ruby/wince/wince.c +7 -7
- data/platform/shared/ruby/wince/wince.h +22 -0
- data/platform/shared/rubyext/System.cpp +19 -1
- data/platform/shared/sqlite/sqlite3.c +18993 -8129
- data/platform/shared/sqlite/sqlite3.h +953 -358
- data/platform/shared/sqlite/sqlite3ext.h +42 -0
- data/platform/shared/sync/SyncEngine.cpp +10 -0
- data/platform/shared/sync/SyncSource.cpp +41 -19
- data/platform/shared/sync/SyncSource.h +1 -1
- data/platform/shared/tcmalloc/rhomem.h +7 -2
- data/platform/shared/tcmalloc/windows/port.h +2 -0
- data/platform/shared/unzip/unzip.cpp +1 -0
- data/platform/shared/xruby/src/com/xruby/compiler/parser/RubyParser.java +11 -1
- data/platform/wm/RhoLib/RhoLib.vcproj +182 -24
- data/platform/wm/build/wm.rake +16 -3
- data/platform/wm/rhodes.sln +106 -113
- data/platform/wm/rhodes/Alert.cpp +6 -7
- data/platform/wm/rhodes/AppManager.cpp +8 -17
- data/platform/wm/rhodes/DateTimePicker.cpp +3 -0
- data/platform/wm/rhodes/DateTimePicker.h +2 -0
- data/platform/wm/rhodes/MainWindow.cpp +36 -16
- data/platform/wm/rhodes/MainWindow.h +6 -3
- data/platform/wm/rhodes/OutlookApp.cpp +3 -3
- data/platform/wm/rhodes/Rhodes.cpp +46 -27
- data/platform/wm/rhodes/Rhodes.rc +16 -3
- data/platform/wm/rhodes/RingtoneManager.cpp +7 -7
- data/platform/wm/rhodes/RingtoneManager.h +1 -1
- data/platform/wm/rhodes/Utils.cpp +2 -1
- data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +1 -13
- data/platform/wm/rhodes/bluetooth/Bluetooth.h +1 -2
- data/platform/wm/rhodes/camera/Camera.cpp +6 -12
- data/platform/wm/rhodes/phonebook/phonebook.cpp +11 -11
- data/platform/wm/rhodes/phonebook/phonebook.h +1 -1
- data/platform/wm/rhodes/resource.h +3 -1
- data/platform/wm/rhodes/rho/net/NetRequestImpl.cpp +7 -5
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.cpp +6 -6
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.h +1 -1
- data/platform/wm/rhodes/rho/rubyext/NativeToolbar.cpp +6 -1
- data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +84 -19
- data/platform/wm/rhodes/rho/rubyext/calendar.cpp +2 -2
- data/platform/wm/rhodes/rhodes.vcproj +316 -73
- data/platform/wm/rhodes/signature/Signature.cpp +336 -6
- data/platform/wm/rhodes/signature/Signature.h +55 -0
- data/platform/wm/rhodes/stdafx.h +7 -4
- data/platform/wm/rubylib/rubylib.vcproj +261 -91
- data/platform/wm/sqlite3/sqlite3.vcproj +223 -69
- data/platform/wm/syncengine/syncengine.vcproj +220 -66
- data/platform/wm/tcmalloc/tcmalloc.vcproj +197 -43
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Builtins/ConsoleStream.cs +107 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/Loader.cs +1037 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/RubyUtils.cs +1476 -0
- data/platform/wp7/RhoAppRunner/Program.cs +55 -0
- data/platform/wp7/RhoAppRunner/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoAppRunner/RhoAppRunner.csproj +69 -0
- data/platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd +7 -0
- data/platform/wp7/RhoRubyExtGen/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyExtGen/RhoAsyncHttp.cs +38 -0
- data/platform/wp7/RhoRubyExtGen/RhoDatabase.cs +93 -0
- data/platform/wp7/RhoRubyExtGen/RhoJSON.cs +37 -0
- data/platform/wp7/RhoRubyExtGen/RhoNativeBar.cs +106 -0
- data/platform/wp7/RhoRubyExtGen/RhoRubyExtGen.csproj +75 -0
- data/platform/wp7/RhoRubyExtGen/RhoSyncEngine.cs +123 -0
- data/platform/wp7/RhoRubyExtGen/RhoWebView.cs +42 -0
- data/platform/wp7/RhoRubyLib/Initializers.Generated.cs +309 -0
- data/platform/wp7/RhoRubyLib/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyLib/RhoAppAdapter.cs +96 -0
- data/platform/wp7/RhoRubyLib/RhoRuby.cs +296 -0
- data/platform/wp7/RhoRubyLib/RhoRubyLib.csproj +155 -0
- data/platform/wp7/RhoRubyLib/WP_PlatformAdaptationLayer.cs +107 -0
- data/platform/wp7/RhoRubyLib/common/IInputStream.cs +21 -0
- data/platform/wp7/RhoRubyLib/common/Mutex.cs +30 -0
- data/platform/wp7/RhoRubyLib/common/RhoConf.cs +389 -0
- data/platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs +27 -0
- data/platform/wp7/RhoRubyLib/common/RhoFile.cs +332 -0
- data/platform/wp7/RhoRubyLib/common/RhoFilePath.cs +89 -0
- data/platform/wp7/RhoRubyLib/common/RhoParamArray.cs +33 -0
- data/platform/wp7/RhoRubyLib/common/RhoParams.cs +66 -0
- data/platform/wp7/RhoRubyLib/common/RhoProfiler.cs +145 -0
- data/platform/wp7/RhoRubyLib/common/RhoResourceMap.cs +68 -0
- data/platform/wp7/RhoRubyLib/common/RhoStd.cs +205 -0
- data/platform/wp7/RhoRubyLib/common/RhoThread.cs +114 -0
- data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +504 -0
- data/platform/wp7/RhoRubyLib/common/ThreadQueue.cs +199 -0
- data/platform/wp7/RhoRubyLib/common/TimeInterval.cs +56 -0
- data/platform/wp7/RhoRubyLib/common/Tokenizer.cs +52 -0
- data/platform/wp7/RhoRubyLib/db/DBAdapter.cs +1129 -0
- data/platform/wp7/RhoRubyLib/db/DBAttrManager.cs +92 -0
- data/platform/wp7/RhoRubyLib/db/DBException.cs +35 -0
- data/platform/wp7/RhoRubyLib/db/IDBCallback.cs +10 -0
- data/platform/wp7/RhoRubyLib/db/IDBResult.cs +33 -0
- data/platform/wp7/RhoRubyLib/db/IDBStorage.cs +32 -0
- data/platform/wp7/RhoRubyLib/db/SqliteCopyResult.cs +79 -0
- data/platform/wp7/RhoRubyLib/db/SqliteResult.cs +267 -0
- data/platform/wp7/RhoRubyLib/db/SqliteStorage.cs +319 -0
- data/platform/wp7/RhoRubyLib/json/JSONArrayIterator.cs +63 -0
- data/platform/wp7/RhoRubyLib/json/JSONEntry.cs +96 -0
- data/platform/wp7/RhoRubyLib/json/JSONStructIterator.cs +77 -0
- data/platform/wp7/RhoRubyLib/json/JsonParser.cs +483 -0
- data/platform/wp7/RhoRubyLib/json/RJSONTokener.cs +406 -0
- data/platform/wp7/RhoRubyLib/logging/IRhoLogSink.cs +12 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogConf.cs +161 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogFileSink.cs +174 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogger.cs +320 -0
- data/platform/wp7/RhoRubyLib/net/AsyncHttp.cs +362 -0
- data/platform/wp7/RhoRubyLib/net/HttpServer.cs +466 -0
- data/platform/wp7/RhoRubyLib/net/NetRequest.cs +717 -0
- data/platform/wp7/RhoRubyLib/net/NetResponse.cs +64 -0
- data/platform/wp7/RhoRubyLib/net/URI.cs +187 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoAsyncHttp.cs +43 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoDatabase.cs +177 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoJSON.cs +39 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoKernelOps.cs +19 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoNativeBar.cs +117 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoSyncEngine.cs +199 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoWebView.cs +49 -0
- data/platform/wp7/RhoRubyLib/sync/ClientRegister.cs +142 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncProtocol.cs +23 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncStatusListener.cs +10 -0
- data/platform/wp7/RhoRubyLib/sync/SyncEngine.cs +1051 -0
- data/platform/wp7/RhoRubyLib/sync/SyncNotify.cs +651 -0
- data/platform/wp7/RhoRubyLib/sync/SyncProtocol_3.cs +79 -0
- data/platform/wp7/RhoRubyLib/sync/SyncSource.cs +1105 -0
- data/platform/wp7/RhoRubyLib/sync/SyncThread.cs +301 -0
- data/platform/wp7/WPApplication.sln +50 -0
- data/platform/wp7/WPApplication/App.xaml +19 -0
- data/platform/wp7/WPApplication/App.xaml.cs +211 -0
- data/platform/wp7/WPApplication/ApplicationIcon.png +0 -0
- data/platform/wp7/WPApplication/Background.png +0 -0
- data/platform/wp7/WPApplication/MainPage.xaml +44 -0
- data/platform/wp7/WPApplication/MainPage.xaml.cs +132 -0
- data/platform/wp7/WPApplication/Properties/AppManifest.xml +6 -0
- data/platform/wp7/WPApplication/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/WPApplication/Properties/WMAppManifest.xml +32 -0
- data/platform/wp7/WPApplication/SplashScreenImage.jpg +0 -0
- data/platform/wp7/WPApplication/WPApplication.csproj +201 -0
- data/platform/wp7/WPApplication/WP_PlatformAdaptationLayer.cs +88 -0
- data/platform/wp7/WPApplication/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/readme.htm +40 -0
- data/platform/wp7/WPApplication/readme2.htm +37 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.bb.erb +21 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1.rb +10 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1_controller.rb +58 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.erb +31 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.erb +28 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/controller.rb +75 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.bb.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.erb +20 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.bb.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.erb +30 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.bb.erb +35 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.erb +27 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.bb.erb +15 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.bb.erb +3 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.erb +5 -0
- data/platform/wp7/WPApplication/rho/apps/app/application.rb +16 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/application_helper.rb +126 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/browser_helper.rb +18 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/layout.erb +45 -0
- data/platform/wp7/WPApplication/rho/apps/app/loading.html +11 -0
- data/platform/wp7/WPApplication/rho/apps/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/android.css +330 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/blackberry.css +115 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/iphone.css +410 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/windows_mobile.css +222 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/IUI_LICENSE.txt +21 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/ic_menu_more.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure_detail.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/chevron.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/on_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/radiobutton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/select.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/switch.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iui-logo-touch-icon.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrow.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowDown.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/right_button.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton_new.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch-iphone.css +9 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.css +374 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.js +742 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.transitions.js +60 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jquery.1.3.2.min.js +19 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/application.js +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rho.js +4 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation-wm.js +59 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation.js +11 -0
- data/platform/wp7/WPApplication/rho/apps/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/windows_mobile.css +222 -0
- data/platform/wp7/build/wp.rake +261 -0
- data/platform/wp7/rhodes.sln +79 -0
- data/platform/wp7/rhodes/App.xaml +19 -0
- data/platform/wp7/rhodes/App.xaml.cs +144 -0
- data/platform/wp7/rhodes/Background.png +0 -0
- data/platform/wp7/rhodes/MainPage.xaml +44 -0
- data/platform/wp7/rhodes/MainPage.xaml.cs +98 -0
- data/platform/wp7/rhodes/Properties/AppManifest.xml +6 -0
- data/platform/wp7/rhodes/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/rhodes/Properties/WMAppManifest.xml +31 -0
- data/platform/wp7/rhodes/Rhodes.csproj +127 -0
- data/platform/wp7/rhodes/SplashScreenImage.jpg +0 -0
- data/platform/wp7/rhodes/icon.png +0 -0
- data/platform/wp7/sqlite3/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/sqlite3/SQLiteClient.cs +550 -0
- data/platform/wp7/sqlite3/SqliteWrapper/BtreeInt_h.cs +774 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Btree_h.cs +280 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ClassDiagram1.cd +1306 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Delagates.cs +365 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Hash_h.cs +133 -0
- data/platform/wp7/sqlite3/SqliteWrapper/VdbeInt_h.cs +620 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Vdbe_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/_Custom.cs +449 -0
- data/platform/wp7/sqlite3/SqliteWrapper/alter_c.cs +872 -0
- data/platform/wp7/sqlite3/SqliteWrapper/analyze_c.cs +757 -0
- data/platform/wp7/sqlite3/SqliteWrapper/attach_c.cs +628 -0
- data/platform/wp7/sqlite3/SqliteWrapper/auth_c.cs +268 -0
- data/platform/wp7/sqlite3/SqliteWrapper/backup_c.cs +737 -0
- data/platform/wp7/sqlite3/SqliteWrapper/bitvec_c.cs +509 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btmutex_c.cs +379 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btree_c.cs +9138 -0
- data/platform/wp7/sqlite3/SqliteWrapper/build_c.cs +4189 -0
- data/platform/wp7/sqlite3/SqliteWrapper/callback_c.cs +548 -0
- data/platform/wp7/sqlite3/SqliteWrapper/complete_c.cs +342 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ctime_cs.cs +408 -0
- data/platform/wp7/sqlite3/SqliteWrapper/date_c.cs +1317 -0
- data/platform/wp7/sqlite3/SqliteWrapper/delete_c.cs +726 -0
- data/platform/wp7/sqlite3/SqliteWrapper/expr_c.cs +4406 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fault_c.cs +115 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fkey_c.cs +1330 -0
- data/platform/wp7/sqlite3/SqliteWrapper/func_c.cs +2025 -0
- data/platform/wp7/sqlite3/SqliteWrapper/global_c.cs +228 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hash_c.cs +351 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hwtime_c.cs +101 -0
- data/platform/wp7/sqlite3/SqliteWrapper/insert_c.cs +2122 -0
- data/platform/wp7/sqlite3/SqliteWrapper/journal_c.cs +247 -0
- data/platform/wp7/sqlite3/SqliteWrapper/keywordhash_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/legacy_c.cs +223 -0
- data/platform/wp7/sqlite3/SqliteWrapper/loadext_c.cs +683 -0
- data/platform/wp7/sqlite3/SqliteWrapper/main_c.cs +2716 -0
- data/platform/wp7/sqlite3/SqliteWrapper/malloc_c.cs +977 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mem_Pool.cs +394 -0
- data/platform/wp7/sqlite3/SqliteWrapper/memjournal_c.cs +315 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_c.cs +182 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_h.cs +91 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_noop_c.cs +202 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_w32.cs +344 -0
- data/platform/wp7/sqlite3/SqliteWrapper/notify_c.cs +347 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_c.cs +171 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_h.cs +346 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_c.cs +367 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_common_h.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_h.cs +295 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_win_c.cs +1255 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_c.cs +6078 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_h.cs +188 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_c.cs +4045 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_h.cs +331 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache1_c.cs +969 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_c.cs +712 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_h.cs +213 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pragma_c.cs +1767 -0
- data/platform/wp7/sqlite3/SqliteWrapper/prepare_c.cs +1015 -0
- data/platform/wp7/sqlite3/SqliteWrapper/printf_c.cs +1300 -0
- data/platform/wp7/sqlite3/SqliteWrapper/random_c.cs +201 -0
- data/platform/wp7/sqlite3/SqliteWrapper/resolve_c.cs +1396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/rowset_c.cs +519 -0
- data/platform/wp7/sqlite3/SqliteWrapper/select_c.cs +4878 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3_h.cs +6253 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3ext_h.cs +397 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteInt_h.cs +4075 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteLimit_h.cs +214 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteicu_h.cs +39 -0
- data/platform/wp7/sqlite3/SqliteWrapper/status_c.cs +155 -0
- data/platform/wp7/sqlite3/SqliteWrapper/table_c.cs +222 -0
- data/platform/wp7/sqlite3/SqliteWrapper/tokenize_c.cs +673 -0
- data/platform/wp7/sqlite3/SqliteWrapper/trigger_c.cs +1219 -0
- data/platform/wp7/sqlite3/SqliteWrapper/update_c.cs +766 -0
- data/platform/wp7/sqlite3/SqliteWrapper/utf_c.cs +612 -0
- data/platform/wp7/sqlite3/SqliteWrapper/util_c.cs +1476 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vacuum_c.cs +382 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbe_c.cs +6566 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeapi_c.cs +1557 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeaux_c.cs +4019 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeblob_c.cs +396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbemem_c.cs +1480 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbetrace_c.cs +181 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vtab_c.cs +957 -0
- data/platform/wp7/sqlite3/SqliteWrapper/walker_c.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/where_c.cs +4651 -0
- data/platform/wp7/sqlite3/sqlite3.csproj +155 -0
- data/rakefile.rb +60 -2
- data/res/build-tools/7za.exe +0 -0
- data/res/build-tools/RhoAppRunner.exe +0 -0
- data/res/build-tools/xruby-0.3.3.jar +0 -0
- data/res/generators/rhogen.rb +9 -1
- data/res/generators/templates/application/app/Settings/reset.erb +1 -1
- data/res/generators/templates/application/app/layout.erb +17 -10
- data/res/generators/templates/application/build.yml +5 -3
- data/res/generators/templates/application/public/jqtouch/changes.txt +20 -0
- data/res/generators/templates/application/public/jqtouch/jqtouch.js +12 -4
- data/res/generators/templates/application/public/jqtouch/jquery.1.3.2.min.js +1 -1
- data/res/generators/templates/application/public/js/wp7.js +7 -0
- data/res/generators/templates/model/controller.rb +5 -6
- data/rhobuild.yml.example +1 -0
- data/rhodes.gemspec +2 -1
- data/spec/framework_spec/app/spec/core/dir/close_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/dir/shared/pwd.rb +13 -11
- data/spec/framework_spec/app/spec/core/env/shared/store.rb +12 -10
- data/spec/framework_spec/app/spec/core/env/update_spec.rb +1 -0
- data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +3 -2
- data/spec/framework_spec/app/spec/core/file/fixtures/file_types.rb +7 -1
- data/spec/framework_spec/app/spec/core/file/flock_spec.rb +8 -1
- data/spec/framework_spec/app/spec/core/file/ftype_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/file/lchmod_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setgid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setuid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/stat/ftype_spec.rb +6 -4
- data/spec/framework_spec/app/spec/core/file/truncate_spec.rb +5 -1
- data/spec/framework_spec/app/spec/core/float/to_s_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/process/gid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/process/groups_spec.rb +11 -9
- data/spec/framework_spec/app/spec/core/process/uid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/language/execution_spec.rb +10 -6
- data/spec/framework_spec/app/spec/shared/file/directory.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/executable.rb +7 -1
- data/spec/framework_spec/app/spec/shared/file/file.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/readable.rb +13 -4
- data/spec/framework_spec/app/spec/shared/file/writable.rb +6 -1
- data/spec/phone_spec/app/spec/rho_controller_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rho_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rhom_object_spec.rb +102 -6
- data/spec/phone_spec/app/spec/string/end_with_spec.rb +4 -1
- data/spec/phone_spec/app/spec/string/slice_spec.rb +5 -1
- data/spec/phone_spec/app/spec/string/start_with_spec.rb +4 -0
- data/spec/phone_spec/app/spec/syncengine_spec.rb +73 -6
- data/spec/phone_spec/app/spec_runner.rb +7 -3
- metadata +380 -41
- data/Manifest.txt +0 -5819
- data/platform/bb/Hsqldb/Hsqldb.cso +0 -5
- data/platform/bb/Hsqldb/Hsqldb.jdp +0 -197
- data/platform/bb/RhoBundle/RhoBundle.cso +0 -5
- data/platform/bb/RhoBundle/RhoBundle.jdp +0 -42
- data/platform/bb/RubyVM/RubyVM.cso +0 -5
- data/platform/bb/RubyVM/RubyVM.jdp +0 -467
- data/platform/bb/rhodes/rhodes.csl +0 -3
- data/platform/bb/rhodes/rhodes.cso +0 -5
- data/platform/bb/rhodes/rhodes.jdp +0 -104
@@ -0,0 +1,977 @@
|
|
1
|
+
using System.Diagnostics;
|
2
|
+
using System.Text;
|
3
|
+
|
4
|
+
namespace Community.CsharpSqlite
|
5
|
+
{
|
6
|
+
using sqlite3_int64 = System.Int64;
|
7
|
+
using i64 = System.Int64;
|
8
|
+
using sqlite3_uint64 = System.UInt64;
|
9
|
+
using u32 = System.UInt32;
|
10
|
+
using System;
|
11
|
+
|
12
|
+
public partial class Sqlite3
|
13
|
+
{
|
14
|
+
/*
|
15
|
+
** 2001 September 15
|
16
|
+
**
|
17
|
+
** The author disclaims copyright to this source code. In place of
|
18
|
+
** a legal notice, here is a blessing:
|
19
|
+
**
|
20
|
+
** May you do good and not evil.
|
21
|
+
** May you find forgiveness for yourself and forgive others.
|
22
|
+
** May you share freely, never taking more than you give.
|
23
|
+
**
|
24
|
+
*************************************************************************
|
25
|
+
**
|
26
|
+
** Memory allocation functions used throughout sqlite.
|
27
|
+
*************************************************************************
|
28
|
+
** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
|
29
|
+
** C#-SQLite is an independent reimplementation of the SQLite software library
|
30
|
+
**
|
31
|
+
** SQLITE_SOURCE_ID: 2009-12-07 16:39:13 1ed88e9d01e9eda5cbc622e7614277f29bcc551c
|
32
|
+
**
|
33
|
+
** $Header$
|
34
|
+
*************************************************************************
|
35
|
+
*/
|
36
|
+
//#include "sqliteInt.h"
|
37
|
+
//#include <stdarg.h>
|
38
|
+
|
39
|
+
/*
|
40
|
+
** This routine runs when the memory allocator sees that the
|
41
|
+
** total memory allocation is about to exceed the soft heap
|
42
|
+
** limit.
|
43
|
+
*/
|
44
|
+
|
45
|
+
static void softHeapLimitEnforcer(
|
46
|
+
object NotUsed,
|
47
|
+
sqlite3_int64 NotUsed2,
|
48
|
+
int allocSize
|
49
|
+
)
|
50
|
+
{
|
51
|
+
UNUSED_PARAMETER2( NotUsed, NotUsed2 );
|
52
|
+
sqlite3_release_memory( allocSize );
|
53
|
+
}
|
54
|
+
|
55
|
+
/*
|
56
|
+
** Set the soft heap-size limit for the library. Passing a zero or
|
57
|
+
** negative value indicates no limit.
|
58
|
+
*/
|
59
|
+
void sqlite3_soft_heap_limit( int n )
|
60
|
+
{
|
61
|
+
int iLimit;
|
62
|
+
int overage;
|
63
|
+
if ( n < 0 )
|
64
|
+
{
|
65
|
+
iLimit = 0;
|
66
|
+
}
|
67
|
+
else
|
68
|
+
{
|
69
|
+
iLimit = n;
|
70
|
+
}
|
71
|
+
#if !SQLITE_OMIT_AUTOINIT
|
72
|
+
sqlite3_initialize();
|
73
|
+
#endif
|
74
|
+
if ( iLimit > 0 )
|
75
|
+
{
|
76
|
+
sqlite3MemoryAlarm( softHeapLimitEnforcer, 0, iLimit );
|
77
|
+
}
|
78
|
+
else
|
79
|
+
{
|
80
|
+
sqlite3MemoryAlarm( null, null, 0 );
|
81
|
+
}
|
82
|
+
overage = (int)( sqlite3_memory_used() - (i64)n );
|
83
|
+
if ( overage > 0 )
|
84
|
+
{
|
85
|
+
sqlite3_release_memory( overage );
|
86
|
+
}
|
87
|
+
}
|
88
|
+
|
89
|
+
/*
|
90
|
+
** Attempt to release up to n bytes of non-essential memory currently
|
91
|
+
** held by SQLite. An example of non-essential memory is memory used to
|
92
|
+
** cache database pages that are not currently in use.
|
93
|
+
*/
|
94
|
+
static int sqlite3_release_memory( int n )
|
95
|
+
{
|
96
|
+
#if SQLITE_ENABLE_MEMORY_MANAGEMENT
|
97
|
+
int nRet = 0;
|
98
|
+
nRet += sqlite3PcacheReleaseMemory(n-nRet);
|
99
|
+
return nRet;
|
100
|
+
#else
|
101
|
+
UNUSED_PARAMETER( n );
|
102
|
+
return SQLITE_OK;
|
103
|
+
#endif
|
104
|
+
}
|
105
|
+
|
106
|
+
/*
|
107
|
+
** State information local to the memory allocation subsystem.
|
108
|
+
*/
|
109
|
+
//static SQLITE_WSD struct Mem0Global {
|
110
|
+
public class Mem0Global
|
111
|
+
{/* Number of free pages for scratch and page-cache memory */
|
112
|
+
public int nScratchFree;
|
113
|
+
public int nPageFree;
|
114
|
+
|
115
|
+
public sqlite3_mutex mutex; /* Mutex to serialize access */
|
116
|
+
|
117
|
+
/*
|
118
|
+
** The alarm callback and its arguments. The mem0.mutex lock will
|
119
|
+
** be held while the callback is running. Recursive calls into
|
120
|
+
** the memory subsystem are allowed, but no new callbacks will be
|
121
|
+
** issued.
|
122
|
+
*/
|
123
|
+
public sqlite3_int64 alarmThreshold;
|
124
|
+
public dxalarmCallback alarmCallback; // (*alarmCallback)(void*, sqlite3_int64,int);
|
125
|
+
public object alarmArg;
|
126
|
+
|
127
|
+
/*
|
128
|
+
** Pointers to the end of sqlite3GlobalConfig.pScratch and
|
129
|
+
** sqlite3GlobalConfig.pPage to a block of memory that records
|
130
|
+
** which pages are available.
|
131
|
+
*/
|
132
|
+
public byte[][][] aByte;
|
133
|
+
public int[] aByteSize;
|
134
|
+
public int[] aByte_used;
|
135
|
+
public int[][] aInt;
|
136
|
+
public Mem[] aMem;
|
137
|
+
public BtCursor[] aBtCursor;
|
138
|
+
|
139
|
+
public struct memstat
|
140
|
+
{
|
141
|
+
public int alloc; // # of allocation requests
|
142
|
+
public int dealloc; // # of deallocations
|
143
|
+
public int cached; // # of cache hits
|
144
|
+
public int next; // # Next slot to use
|
145
|
+
public int max; // # Max slot used
|
146
|
+
}
|
147
|
+
|
148
|
+
public memstat msByte;
|
149
|
+
public memstat msInt;
|
150
|
+
public memstat msMem;
|
151
|
+
public memstat msBtCursor;
|
152
|
+
|
153
|
+
public Mem0Global() { }
|
154
|
+
|
155
|
+
public Mem0Global( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int Byte_Allocation, int Int_Allocation, int Mem_Allocation, int BtCursor_Allocation )
|
156
|
+
{
|
157
|
+
this.nScratchFree = nScratchFree;
|
158
|
+
this.nPageFree = nPageFree;
|
159
|
+
this.mutex = mutex;
|
160
|
+
this.alarmThreshold = alarmThreshold;
|
161
|
+
this.alarmCallback = alarmCallback;
|
162
|
+
this.alarmArg = alarmArg;
|
163
|
+
this.msByte.next = -1;
|
164
|
+
this.msInt.next = -1;
|
165
|
+
this.msMem.next = -1;
|
166
|
+
this.aByteSize = new int[] { 32, 256, 1024, 8192, 0 };
|
167
|
+
this.aByte_used = new int[] { -1, -1, -1, -1, -1 };
|
168
|
+
this.aByte = new byte[this.aByteSize.Length][][];
|
169
|
+
for ( int i = 0; i < this.aByteSize.Length; i++ ) this.aByte[i] = new byte[Byte_Allocation][];
|
170
|
+
this.aInt = new int[Int_Allocation][];
|
171
|
+
this.aMem = new Mem[Mem_Allocation <= 4 ? 4 : Mem_Allocation];
|
172
|
+
this.aBtCursor = new BtCursor[BtCursor_Allocation <= 4 ? 4 : BtCursor_Allocation];
|
173
|
+
}
|
174
|
+
}
|
175
|
+
//mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 };
|
176
|
+
|
177
|
+
//#define mem0 GLOBAL(struct Mem0Global, mem0)
|
178
|
+
static Mem0Global mem0 = new Mem0Global( );
|
179
|
+
|
180
|
+
/*
|
181
|
+
** Initialize the memory allocation subsystem.
|
182
|
+
*/
|
183
|
+
static int sqlite3MallocInit()
|
184
|
+
{
|
185
|
+
if ( sqlite3GlobalConfig.m.xMalloc == null )
|
186
|
+
{
|
187
|
+
sqlite3MemSetDefault();
|
188
|
+
}
|
189
|
+
mem0 = new Mem0Global(0, 0, null, 0, null, null, 1, 1, 8, 8); //memset(&mem0, 0, sizeof(mem0));
|
190
|
+
if ( sqlite3GlobalConfig.bCoreMutex )
|
191
|
+
{
|
192
|
+
mem0.mutex = sqlite3MutexAlloc( SQLITE_MUTEX_STATIC_MEM );
|
193
|
+
}
|
194
|
+
if ( sqlite3GlobalConfig.pScratch != null && sqlite3GlobalConfig.szScratch >= 100
|
195
|
+
&& sqlite3GlobalConfig.nScratch >= 0 )
|
196
|
+
{
|
197
|
+
int i;
|
198
|
+
sqlite3GlobalConfig.szScratch = ROUNDDOWN8( sqlite3GlobalConfig.szScratch - 4 );
|
199
|
+
//mem0.aScratchFree = (u32*)&((char*)sqlite3GlobalConfig.pScratch)
|
200
|
+
// [sqlite3GlobalConfig.szScratch*sqlite3GlobalConfig.nScratch];
|
201
|
+
//for(i=0; i<sqlite3GlobalConfig.nScratch; i++){ mem0.aScratchFree[i] = i; }
|
202
|
+
//mem0.nScratchFree = sqlite3GlobalConfig.nScratch;
|
203
|
+
}
|
204
|
+
else
|
205
|
+
{
|
206
|
+
sqlite3GlobalConfig.pScratch = null;
|
207
|
+
sqlite3GlobalConfig.szScratch = 0;
|
208
|
+
}
|
209
|
+
if ( sqlite3GlobalConfig.pPage != null && sqlite3GlobalConfig.szPage >= 512
|
210
|
+
&& sqlite3GlobalConfig.nPage >= 1 )
|
211
|
+
{
|
212
|
+
int i;
|
213
|
+
int overhead;
|
214
|
+
int sz = ROUNDDOWN8( sqlite3GlobalConfig.szPage );
|
215
|
+
int n = sqlite3GlobalConfig.nPage;
|
216
|
+
overhead = ( 4 * n + sz - 1 ) / sz;
|
217
|
+
sqlite3GlobalConfig.nPage -= overhead;
|
218
|
+
//mem0.aPageFree = (u32*)&((char*)sqlite3GlobalConfig.pPage)
|
219
|
+
//[sqlite3GlobalConfig.szPage*sqlite3GlobalConfig.nPage];
|
220
|
+
//for(i=0; i<sqlite3GlobalConfig.nPage; i++){ mem0.aPageFree[i] = i; }
|
221
|
+
//mem0.nPageFree = sqlite3GlobalConfig.nPage;
|
222
|
+
}
|
223
|
+
else
|
224
|
+
{
|
225
|
+
sqlite3GlobalConfig.pPage = null;
|
226
|
+
sqlite3GlobalConfig.nPage = 0;
|
227
|
+
}
|
228
|
+
return sqlite3GlobalConfig.m.xInit( sqlite3GlobalConfig.m.pAppData );
|
229
|
+
}
|
230
|
+
|
231
|
+
/*
|
232
|
+
** Deinitialize the memory allocation subsystem.
|
233
|
+
*/
|
234
|
+
static void sqlite3MallocEnd()
|
235
|
+
{
|
236
|
+
if ( sqlite3GlobalConfig.m.xShutdown != null )
|
237
|
+
{
|
238
|
+
sqlite3GlobalConfig.m.xShutdown( sqlite3GlobalConfig.m.pAppData );
|
239
|
+
}
|
240
|
+
mem0 = new Mem0Global();//memset(&mem0, 0, sizeof(mem0));
|
241
|
+
}
|
242
|
+
|
243
|
+
/*
|
244
|
+
** Return the amount of memory currently checked out.
|
245
|
+
*/
|
246
|
+
static sqlite3_int64 sqlite3_memory_used()
|
247
|
+
{
|
248
|
+
int n = 0, mx = 0;
|
249
|
+
sqlite3_int64 res;
|
250
|
+
sqlite3_status( SQLITE_STATUS_MEMORY_USED, ref n, ref mx, 0 );
|
251
|
+
res = (sqlite3_int64)n; /* Work around bug in Borland C. Ticket #3216 */
|
252
|
+
return res;
|
253
|
+
}
|
254
|
+
|
255
|
+
/*
|
256
|
+
** Return the maximum amount of memory that has ever been
|
257
|
+
** checked out since either the beginning of this process
|
258
|
+
** or since the most recent reset.
|
259
|
+
*/
|
260
|
+
static sqlite3_int64 sqlite3_memory_highwater( int resetFlag )
|
261
|
+
{
|
262
|
+
int n = 0, mx = 0;
|
263
|
+
sqlite3_int64 res;
|
264
|
+
sqlite3_status( SQLITE_STATUS_MEMORY_USED, ref n, ref mx, resetFlag );
|
265
|
+
res = (sqlite3_int64)mx; /* Work around bug in Borland C. Ticket #3216 */
|
266
|
+
return res;
|
267
|
+
}
|
268
|
+
|
269
|
+
/*
|
270
|
+
** Change the alarm callback
|
271
|
+
*/
|
272
|
+
static int sqlite3MemoryAlarm(
|
273
|
+
dxalarmCallback xCallback, //void(*xCallback)(void pArg, sqlite3_int64 used,int N),
|
274
|
+
object pArg,
|
275
|
+
sqlite3_int64 iThreshold
|
276
|
+
)
|
277
|
+
{
|
278
|
+
sqlite3_mutex_enter( mem0.mutex );
|
279
|
+
mem0.alarmCallback = xCallback;
|
280
|
+
mem0.alarmArg = pArg;
|
281
|
+
mem0.alarmThreshold = iThreshold;
|
282
|
+
sqlite3_mutex_leave( mem0.mutex );
|
283
|
+
return SQLITE_OK;
|
284
|
+
}
|
285
|
+
|
286
|
+
/*
|
287
|
+
** Trigger the alarm
|
288
|
+
*/
|
289
|
+
static void sqlite3MallocAlarm( int nByte )
|
290
|
+
{
|
291
|
+
dxalarmCallback xCallback;//void (*xCallback)(void*,sqlite3_int64,int);
|
292
|
+
sqlite3_int64 nowUsed;
|
293
|
+
object pArg;// void* pArg;
|
294
|
+
if ( mem0.alarmCallback == null ) return;
|
295
|
+
xCallback = mem0.alarmCallback;
|
296
|
+
nowUsed = sqlite3StatusValue( SQLITE_STATUS_MEMORY_USED );
|
297
|
+
pArg = mem0.alarmArg;
|
298
|
+
mem0.alarmCallback = null;
|
299
|
+
sqlite3_mutex_leave( mem0.mutex );
|
300
|
+
xCallback( pArg, nowUsed, nByte );
|
301
|
+
sqlite3_mutex_enter( mem0.mutex );
|
302
|
+
mem0.alarmCallback = xCallback;
|
303
|
+
mem0.alarmArg = pArg;
|
304
|
+
}
|
305
|
+
|
306
|
+
/*
|
307
|
+
** Do a memory allocation with statistics and alarms. Assume the
|
308
|
+
** lock is already held.
|
309
|
+
*/
|
310
|
+
static int mallocWithAlarm( int n, ref int[] pp )
|
311
|
+
{
|
312
|
+
int nFull;
|
313
|
+
int[] p;
|
314
|
+
Debug.Assert( sqlite3_mutex_held( mem0.mutex ) );
|
315
|
+
nFull = sqlite3GlobalConfig.m.xRoundup( n );
|
316
|
+
sqlite3StatusSet( SQLITE_STATUS_MALLOC_SIZE, n );
|
317
|
+
if ( mem0.alarmCallback != null )
|
318
|
+
{
|
319
|
+
int nUsed = sqlite3StatusValue( SQLITE_STATUS_MEMORY_USED );
|
320
|
+
if ( nUsed + nFull >= mem0.alarmThreshold )
|
321
|
+
{
|
322
|
+
sqlite3MallocAlarm( nFull );
|
323
|
+
}
|
324
|
+
}
|
325
|
+
p = sqlite3GlobalConfig.m.xMallocInt( nFull );
|
326
|
+
//if( p==null && mem0.alarmCallback!=null ){
|
327
|
+
// sqlite3MallocAlarm(nFull);
|
328
|
+
// p = sqlite3GlobalConfig.m.xMalloc(nFull);
|
329
|
+
//}
|
330
|
+
if ( p != null )
|
331
|
+
{
|
332
|
+
nFull = sqlite3MallocSize( p );
|
333
|
+
sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, nFull );
|
334
|
+
}
|
335
|
+
pp = p;
|
336
|
+
return nFull;
|
337
|
+
}
|
338
|
+
static int mallocWithAlarm( int n, ref byte[] pp )
|
339
|
+
{
|
340
|
+
int nFull;
|
341
|
+
byte[] p;
|
342
|
+
Debug.Assert( sqlite3_mutex_held( mem0.mutex ) );
|
343
|
+
nFull = sqlite3GlobalConfig.m.xRoundup( n );
|
344
|
+
sqlite3StatusSet( SQLITE_STATUS_MALLOC_SIZE, n );
|
345
|
+
if ( mem0.alarmCallback != null )
|
346
|
+
{
|
347
|
+
int nUsed = sqlite3StatusValue( SQLITE_STATUS_MEMORY_USED );
|
348
|
+
if ( nUsed + nFull >= mem0.alarmThreshold )
|
349
|
+
{
|
350
|
+
sqlite3MallocAlarm( nFull );
|
351
|
+
}
|
352
|
+
}
|
353
|
+
p = sqlite3GlobalConfig.m.xMalloc( nFull );
|
354
|
+
if ( p == null && mem0.alarmCallback != null )
|
355
|
+
{
|
356
|
+
sqlite3MallocAlarm( nFull );
|
357
|
+
p = sqlite3GlobalConfig.m.xMalloc( nFull );
|
358
|
+
}
|
359
|
+
if ( p != null )
|
360
|
+
{
|
361
|
+
nFull = sqlite3MallocSize( p );
|
362
|
+
sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, nFull );
|
363
|
+
}
|
364
|
+
pp = p;
|
365
|
+
return nFull;
|
366
|
+
}
|
367
|
+
|
368
|
+
/*
|
369
|
+
** Allocate memory. This routine is like sqlite3_malloc() except that it
|
370
|
+
** assumes the memory subsystem has already been initialized.
|
371
|
+
*/
|
372
|
+
static Mem sqlite3Malloc( Mem pMem )
|
373
|
+
{
|
374
|
+
return sqlite3GlobalConfig.m.xMallocMem( pMem );
|
375
|
+
}
|
376
|
+
static int[] sqlite3Malloc( int[] pInt, int n )
|
377
|
+
{
|
378
|
+
int[] p = null;
|
379
|
+
if ( n < 0 || n >= 0x7fffff00 )
|
380
|
+
{
|
381
|
+
/* A memory allocation of a number of bytes which is near the maximum
|
382
|
+
** signed integer value might cause an integer overflow inside of the
|
383
|
+
** xMalloc(). Hence we limit the maximum size to 0x7fffff00, giving
|
384
|
+
** 255 bytes of overhead. SQLite itself will never use anything near
|
385
|
+
** this amount. The only way to reach the limit is with sqlite3_malloc() */
|
386
|
+
p = null;
|
387
|
+
}
|
388
|
+
else if ( sqlite3GlobalConfig.bMemstat )
|
389
|
+
{
|
390
|
+
sqlite3_mutex_enter( mem0.mutex );
|
391
|
+
mallocWithAlarm( n, ref p );
|
392
|
+
sqlite3_mutex_leave( mem0.mutex );
|
393
|
+
}
|
394
|
+
else
|
395
|
+
{
|
396
|
+
p = sqlite3GlobalConfig.m.xMallocInt( n );
|
397
|
+
}
|
398
|
+
return p;
|
399
|
+
}
|
400
|
+
static byte[] sqlite3Malloc( int n )
|
401
|
+
{
|
402
|
+
byte[] p = null;
|
403
|
+
if ( n < 0 || n >= 0x7fffff00 )
|
404
|
+
{
|
405
|
+
/* A memory allocation of a number of bytes which is near the maximum
|
406
|
+
** signed integer value might cause an integer overflow inside of the
|
407
|
+
** xMalloc(). Hence we limit the maximum size to 0x7fffff00, giving
|
408
|
+
** 255 bytes of overhead. SQLite itself will never use anything near
|
409
|
+
** this amount. The only way to reach the limit is with sqlite3_malloc() */
|
410
|
+
p = null;
|
411
|
+
}
|
412
|
+
else if ( sqlite3GlobalConfig.bMemstat )
|
413
|
+
{
|
414
|
+
sqlite3_mutex_enter( mem0.mutex );
|
415
|
+
mallocWithAlarm( n, ref p );
|
416
|
+
sqlite3_mutex_leave( mem0.mutex );
|
417
|
+
}
|
418
|
+
else
|
419
|
+
{
|
420
|
+
p = sqlite3GlobalConfig.m.xMalloc( n );
|
421
|
+
}
|
422
|
+
return p;
|
423
|
+
}
|
424
|
+
|
425
|
+
/*
|
426
|
+
** This version of the memory allocation is for use by the application.
|
427
|
+
** First make sure the memory subsystem is initialized, then do the
|
428
|
+
** allocation.
|
429
|
+
*/
|
430
|
+
static byte[] sqlite3_malloc( int n )
|
431
|
+
{
|
432
|
+
#if !SQLITE_OMIT_AUTOINIT
|
433
|
+
if ( sqlite3_initialize() != 0 ) return null;
|
434
|
+
#endif
|
435
|
+
return sqlite3Malloc( n );
|
436
|
+
}
|
437
|
+
|
438
|
+
/*
|
439
|
+
** Each thread may only have a single outstanding allocation from
|
440
|
+
** xScratchMalloc(). We verify this constraint in the single-threaded
|
441
|
+
** case by setting scratchAllocOut to 1 when an allocation
|
442
|
+
** is outstanding clearing it when the allocation is freed.
|
443
|
+
*/
|
444
|
+
#if SQLITE_THREADSAFE && !(NDEBUG)
|
445
|
+
static int scratchAllocOut = 0;
|
446
|
+
#endif
|
447
|
+
|
448
|
+
|
449
|
+
/*
|
450
|
+
** Allocate memory that is to be used and released right away.
|
451
|
+
** This routine is similar to alloca() in that it is not intended
|
452
|
+
** for situations where the memory might be held long-term. This
|
453
|
+
** routine is intended to get memory to old large transient data
|
454
|
+
** structures that would not normally fit on the stack of an
|
455
|
+
** embedded processor.
|
456
|
+
*/
|
457
|
+
static byte[][] sqlite3ScratchMalloc( byte[][] apCell, int n )
|
458
|
+
{
|
459
|
+
apCell = sqlite3GlobalConfig.pScratch2;
|
460
|
+
if ( apCell == null ) apCell = new byte[n < 200 ? 200 : n][];
|
461
|
+
else if ( apCell.Length < n ) Array.Resize( ref apCell, n );
|
462
|
+
sqlite3GlobalConfig.pScratch2 = null;
|
463
|
+
return apCell;
|
464
|
+
}
|
465
|
+
|
466
|
+
static byte[] sqlite3ScratchMalloc( int n )
|
467
|
+
{
|
468
|
+
byte[] p = null;
|
469
|
+
Debug.Assert( n > 0 );
|
470
|
+
|
471
|
+
#if SQLITE_THREADSAFE && !(NDEBUG)
|
472
|
+
/* Verify that no more than one scratch allocation per thread
|
473
|
+
** is outstanding at one time. (This is only checked in the
|
474
|
+
** single-threaded case since checking in the multi-threaded case
|
475
|
+
** would be much more complicated.) */
|
476
|
+
assert( scratchAllocOut==0 );
|
477
|
+
#endif
|
478
|
+
|
479
|
+
if ( sqlite3GlobalConfig.szScratch < n )
|
480
|
+
{
|
481
|
+
goto scratch_overflow;
|
482
|
+
}
|
483
|
+
else
|
484
|
+
{
|
485
|
+
sqlite3_mutex_enter( mem0.mutex );
|
486
|
+
if ( mem0.nScratchFree == 0 )
|
487
|
+
{
|
488
|
+
sqlite3_mutex_leave( mem0.mutex );
|
489
|
+
goto scratch_overflow;
|
490
|
+
}
|
491
|
+
else
|
492
|
+
{
|
493
|
+
int i;
|
494
|
+
//i = mem0.aScratchFree[--mem0.nScratchFree];
|
495
|
+
//i *= sqlite3GlobalConfig.szScratch;
|
496
|
+
for ( i = 0; i < sqlite3GlobalConfig.pScratch.Length; i++ )
|
497
|
+
{
|
498
|
+
if ( sqlite3GlobalConfig.pScratch[i] == null || sqlite3GlobalConfig.pScratch[i].Length < n ) continue;
|
499
|
+
p = sqlite3GlobalConfig.pScratch[i];// (void*)&((char*)sqlite3GlobalConfig.pScratch)[i];
|
500
|
+
sqlite3GlobalConfig.pScratch[i] = null;
|
501
|
+
break;
|
502
|
+
}
|
503
|
+
sqlite3_mutex_leave( mem0.mutex );
|
504
|
+
if ( p == null ) goto scratch_overflow;
|
505
|
+
sqlite3StatusAdd( SQLITE_STATUS_SCRATCH_USED, 1 );
|
506
|
+
sqlite3StatusSet( SQLITE_STATUS_SCRATCH_SIZE, n );
|
507
|
+
//assert( (((u8*)p - (u8*)0) & 7)==0 );
|
508
|
+
}
|
509
|
+
}
|
510
|
+
#if SQLITE_THREADSAFE && !(NDEBUG)
|
511
|
+
scratchAllocOut = p!=0;
|
512
|
+
#endif
|
513
|
+
|
514
|
+
return p;
|
515
|
+
|
516
|
+
scratch_overflow:
|
517
|
+
if ( sqlite3GlobalConfig.bMemstat )
|
518
|
+
{
|
519
|
+
sqlite3_mutex_enter( mem0.mutex );
|
520
|
+
sqlite3StatusSet( SQLITE_STATUS_SCRATCH_SIZE, n );
|
521
|
+
n = mallocWithAlarm( n, ref p );
|
522
|
+
if ( p != null ) sqlite3StatusAdd( SQLITE_STATUS_SCRATCH_OVERFLOW, n );
|
523
|
+
sqlite3_mutex_leave( mem0.mutex );
|
524
|
+
}
|
525
|
+
else
|
526
|
+
{
|
527
|
+
p = sqlite3GlobalConfig.m.xMalloc( n );
|
528
|
+
}
|
529
|
+
#if SQLITE_THREADSAFE && !(NDEBUG)
|
530
|
+
scratchAllocOut = p!=0;
|
531
|
+
#endif
|
532
|
+
return p;
|
533
|
+
}
|
534
|
+
static void sqlite3ScratchFree( byte[][] p )
|
535
|
+
{
|
536
|
+
if ( p != null )
|
537
|
+
{
|
538
|
+
|
539
|
+
#if SQLITE_THREADSAFE && !(NDEBUG)
|
540
|
+
/* Verify that no more than one scratch allocation per thread
|
541
|
+
** is outstanding at one time. (This is only checked in the
|
542
|
+
** single-threaded case since checking in the multi-threaded case
|
543
|
+
** would be much more complicated.) */
|
544
|
+
assert( scratchAllocOut==1 );
|
545
|
+
scratchAllocOut = 0;
|
546
|
+
#endif
|
547
|
+
|
548
|
+
if ( sqlite3GlobalConfig.pScratch2 == null || sqlite3GlobalConfig.pScratch2.Length < p.Length )
|
549
|
+
{
|
550
|
+
if ( sqlite3GlobalConfig.bMemstat )
|
551
|
+
{
|
552
|
+
int iSize = sqlite3MallocSize( p );
|
553
|
+
sqlite3_mutex_enter( mem0.mutex );
|
554
|
+
sqlite3StatusAdd( SQLITE_STATUS_SCRATCH_OVERFLOW, -iSize );
|
555
|
+
sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, -iSize );
|
556
|
+
sqlite3GlobalConfig.pScratch2 = p;// sqlite3GlobalConfig.m.xFree(ref p);
|
557
|
+
sqlite3_mutex_leave( mem0.mutex );
|
558
|
+
}
|
559
|
+
else
|
560
|
+
{
|
561
|
+
sqlite3GlobalConfig.pScratch2 = p;//sqlite3GlobalConfig.m.xFree(ref p);
|
562
|
+
}
|
563
|
+
}
|
564
|
+
else // larger Scratch 2 already in use, let the C# GC handle
|
565
|
+
{
|
566
|
+
//int i;
|
567
|
+
//i = (int)((u8*)p - (u8*)sqlite3GlobalConfig.pScratch);
|
568
|
+
//i /= sqlite3GlobalConfig.szScratch;
|
569
|
+
//Debug.Assert(i >= 0 && i < sqlite3GlobalConfig.nScratch);
|
570
|
+
//sqlite3_mutex_enter(mem0.mutex);
|
571
|
+
//Debug.Assert(mem0.nScratchFree < (u32)sqlite3GlobalConfig.nScratch);
|
572
|
+
//mem0.aScratchFree[mem0.nScratchFree++] = i;
|
573
|
+
//sqlite3StatusAdd(SQLITE_STATUS_SCRATCH_USED, -1);
|
574
|
+
//sqlite3_mutex_leave(mem0.mutex);
|
575
|
+
}
|
576
|
+
p = null;
|
577
|
+
}
|
578
|
+
}
|
579
|
+
|
580
|
+
/*
|
581
|
+
** TRUE if p is a lookaside memory allocation from db
|
582
|
+
*/
|
583
|
+
#if !SQLITE_OMIT_LOOKASIDE
|
584
|
+
static int isLookaside(sqlite3 *db, void *p){
|
585
|
+
return db && p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
|
586
|
+
}
|
587
|
+
#else
|
588
|
+
//#define isLookaside(A,B) 0
|
589
|
+
static bool isLookaside( sqlite3 db, object p )
|
590
|
+
{
|
591
|
+
return false;
|
592
|
+
}
|
593
|
+
#endif
|
594
|
+
|
595
|
+
/*
|
596
|
+
** Return the size of a memory allocation previously obtained from
|
597
|
+
** sqlite3Malloc() or sqlite3_malloc().
|
598
|
+
*/
|
599
|
+
static int sqlite3MallocSize( byte[][] p )
|
600
|
+
{
|
601
|
+
return p.Length * p[0].Length;
|
602
|
+
}
|
603
|
+
|
604
|
+
static int sqlite3MallocSize( int[] p )
|
605
|
+
{
|
606
|
+
return p.Length;
|
607
|
+
}
|
608
|
+
|
609
|
+
static int sqlite3MallocSize( byte[] p )
|
610
|
+
{
|
611
|
+
return sqlite3GlobalConfig.m.xSize( p );
|
612
|
+
}
|
613
|
+
|
614
|
+
static int sqlite3DbMallocSize( sqlite3 db, byte[] p )
|
615
|
+
{
|
616
|
+
Debug.Assert( db == null || sqlite3_mutex_held( db.mutex ) );
|
617
|
+
if ( isLookaside( db, p ) )
|
618
|
+
{
|
619
|
+
return db.lookaside.sz;
|
620
|
+
}
|
621
|
+
else
|
622
|
+
{
|
623
|
+
return sqlite3GlobalConfig.m.xSize( p );
|
624
|
+
}
|
625
|
+
}
|
626
|
+
|
627
|
+
/*
|
628
|
+
** Free memory previously obtained from sqlite3Malloc().
|
629
|
+
*/
|
630
|
+
static void sqlite3_free( ref byte[] p )
|
631
|
+
{
|
632
|
+
if ( p == null ) return;
|
633
|
+
if ( sqlite3GlobalConfig.bMemstat )
|
634
|
+
{
|
635
|
+
sqlite3_mutex_enter( mem0.mutex );
|
636
|
+
sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize( p ) );
|
637
|
+
sqlite3GlobalConfig.m.xFree( ref p );
|
638
|
+
sqlite3_mutex_leave( mem0.mutex );
|
639
|
+
}
|
640
|
+
else
|
641
|
+
{
|
642
|
+
sqlite3GlobalConfig.m.xFree( ref p );
|
643
|
+
}
|
644
|
+
p = null;
|
645
|
+
}
|
646
|
+
static void sqlite3_free( ref Mem p )
|
647
|
+
{
|
648
|
+
if ( p == null ) return;
|
649
|
+
if ( sqlite3GlobalConfig.bMemstat )
|
650
|
+
{
|
651
|
+
sqlite3_mutex_enter( mem0.mutex );
|
652
|
+
//sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, -sqlite3MallocSize( p ) );
|
653
|
+
sqlite3GlobalConfig.m.xFreeMem( ref p );
|
654
|
+
sqlite3_mutex_leave( mem0.mutex );
|
655
|
+
}
|
656
|
+
else
|
657
|
+
{
|
658
|
+
sqlite3GlobalConfig.m.xFreeMem( ref p );
|
659
|
+
}
|
660
|
+
p = null;
|
661
|
+
}
|
662
|
+
|
663
|
+
/*
|
664
|
+
** Free memory that might be associated with a particular database
|
665
|
+
** connection.
|
666
|
+
*/
|
667
|
+
static void sqlite3DbFree( sqlite3 db, ref byte[] p )
|
668
|
+
{
|
669
|
+
Debug.Assert( db == null || sqlite3_mutex_held( db.mutex ) );
|
670
|
+
#if !SQLITE_OMIT_LOOKASIDE
|
671
|
+
if( isLookaside(db, p) ){
|
672
|
+
LookasideSlot *pBuf = (LookasideSlot*)p;
|
673
|
+
pBuf.pNext = db.lookaside.pFree;
|
674
|
+
db.lookaside.pFree = pBuf;
|
675
|
+
db.lookaside.nOut--;
|
676
|
+
}else
|
677
|
+
#endif
|
678
|
+
{
|
679
|
+
sqlite3_free( ref p );
|
680
|
+
}
|
681
|
+
}
|
682
|
+
|
683
|
+
/*
|
684
|
+
** Change the size of an existing memory allocation
|
685
|
+
*/
|
686
|
+
static byte[] sqlite3Realloc( byte[] pOld, int nBytes )
|
687
|
+
{
|
688
|
+
int nOld, nNew;
|
689
|
+
byte[] pNew;
|
690
|
+
if ( pOld == null )
|
691
|
+
{
|
692
|
+
pOld = sqlite3Malloc( nBytes );
|
693
|
+
return pOld;
|
694
|
+
}
|
695
|
+
if ( nBytes < 0 )
|
696
|
+
{
|
697
|
+
sqlite3_free( ref pOld );
|
698
|
+
return null;
|
699
|
+
}
|
700
|
+
if ( nBytes >= 0x7fffff00 )
|
701
|
+
{
|
702
|
+
/* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
|
703
|
+
return null;
|
704
|
+
}
|
705
|
+
nOld = sqlite3MallocSize( pOld );
|
706
|
+
nNew = sqlite3GlobalConfig.m.xRoundup( nBytes );
|
707
|
+
if ( nOld == nNew )
|
708
|
+
{
|
709
|
+
pNew = pOld;
|
710
|
+
}
|
711
|
+
else if ( sqlite3GlobalConfig.bMemstat )
|
712
|
+
{
|
713
|
+
sqlite3_mutex_enter( mem0.mutex );
|
714
|
+
sqlite3StatusSet( SQLITE_STATUS_MALLOC_SIZE, nBytes );
|
715
|
+
if ( sqlite3StatusValue( SQLITE_STATUS_MEMORY_USED ) + nNew - nOld >=
|
716
|
+
mem0.alarmThreshold )
|
717
|
+
{
|
718
|
+
sqlite3MallocAlarm( nNew - nOld );
|
719
|
+
}
|
720
|
+
pNew = sqlite3GlobalConfig.m.xRealloc( pOld, nNew );
|
721
|
+
if ( pNew == null && mem0.alarmCallback != null )
|
722
|
+
{
|
723
|
+
sqlite3MallocAlarm( nBytes );
|
724
|
+
pNew = sqlite3GlobalConfig.m.xRealloc( pOld, nNew );
|
725
|
+
}
|
726
|
+
if ( pNew != null )
|
727
|
+
{
|
728
|
+
nNew = sqlite3MallocSize( pNew );
|
729
|
+
sqlite3StatusAdd( SQLITE_STATUS_MEMORY_USED, nNew - nOld );
|
730
|
+
}
|
731
|
+
sqlite3_mutex_leave( mem0.mutex );
|
732
|
+
}
|
733
|
+
else
|
734
|
+
{
|
735
|
+
pNew = sqlite3GlobalConfig.m.xRealloc( pOld, nNew );
|
736
|
+
}
|
737
|
+
return pNew;
|
738
|
+
}
|
739
|
+
|
740
|
+
/*
|
741
|
+
** The public interface to sqlite3Realloc. Make sure that the memory
|
742
|
+
** subsystem is initialized prior to invoking sqliteRealloc.
|
743
|
+
*/
|
744
|
+
static byte[] sqlite3_realloc( byte[] pOld, int n )
|
745
|
+
{
|
746
|
+
#if !SQLITE_OMIT_AUTOINIT
|
747
|
+
if ( sqlite3_initialize() != 0 ) return null;
|
748
|
+
#endif
|
749
|
+
return sqlite3Realloc( pOld, n );
|
750
|
+
}
|
751
|
+
|
752
|
+
|
753
|
+
/*
|
754
|
+
** Allocate and zero memory.
|
755
|
+
*/
|
756
|
+
static byte[] sqlite3MallocZero( int n )
|
757
|
+
{
|
758
|
+
byte[] p = sqlite3Malloc( n );
|
759
|
+
if ( p != null )
|
760
|
+
{
|
761
|
+
Array.Clear( p, 0, n );// memset(p, 0, n);
|
762
|
+
}
|
763
|
+
return p;
|
764
|
+
}
|
765
|
+
|
766
|
+
/*
|
767
|
+
** Allocate and zero memory. If the allocation fails, make
|
768
|
+
** the mallocFailed flag in the connection pointer.
|
769
|
+
*/
|
770
|
+
static Mem sqlite3DbMallocZero( sqlite3 db, Mem m )
|
771
|
+
{
|
772
|
+
return new Mem();
|
773
|
+
}
|
774
|
+
|
775
|
+
static byte[] sqlite3DbMallocZero( sqlite3 db, int n )
|
776
|
+
{
|
777
|
+
byte[] p = sqlite3DbMallocRaw( db, n );
|
778
|
+
if ( p != null )
|
779
|
+
{
|
780
|
+
Array.Clear( p, 0, n );// memset(p, 0, n);
|
781
|
+
}
|
782
|
+
return p;
|
783
|
+
}
|
784
|
+
|
785
|
+
/*
|
786
|
+
** Allocate and zero memory. If the allocation fails, make
|
787
|
+
** the mallocFailed flag in the connection pointer.
|
788
|
+
**
|
789
|
+
** If db!=0 and db->mallocFailed is true (indicating a prior malloc
|
790
|
+
** failure on the same database connection) then always return 0.
|
791
|
+
** Hence for a particular database connection, once malloc starts
|
792
|
+
** failing, it fails consistently until mallocFailed is reset.
|
793
|
+
** This is an important assumption. There are many places in the
|
794
|
+
** code that do things like this:
|
795
|
+
**
|
796
|
+
** int *a = (int*)sqlite3DbMallocRaw(db, 100);
|
797
|
+
** int *b = (int*)sqlite3DbMallocRaw(db, 200);
|
798
|
+
** if( b ) a[10] = 9;
|
799
|
+
**
|
800
|
+
** In other words, if a subsequent malloc (ex: "b") worked, it is assumed
|
801
|
+
** that all prior mallocs (ex: "a") worked too.
|
802
|
+
*/
|
803
|
+
static byte[] sqlite3DbMallocRaw( sqlite3 db, int n )
|
804
|
+
{
|
805
|
+
byte[] p;
|
806
|
+
Debug.Assert( db == null || sqlite3_mutex_held( db.mutex ) );
|
807
|
+
#if !SQLITE_OMIT_LOOKASIDE
|
808
|
+
if( db ){
|
809
|
+
LookasideSlot *pBuf;
|
810
|
+
if( db->mallocFailed ){
|
811
|
+
return 0;
|
812
|
+
}
|
813
|
+
if( db->lookaside.bEnabled && n<=db->lookaside.sz
|
814
|
+
&& (pBuf = db->lookaside.pFree)!=0 ){
|
815
|
+
db->lookaside.pFree = pBuf->pNext;
|
816
|
+
db->lookaside.nOut++;
|
817
|
+
if( db->lookaside.nOut>db->lookaside.mxOut ){
|
818
|
+
db->lookaside.mxOut = db->lookaside.nOut;
|
819
|
+
}
|
820
|
+
return (void*)pBuf;
|
821
|
+
}
|
822
|
+
}
|
823
|
+
#else
|
824
|
+
//if( db && db->mallocFailed ){
|
825
|
+
// return 0;
|
826
|
+
//}
|
827
|
+
#endif
|
828
|
+
p = sqlite3Malloc( n );
|
829
|
+
//if( !p && db ){
|
830
|
+
// db->mallocFailed = 1;
|
831
|
+
//}
|
832
|
+
return p;
|
833
|
+
}
|
834
|
+
|
835
|
+
/*
|
836
|
+
** Resize the block of memory pointed to by p to n bytes. If the
|
837
|
+
** resize fails, set the mallocFailed flag in the connection object.
|
838
|
+
*/
|
839
|
+
static byte[] sqlite3DbRealloc( sqlite3 db, byte[] p, int n )
|
840
|
+
{
|
841
|
+
byte[] pNew = null;
|
842
|
+
Debug.Assert( db != null );
|
843
|
+
Debug.Assert( sqlite3_mutex_held( db.mutex ) );
|
844
|
+
//if( db->mallocFailed==0 ){
|
845
|
+
if ( p == null )
|
846
|
+
{
|
847
|
+
return sqlite3DbMallocRaw( db, n );
|
848
|
+
}
|
849
|
+
#if !SQLITE_OMIT_LOOKASIDE
|
850
|
+
if( isLookaside(db, p) ){
|
851
|
+
if( n<=db->lookaside.sz ){
|
852
|
+
return p;
|
853
|
+
}
|
854
|
+
pNew = sqlite3DbMallocRaw(db, n);
|
855
|
+
if( pNew ){
|
856
|
+
memcpy(pNew, p, db->lookaside.sz);
|
857
|
+
sqlite3DbFree(db, ref p);
|
858
|
+
}
|
859
|
+
}else
|
860
|
+
#else
|
861
|
+
{
|
862
|
+
{
|
863
|
+
#endif
|
864
|
+
pNew = sqlite3_realloc( p, n );
|
865
|
+
//if( !pNew ){
|
866
|
+
// db->mallocFailed = 1;
|
867
|
+
//}
|
868
|
+
}
|
869
|
+
}
|
870
|
+
return pNew;
|
871
|
+
}
|
872
|
+
|
873
|
+
/*
|
874
|
+
** Attempt to reallocate p. If the reallocation fails, then free p
|
875
|
+
** and set the mallocFailed flag in the database connection.
|
876
|
+
*/
|
877
|
+
static byte[] sqlite3DbReallocOrFree( sqlite3 db, byte[] p, int n )
|
878
|
+
{
|
879
|
+
byte[] pNew;
|
880
|
+
pNew = sqlite3DbRealloc( db, p, n );
|
881
|
+
if ( null == pNew )
|
882
|
+
{
|
883
|
+
sqlite3DbFree( db, ref p );
|
884
|
+
}
|
885
|
+
return pNew;
|
886
|
+
}
|
887
|
+
|
888
|
+
/*
|
889
|
+
** Make a copy of a string in memory obtained from sqliteMalloc(). These
|
890
|
+
** functions call sqlite3MallocRaw() directly instead of sqliteMalloc(). This
|
891
|
+
** is because when memory debugging is turned on, these two functions are
|
892
|
+
** called via macros that record the current file and line number in the
|
893
|
+
** ThreadData structure.
|
894
|
+
*/
|
895
|
+
//char *sqlite3DbStrDup(sqlite3 *db, const char *z){
|
896
|
+
// char *zNew;
|
897
|
+
// size_t n;
|
898
|
+
// if( z==0 ){
|
899
|
+
// return 0;
|
900
|
+
// }
|
901
|
+
// n = sqlite3Strlen30(z) + 1;
|
902
|
+
// assert( (n&0x7fffffff)==n );
|
903
|
+
// zNew = sqlite3DbMallocRaw(db, (int)n);
|
904
|
+
// if( zNew ){
|
905
|
+
// memcpy(zNew, z, n);
|
906
|
+
// }
|
907
|
+
// return zNew;
|
908
|
+
//}
|
909
|
+
//char *sqlite3DbStrNDup(sqlite3 *db, const char *z, int n){
|
910
|
+
// char *zNew;
|
911
|
+
// if( z==0 ){
|
912
|
+
// return 0;
|
913
|
+
// }
|
914
|
+
// assert( (n&0x7fffffff)==n );
|
915
|
+
// zNew = sqlite3DbMallocRaw(db, n+1);
|
916
|
+
// if( zNew ){
|
917
|
+
// memcpy(zNew, z, n);
|
918
|
+
// zNew[n] = 0;
|
919
|
+
// }
|
920
|
+
// return zNew;
|
921
|
+
//}
|
922
|
+
|
923
|
+
|
924
|
+
|
925
|
+
/*
|
926
|
+
** Create a string from the zFromat argument and the va_list that follows.
|
927
|
+
** Store the string in memory obtained from sqliteMalloc() and make pz
|
928
|
+
** point to that string.
|
929
|
+
*/
|
930
|
+
static void sqlite3SetString( ref string pz, sqlite3 db, string zFormat, params string[] ap )
|
931
|
+
{
|
932
|
+
//va_list ap;
|
933
|
+
string z;
|
934
|
+
|
935
|
+
va_start( ap, zFormat );
|
936
|
+
z = sqlite3VMPrintf( db, zFormat, ap );
|
937
|
+
va_end( ap );
|
938
|
+
sqlite3DbFree( db, ref pz );
|
939
|
+
pz = z;
|
940
|
+
}
|
941
|
+
|
942
|
+
/*
|
943
|
+
** This function must be called before exiting any API function (i.e.
|
944
|
+
** returning control to the user) that has called sqlite3_malloc or
|
945
|
+
** sqlite3_realloc.
|
946
|
+
**
|
947
|
+
** The returned value is normally a copy of the second argument to this
|
948
|
+
** function. However, if a malloc() failure has occurred since the previous
|
949
|
+
** invocation SQLITE_NOMEM is returned instead.
|
950
|
+
**
|
951
|
+
** If the first argument, db, is not NULL and a malloc() error has occurred,
|
952
|
+
** then the connection error-code (the value returned by sqlite3_errcode())
|
953
|
+
** is set to SQLITE_NOMEM.
|
954
|
+
*/
|
955
|
+
static int sqlite3ApiExit( int zero, int rc )
|
956
|
+
{
|
957
|
+
sqlite3 db = null;
|
958
|
+
return sqlite3ApiExit( db, rc );
|
959
|
+
}
|
960
|
+
|
961
|
+
static int sqlite3ApiExit( sqlite3 db, int rc )
|
962
|
+
{
|
963
|
+
/* If the db handle is not NULL, then we must hold the connection handle
|
964
|
+
** mutex here. Otherwise the read (and possible write) of db.mallocFailed
|
965
|
+
** is unsafe, as is the call to sqlite3Error().
|
966
|
+
*/
|
967
|
+
Debug.Assert( db == null || sqlite3_mutex_held( db.mutex ) );
|
968
|
+
if ( /*db != null && db.mallocFailed != 0 || */ rc == SQLITE_IOERR_NOMEM )
|
969
|
+
{
|
970
|
+
sqlite3Error( db, SQLITE_NOMEM, "" );
|
971
|
+
//db.mallocFailed = 0;
|
972
|
+
rc = SQLITE_NOMEM;
|
973
|
+
}
|
974
|
+
return rc & ( db != null ? db.errMask : 0xff );
|
975
|
+
}
|
976
|
+
}
|
977
|
+
}
|