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,171 @@
|
|
1
|
+
/*
|
2
|
+
*************************************************************************
|
3
|
+
** Included in SQLite3 port to C#-SQLite; 2008 Noah B Hart
|
4
|
+
** C#-SQLite is an independent reimplementation of the SQLite software library
|
5
|
+
**
|
6
|
+
** SQLITE_SOURCE_ID: 2009-12-07 16:39:13 1ed88e9d01e9eda5cbc622e7614277f29bcc551c
|
7
|
+
**
|
8
|
+
** $Header$
|
9
|
+
*************************************************************************
|
10
|
+
*/
|
11
|
+
namespace Community.CsharpSqlite
|
12
|
+
{
|
13
|
+
public partial class Sqlite3
|
14
|
+
{
|
15
|
+
/* Automatically generated. Do not edit */
|
16
|
+
/* See the mkopcodec.awk script for details. */
|
17
|
+
#if !SQLITE_OMIT_EXPLAIN || !NDEBUG || VDBE_PROFILE || SQLITE_DEBUG
|
18
|
+
static string sqlite3OpcodeName( int i )
|
19
|
+
{
|
20
|
+
string[] azName = { "?",
|
21
|
+
/* 1 */ "Goto",
|
22
|
+
/* 2 */ "Gosub",
|
23
|
+
/* 3 */ "Return",
|
24
|
+
/* 4 */ "Yield",
|
25
|
+
/* 5 */ "HaltIfNull",
|
26
|
+
/* 6 */ "Halt",
|
27
|
+
/* 7 */ "Integer",
|
28
|
+
/* 8 */ "Int64",
|
29
|
+
/* 9 */ "String",
|
30
|
+
/* 10 */ "Null",
|
31
|
+
/* 11 */ "Blob",
|
32
|
+
/* 12 */ "Variable",
|
33
|
+
/* 13 */ "Move",
|
34
|
+
/* 14 */ "Copy",
|
35
|
+
/* 15 */ "SCopy",
|
36
|
+
/* 16 */ "ResultRow",
|
37
|
+
/* 17 */ "CollSeq",
|
38
|
+
/* 18 */ "Function",
|
39
|
+
/* 19 */ "Not",
|
40
|
+
/* 20 */ "AddImm",
|
41
|
+
/* 21 */ "MustBeInt",
|
42
|
+
/* 22 */ "RealAffinity",
|
43
|
+
/* 23 */ "Permutation",
|
44
|
+
/* 24 */ "Compare",
|
45
|
+
/* 25 */ "Jump",
|
46
|
+
/* 26 */ "If",
|
47
|
+
/* 27 */ "IfNot",
|
48
|
+
/* 28 */ "Column",
|
49
|
+
/* 29 */ "Affinity",
|
50
|
+
/* 30 */ "MakeRecord",
|
51
|
+
/* 31 */ "Count",
|
52
|
+
/* 32 */ "Savepoint",
|
53
|
+
/* 33 */ "AutoCommit",
|
54
|
+
/* 34 */ "Transaction",
|
55
|
+
/* 35 */ "ReadCookie",
|
56
|
+
/* 36 */ "SetCookie",
|
57
|
+
/* 37 */ "VerifyCookie",
|
58
|
+
/* 38 */ "OpenRead",
|
59
|
+
/* 39 */ "OpenWrite",
|
60
|
+
/* 40 */ "OpenEphemeral",
|
61
|
+
/* 41 */ "OpenPseudo",
|
62
|
+
/* 42 */ "Close",
|
63
|
+
/* 43 */ "SeekLt",
|
64
|
+
/* 44 */ "SeekLe",
|
65
|
+
/* 45 */ "SeekGe",
|
66
|
+
/* 46 */ "SeekGt",
|
67
|
+
/* 47 */ "Seek",
|
68
|
+
/* 48 */ "NotFound",
|
69
|
+
/* 49 */ "Found",
|
70
|
+
/* 50 */ "IsUnique",
|
71
|
+
/* 51 */ "NotExists",
|
72
|
+
/* 52 */ "Sequence",
|
73
|
+
/* 53 */ "NewRowid",
|
74
|
+
/* 54 */ "Insert",
|
75
|
+
/* 55 */ "InsertInt",
|
76
|
+
/* 56 */ "Delete",
|
77
|
+
/* 57 */ "ResetCount",
|
78
|
+
/* 58 */ "RowKey",
|
79
|
+
/* 59 */ "RowData",
|
80
|
+
/* 60 */ "Rowid",
|
81
|
+
/* 61 */ "NullRow",
|
82
|
+
/* 62 */ "Last",
|
83
|
+
/* 63 */ "Sort",
|
84
|
+
/* 64 */ "Rewind",
|
85
|
+
/* 65 */ "Prev",
|
86
|
+
/* 66 */ "Next",
|
87
|
+
/* 67 */ "IdxInsert",
|
88
|
+
/* 68 */ "Or",
|
89
|
+
/* 69 */ "And",
|
90
|
+
/* 70 */ "IdxDelete",
|
91
|
+
/* 71 */ "IdxRowid",
|
92
|
+
/* 72 */ "IdxLT",
|
93
|
+
/* 73 */ "IsNull",
|
94
|
+
/* 74 */ "NotNull",
|
95
|
+
/* 75 */ "Ne",
|
96
|
+
/* 76 */ "Eq",
|
97
|
+
/* 77 */ "Gt",
|
98
|
+
/* 78 */ "Le",
|
99
|
+
/* 79 */ "Lt",
|
100
|
+
/* 80 */ "Ge",
|
101
|
+
/* 81 */ "IdxGE",
|
102
|
+
/* 82 */ "BitAnd",
|
103
|
+
/* 83 */ "BitOr",
|
104
|
+
/* 84 */ "ShiftLeft",
|
105
|
+
/* 85 */ "ShiftRight",
|
106
|
+
/* 86 */ "Add",
|
107
|
+
/* 87 */ "Subtract",
|
108
|
+
/* 88 */ "Multiply",
|
109
|
+
/* 89 */ "Divide",
|
110
|
+
/* 90 */ "Remainder",
|
111
|
+
/* 91 */ "Concat",
|
112
|
+
/* 92 */ "Destroy",
|
113
|
+
/* 93 */ "BitNot",
|
114
|
+
/* 94 */ "String8",
|
115
|
+
/* 95 */ "Clear",
|
116
|
+
/* 96 */ "CreateIndex",
|
117
|
+
/* 97 */ "CreateTable",
|
118
|
+
/* 98 */ "ParseSchema",
|
119
|
+
/* 99 */ "LoadAnalysis",
|
120
|
+
/* 100 */ "DropTable",
|
121
|
+
/* 101 */ "DropIndex",
|
122
|
+
/* 102 */ "DropTrigger",
|
123
|
+
/* 103 */ "IntegrityCk",
|
124
|
+
/* 104 */ "RowSetAdd",
|
125
|
+
/* 105 */ "RowSetRead",
|
126
|
+
/* 106 */ "RowSetTest",
|
127
|
+
/* 107 */ "Program",
|
128
|
+
/* 108 */ "Param",
|
129
|
+
/* 109 */ "FkCounter",
|
130
|
+
/* 110 */ "FkIfZero",
|
131
|
+
/* 111 */ "MemMax",
|
132
|
+
/* 112 */ "IfPos",
|
133
|
+
/* 113 */ "IfNeg",
|
134
|
+
/* 114 */ "IfZero",
|
135
|
+
/* 115 */ "AggStep",
|
136
|
+
/* 116 */ "AggFinal",
|
137
|
+
/* 117 */ "Vacuum",
|
138
|
+
/* 118 */ "IncrVacuum",
|
139
|
+
/* 119 */ "Expire",
|
140
|
+
/* 120 */ "TableLock",
|
141
|
+
/* 121 */ "VBegin",
|
142
|
+
/* 122 */ "VCreate",
|
143
|
+
/* 123 */ "VDestroy",
|
144
|
+
/* 124 */ "VOpen",
|
145
|
+
/* 125 */ "VFilter",
|
146
|
+
/* 126 */ "VColumn",
|
147
|
+
/* 127 */ "VNext",
|
148
|
+
/* 128 */ "VRename",
|
149
|
+
/* 129 */ "VUpdate",
|
150
|
+
/* 130 */ "Real",
|
151
|
+
/* 131 */ "Pagecount",
|
152
|
+
/* 132 */ "Trace",
|
153
|
+
/* 133 */ "Noop",
|
154
|
+
/* 134 */ "Explain",
|
155
|
+
/* 135 */ "NotUsed_135",
|
156
|
+
/* 136 */ "NotUsed_136",
|
157
|
+
/* 137 */ "NotUsed_137",
|
158
|
+
/* 138 */ "NotUsed_138",
|
159
|
+
/* 139 */ "NotUsed_139",
|
160
|
+
/* 140 */ "NotUsed_140",
|
161
|
+
/* 141 */ "ToText",
|
162
|
+
/* 142 */ "ToBlob",
|
163
|
+
/* 143 */ "ToNumeric",
|
164
|
+
/* 144 */ "ToInt",
|
165
|
+
/* 145 */ "ToReal",
|
166
|
+
};
|
167
|
+
return azName[i];
|
168
|
+
}
|
169
|
+
#endif
|
170
|
+
}
|
171
|
+
}
|
@@ -0,0 +1,346 @@
|
|
1
|
+
namespace Community.CsharpSqlite
|
2
|
+
{
|
3
|
+
public partial class Sqlite3
|
4
|
+
{
|
5
|
+
/* Automatically generated. Do not edit */
|
6
|
+
/* See the mkopcodeh.awk script for details */
|
7
|
+
/* Automatically generated. Do not edit */
|
8
|
+
/* See the mkopcodeh.awk script for details */
|
9
|
+
//#define OP_Goto 1
|
10
|
+
//#define OP_Gosub 2
|
11
|
+
//#define OP_Return 3
|
12
|
+
//#define OP_Yield 4
|
13
|
+
//#define OP_HaltIfNull 5
|
14
|
+
//#define OP_Halt 6
|
15
|
+
//#define OP_Integer 7
|
16
|
+
//#define OP_Int64 8
|
17
|
+
//#define OP_Real 130 /* same as TK_FLOAT */
|
18
|
+
//#define OP_String8 94 /* same as TK_STRING */
|
19
|
+
//#define OP_String 9
|
20
|
+
//#define OP_Null 10
|
21
|
+
//#define OP_Blob 11
|
22
|
+
//#define OP_Variable 12
|
23
|
+
//#define OP_Move 13
|
24
|
+
//#define OP_Copy 14
|
25
|
+
//#define OP_SCopy 15
|
26
|
+
//#define OP_ResultRow 16
|
27
|
+
//#define OP_Concat 91 /* same as TK_CONCAT */
|
28
|
+
//#define OP_Add 86 /* same as TK_PLUS */
|
29
|
+
//#define OP_Subtract 87 /* same as TK_MINUS */
|
30
|
+
//#define OP_Multiply 88 /* same as TK_STAR */
|
31
|
+
//#define OP_Divide 89 /* same as TK_SLASH */
|
32
|
+
//#define OP_Remainder 90 /* same as TK_REM */
|
33
|
+
//#define OP_CollSeq 17
|
34
|
+
//#define OP_Function 18
|
35
|
+
//#define OP_BitAnd 82 /* same as TK_BITAND */
|
36
|
+
//#define OP_BitOr 83 /* same as TK_BITOR */
|
37
|
+
//#define OP_ShiftLeft 84 /* same as TK_LSHIFT */
|
38
|
+
//#define OP_ShiftRight 85 /* same as TK_RSHIFT */
|
39
|
+
//#define OP_AddImm 20
|
40
|
+
//#define OP_MustBeInt 21
|
41
|
+
//#define OP_RealAffinity 22
|
42
|
+
//#define OP_ToText 141 /* same as TK_TO_TEXT */
|
43
|
+
//#define OP_ToBlob 142 /* same as TK_TO_BLOB */
|
44
|
+
//#define OP_ToNumeric 143 /* same as TK_TO_NUMERIC*/
|
45
|
+
//#define OP_ToInt 144 /* same as TK_TO_INT */
|
46
|
+
//#define OP_ToReal 145 /* same as TK_TO_REAL */
|
47
|
+
//#define OP_Eq 76 /* same as TK_EQ */
|
48
|
+
//#define OP_Ne 75 /* same as TK_NE */
|
49
|
+
//#define OP_Lt 79 /* same as TK_LT */
|
50
|
+
//#define OP_Le 78 /* same as TK_LE */
|
51
|
+
//#define OP_Gt 77 /* same as TK_GT */
|
52
|
+
//#define OP_Ge 80 /* same as TK_GE */
|
53
|
+
//#define OP_Permutation 23
|
54
|
+
//#define OP_Compare 24
|
55
|
+
//#define OP_Jump 25
|
56
|
+
//#define OP_And 69 /* same as TK_AND */
|
57
|
+
//#define OP_Or 68 /* same as TK_OR */
|
58
|
+
//#define OP_Not 19 /* same as TK_NOT */
|
59
|
+
//#define OP_BitNot 93 /* same as TK_BITNOT */
|
60
|
+
//#define OP_If 26
|
61
|
+
//#define OP_IfNot 27
|
62
|
+
//#define OP_IsNull 73 /* same as TK_ISNULL */
|
63
|
+
//#define OP_NotNull 74 /* same as TK_NOTNULL */
|
64
|
+
//#define OP_Column 28
|
65
|
+
//#define OP_Affinity 29
|
66
|
+
//#define OP_MakeRecord 30
|
67
|
+
//#define OP_Count 31
|
68
|
+
//#define OP_Savepoint 32
|
69
|
+
//#define OP_AutoCommit 33
|
70
|
+
//#define OP_Transaction 34
|
71
|
+
//#define OP_ReadCookie 35
|
72
|
+
//#define OP_SetCookie 36
|
73
|
+
//#define OP_VerifyCookie 37
|
74
|
+
//#define OP_OpenRead 38
|
75
|
+
//#define OP_OpenWrite 39
|
76
|
+
//#define OP_OpenEphemeral 40
|
77
|
+
//#define OP_OpenPseudo 41
|
78
|
+
//#define OP_Close 42
|
79
|
+
//#define OP_SeekLt 43
|
80
|
+
//#define OP_SeekLe 44
|
81
|
+
//#define OP_SeekGe 45
|
82
|
+
//#define OP_SeekGt 46
|
83
|
+
//#define OP_Seek 47
|
84
|
+
//#define OP_NotFound 48
|
85
|
+
//#define OP_Found 49
|
86
|
+
//#define OP_IsUnique 50
|
87
|
+
//#define OP_NotExists 51
|
88
|
+
//#define OP_Sequence 52
|
89
|
+
//#define OP_NewRowid 53
|
90
|
+
//#define OP_Insert 54
|
91
|
+
//#define OP_InsertInt 55
|
92
|
+
//#define OP_Delete 56
|
93
|
+
//#define OP_ResetCount 57
|
94
|
+
//#define OP_RowKey 58
|
95
|
+
//#define OP_RowData 59
|
96
|
+
//#define OP_Rowid 60
|
97
|
+
//#define OP_NullRow 61
|
98
|
+
//#define OP_Last 62
|
99
|
+
//#define OP_Sort 63
|
100
|
+
//#define OP_Rewind 64
|
101
|
+
//#define OP_Prev 65
|
102
|
+
//#define OP_Next 66
|
103
|
+
//#define OP_IdxInsert 67
|
104
|
+
//#define OP_IdxDelete 70
|
105
|
+
//#define OP_IdxRowid 71
|
106
|
+
//#define OP_IdxLT 72
|
107
|
+
//#define OP_IdxGE 81
|
108
|
+
//#define OP_Destroy 92
|
109
|
+
//#define OP_Clear 95
|
110
|
+
//#define OP_CreateIndex 96
|
111
|
+
//#define OP_CreateTable 97
|
112
|
+
//#define OP_ParseSchema 98
|
113
|
+
//#define OP_LoadAnalysis 99
|
114
|
+
//#define OP_DropTable 100
|
115
|
+
//#define OP_DropIndex 101
|
116
|
+
//#define OP_DropTrigger 102
|
117
|
+
//#define OP_IntegrityCk 103
|
118
|
+
//#define OP_RowSetAdd 104
|
119
|
+
//#define OP_RowSetRead 105
|
120
|
+
//#define OP_RowSetTest 106
|
121
|
+
//#define OP_Program 107
|
122
|
+
//#define OP_Param 108
|
123
|
+
//#define OP_FkCounter 109
|
124
|
+
//#define OP_FkIfZero 110
|
125
|
+
//#define OP_MemMax 111
|
126
|
+
//#define OP_IfPos 112
|
127
|
+
//#define OP_IfNeg 113
|
128
|
+
//#define OP_IfZero 114
|
129
|
+
//#define OP_AggStep 115
|
130
|
+
//#define OP_AggFinal 116
|
131
|
+
//#define OP_Vacuum 117
|
132
|
+
//#define OP_IncrVacuum 118
|
133
|
+
//#define OP_Expire 119
|
134
|
+
//#define OP_TableLock 120
|
135
|
+
//#define OP_VBegin 121
|
136
|
+
//#define OP_VCreate 122
|
137
|
+
//#define OP_VDestroy 123
|
138
|
+
//#define OP_VOpen 124
|
139
|
+
//#define OP_VFilter 125
|
140
|
+
//#define OP_VColumn 126
|
141
|
+
//#define OP_VNext 127
|
142
|
+
//#define OP_VRename 128
|
143
|
+
//#define OP_VUpdate 129
|
144
|
+
//#define OP_Pagecount 131
|
145
|
+
//#define OP_Trace 132
|
146
|
+
//#define OP_Noop 133
|
147
|
+
//#define OP_Explain 134
|
148
|
+
public const int OP_Goto = 1;
|
149
|
+
public const int OP_Gosub = 2;
|
150
|
+
public const int OP_Return = 3;
|
151
|
+
public const int OP_Yield = 4;
|
152
|
+
public const int OP_HaltIfNull = 5;
|
153
|
+
public const int OP_Halt = 6;
|
154
|
+
public const int OP_Integer = 7;
|
155
|
+
public const int OP_Int64 = 8;
|
156
|
+
public const int OP_Real = 130 /* same as TK_FLOAT */;
|
157
|
+
public const int OP_String8 = 94 /* same as TK_STRING */;
|
158
|
+
public const int OP_String = 9;
|
159
|
+
public const int OP_Null = 10;
|
160
|
+
public const int OP_Blob = 11;
|
161
|
+
public const int OP_Variable = 12;
|
162
|
+
public const int OP_Move = 13;
|
163
|
+
public const int OP_Copy = 14;
|
164
|
+
public const int OP_SCopy = 15;
|
165
|
+
public const int OP_ResultRow = 16;
|
166
|
+
public const int OP_Concat = 91 /* same as TK_CONCAT */;
|
167
|
+
public const int OP_Add = 86 /* same as TK_PLUS */;
|
168
|
+
public const int OP_Subtract = 87 /* same as TK_MINUS */;
|
169
|
+
public const int OP_Multiply = 88 /* same as TK_STAR */;
|
170
|
+
public const int OP_Divide = 89 /* same as TK_SLASH */;
|
171
|
+
public const int OP_Remainder = 90 /* same as TK_REM */;
|
172
|
+
public const int OP_CollSeq = 17;
|
173
|
+
public const int OP_Function = 18;
|
174
|
+
public const int OP_BitAnd = 82 /* same as TK_BITAND */;
|
175
|
+
public const int OP_BitOr = 83 /* same as TK_BITOR */;
|
176
|
+
public const int OP_ShiftLeft = 84 /* same as TK_LSHIFT */;
|
177
|
+
public const int OP_ShiftRight = 85 /* same as TK_RSHIFT */;
|
178
|
+
public const int OP_AddImm = 20;
|
179
|
+
public const int OP_MustBeInt = 21;
|
180
|
+
public const int OP_RealAffinity = 22;
|
181
|
+
public const int OP_ToText = 141 /* same as TK_TO_TEXT */;
|
182
|
+
public const int OP_ToBlob = 142 /* same as TK_TO_BLOB */;
|
183
|
+
public const int OP_ToNumeric = 143 /* same as TK_TO_NUMERIC*/;
|
184
|
+
public const int OP_ToInt = 144 /* same as TK_TO_INT */;
|
185
|
+
public const int OP_ToReal = 145 /* same as TK_TO_REAL */;
|
186
|
+
public const int OP_Eq = 76 /* same as TK_EQ */;
|
187
|
+
public const int OP_Ne = 75 /* same as TK_NE */;
|
188
|
+
public const int OP_Lt = 79 /* same as TK_LT */;
|
189
|
+
public const int OP_Le = 78 /* same as TK_LE */;
|
190
|
+
public const int OP_Gt = 77 /* same as TK_GT */;
|
191
|
+
public const int OP_Ge = 80 /* same as TK_GE */;
|
192
|
+
public const int OP_Permutation = 23;
|
193
|
+
public const int OP_Compare = 24;
|
194
|
+
public const int OP_Jump = 25;
|
195
|
+
public const int OP_And = 69 /* same as TK_AND */;
|
196
|
+
public const int OP_Or = 68 /* same as TK_OR */;
|
197
|
+
public const int OP_Not = 19 /* same as TK_NOT */;
|
198
|
+
public const int OP_BitNot = 93 /* same as TK_BITNOT */;
|
199
|
+
public const int OP_If = 26;
|
200
|
+
public const int OP_IfNot = 27;
|
201
|
+
public const int OP_IsNull = 73 /* same as TK_ISNULL */;
|
202
|
+
public const int OP_NotNull = 74 /* same as TK_NOTNULL */;
|
203
|
+
public const int OP_Column = 28;
|
204
|
+
public const int OP_Affinity = 29;
|
205
|
+
public const int OP_MakeRecord = 30;
|
206
|
+
public const int OP_Count = 31;
|
207
|
+
public const int OP_Savepoint = 32;
|
208
|
+
public const int OP_AutoCommit = 33;
|
209
|
+
public const int OP_Transaction = 34;
|
210
|
+
public const int OP_ReadCookie = 35;
|
211
|
+
public const int OP_SetCookie = 36;
|
212
|
+
public const int OP_VerifyCookie = 37;
|
213
|
+
public const int OP_OpenRead = 38;
|
214
|
+
public const int OP_OpenWrite = 39;
|
215
|
+
public const int OP_OpenEphemeral = 40;
|
216
|
+
public const int OP_OpenPseudo = 41;
|
217
|
+
public const int OP_Close = 42;
|
218
|
+
public const int OP_SeekLt = 43;
|
219
|
+
public const int OP_SeekLe = 44;
|
220
|
+
public const int OP_SeekGe = 45;
|
221
|
+
public const int OP_SeekGt = 46;
|
222
|
+
public const int OP_Seek = 47;
|
223
|
+
public const int OP_NotFound = 48;
|
224
|
+
public const int OP_Found = 49;
|
225
|
+
public const int OP_IsUnique = 50;
|
226
|
+
public const int OP_NotExists = 51;
|
227
|
+
public const int OP_Sequence = 52;
|
228
|
+
public const int OP_NewRowid = 53;
|
229
|
+
public const int OP_Insert = 54;
|
230
|
+
public const int OP_InsertInt = 55;
|
231
|
+
public const int OP_Delete = 56;
|
232
|
+
public const int OP_ResetCount = 57;
|
233
|
+
public const int OP_RowKey = 58;
|
234
|
+
public const int OP_RowData = 59;
|
235
|
+
public const int OP_Rowid = 60;
|
236
|
+
public const int OP_NullRow = 61;
|
237
|
+
public const int OP_Last = 62;
|
238
|
+
public const int OP_Sort = 63;
|
239
|
+
public const int OP_Rewind = 64;
|
240
|
+
public const int OP_Prev = 65;
|
241
|
+
public const int OP_Next = 66;
|
242
|
+
public const int OP_IdxInsert = 67;
|
243
|
+
public const int OP_IdxDelete = 70;
|
244
|
+
public const int OP_IdxRowid = 71;
|
245
|
+
public const int OP_IdxLT = 72;
|
246
|
+
public const int OP_IdxGE = 81;
|
247
|
+
public const int OP_Destroy = 92;
|
248
|
+
public const int OP_Clear = 95;
|
249
|
+
public const int OP_CreateIndex = 96;
|
250
|
+
public const int OP_CreateTable = 97;
|
251
|
+
public const int OP_ParseSchema = 98;
|
252
|
+
public const int OP_LoadAnalysis = 99;
|
253
|
+
public const int OP_DropTable = 100;
|
254
|
+
public const int OP_DropIndex = 101;
|
255
|
+
public const int OP_DropTrigger = 102;
|
256
|
+
public const int OP_IntegrityCk = 103;
|
257
|
+
public const int OP_RowSetAdd = 104;
|
258
|
+
public const int OP_RowSetRead = 105;
|
259
|
+
public const int OP_RowSetTest = 106;
|
260
|
+
public const int OP_Program = 107;
|
261
|
+
public const int OP_Param = 108;
|
262
|
+
public const int OP_FkCounter = 109;
|
263
|
+
public const int OP_FkIfZero = 110;
|
264
|
+
public const int OP_MemMax = 111;
|
265
|
+
public const int OP_IfPos = 112;
|
266
|
+
public const int OP_IfNeg = 113;
|
267
|
+
public const int OP_IfZero = 114;
|
268
|
+
public const int OP_AggStep = 115;
|
269
|
+
public const int OP_AggFinal = 116;
|
270
|
+
public const int OP_Vacuum = 117;
|
271
|
+
public const int OP_IncrVacuum = 118;
|
272
|
+
public const int OP_Expire = 119;
|
273
|
+
public const int OP_TableLock = 120;
|
274
|
+
public const int OP_VBegin = 121;
|
275
|
+
public const int OP_VCreate = 122;
|
276
|
+
public const int OP_VDestroy = 123;
|
277
|
+
public const int OP_VOpen = 124;
|
278
|
+
public const int OP_VFilter = 125;
|
279
|
+
public const int OP_VColumn = 126;
|
280
|
+
public const int OP_VNext = 127;
|
281
|
+
public const int OP_VRename = 128;
|
282
|
+
public const int OP_VUpdate = 129;
|
283
|
+
public const int OP_Pagecount = 131;
|
284
|
+
public const int OP_Trace = 132;
|
285
|
+
public const int OP_Noop = 133;
|
286
|
+
public const int OP_Explain = 134;
|
287
|
+
|
288
|
+
/* The following opcode values are never used */
|
289
|
+
//#define OP_NotUsed_135 135
|
290
|
+
//#define OP_NotUsed_136 136
|
291
|
+
//#define OP_NotUsed_137 137
|
292
|
+
//#define OP_NotUsed_138 138
|
293
|
+
//#define OP_NotUsed_139 139
|
294
|
+
//#define OP_NotUsed_140 140
|
295
|
+
|
296
|
+
/* The following opcode values are never used */
|
297
|
+
public const int OP_NotUsed_135 = 135;
|
298
|
+
public const int OP_NotUsed_136 = 136;
|
299
|
+
public const int OP_NotUsed_137 = 137;
|
300
|
+
public const int OP_NotUsed_138 = 138;
|
301
|
+
public const int OP_NotUsed_139 = 139;
|
302
|
+
public const int OP_NotUsed_140 = 140;
|
303
|
+
|
304
|
+
|
305
|
+
/* Properties such as "out2" or "jump" that are specified in
|
306
|
+
** comments following the "case" for each opcode in the vdbe.c
|
307
|
+
** are encoded into bitvectors as follows:
|
308
|
+
*/
|
309
|
+
//#define OPFLG_JUMP 0x0001 /* jump: P2 holds jmp target */
|
310
|
+
//#define OPFLG_OUT2_PRERELEASE 0x0002 /* out2-prerelease: */
|
311
|
+
//#define OPFLG_IN1 0x0004 /* in1: P1 is an input */
|
312
|
+
//#define OPFLG_IN2 0x0008 /* in2: P2 is an input */
|
313
|
+
//#define OPFLG_IN3 0x0010 /* in3: P3 is an input */
|
314
|
+
//#define OPFLG_OUT2 0x0020 /* out2: P2 is an output */
|
315
|
+
//#define OPFLG_OUT3 0x0040 /* out3: P3 is an output */
|
316
|
+
|
317
|
+
public const int OPFLG_JUMP = 0x0001; /* jump: P2 holds jmp target */
|
318
|
+
public const int OPFLG_OUT2_PRERELEASE = 0x0002; /* out2-prerelease: */
|
319
|
+
public const int OPFLG_IN1 = 0x0004; /* in1: P1 is an input */
|
320
|
+
public const int OPFLG_IN2 = 0x0008; /* in2: P2 is an input */
|
321
|
+
public const int OPFLG_IN3 = 0x0010; /* in3: P3 is an input */
|
322
|
+
public const int OPFLG_OUT2 = 0x0020; /* out2: P2 is an output */
|
323
|
+
public const int OPFLG_OUT3 = 0x0040; /* out3: P3 is an output */
|
324
|
+
public static int[] OPFLG_INITIALIZER = new int[]{
|
325
|
+
/* 0 */ 0x00, 0x01, 0x05, 0x04, 0x04, 0x10, 0x00, 0x02,
|
326
|
+
/* 8 */ 0x02, 0x02, 0x02, 0x02, 0x00, 0x00, 0x24, 0x24,
|
327
|
+
/* 16 */ 0x00, 0x00, 0x00, 0x24, 0x04, 0x05, 0x04, 0x00,
|
328
|
+
/* 24 */ 0x00, 0x01, 0x05, 0x05, 0x00, 0x00, 0x00, 0x02,
|
329
|
+
/* 32 */ 0x00, 0x00, 0x00, 0x02, 0x10, 0x00, 0x00, 0x00,
|
330
|
+
/* 40 */ 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x11, 0x08,
|
331
|
+
/* 48 */ 0x11, 0x11, 0x11, 0x11, 0x02, 0x02, 0x00, 0x00,
|
332
|
+
/* 56 */ 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x01,
|
333
|
+
/* 64 */ 0x01, 0x01, 0x01, 0x08, 0x4c, 0x4c, 0x00, 0x02,
|
334
|
+
/* 72 */ 0x01, 0x05, 0x05, 0x15, 0x15, 0x15, 0x15, 0x15,
|
335
|
+
/* 80 */ 0x15, 0x01, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c, 0x4c,
|
336
|
+
/* 88 */ 0x4c, 0x4c, 0x4c, 0x4c, 0x02, 0x24, 0x02, 0x00,
|
337
|
+
/* 96 */ 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
338
|
+
/* 104 */ 0x0c, 0x45, 0x15, 0x01, 0x02, 0x00, 0x01, 0x08,
|
339
|
+
/* 112 */ 0x05, 0x05, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00,
|
340
|
+
/* 120 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01,
|
341
|
+
/* 128 */ 0x00, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00,
|
342
|
+
/* 136 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x04,
|
343
|
+
/* 144 */ 0x04, 0x04
|
344
|
+
};
|
345
|
+
}
|
346
|
+
}
|