-
Notifications
You must be signed in to change notification settings - Fork 4
ChangeLog
C.Ponapalt edited this page Sep 19, 2015
·
1 revision
- 新規作成
- Argumentの順序がばらばらでも対応可能なようにしました。
- (KAWARI-827)
- 実際に使ってみて出てきた色々な問題を修正。(ponapalt)
- VC++6でコンパイルが通らない問題を修正。(ponapalt)
- CSAORIライブラリ本体を高速化(参照渡しに)(ponapalt)
- その他細かい調整 (ponapalt)
- intToString系関数復活 (ukiya)
- 新規作成 (ponapalt)
- 新規作成 (ukiya)
- 新規作成 (ponapalt)
- /hoge/@fuga のようにAttributeノードを指定した場合、自動で内容テキストを取るようにした。今まではきちんと /hoge/@fuga/text() のように指定しないとだめだった。
- 通常のテキストノード自動選択処理が動かなくなっていたエンバグ修正
- 複数候補がある場合はとにかく全部何も考えずテキスト化して列挙するよう変更
- 新規作成 (ponapalt)
- 新規作成 (ponapalt)
- OnGainerDigitalInput のRef1が0/1のはずがそれ以外の値も出していた問題を修正
- disconnect と scan7segLED を追加
- 通信パラメータの誤りを修正
- configureが一発しか打てない問題を修正
- COMポートをポーリングするコードを修正
- SecurityLevelヘッダの解釈に問題があった点を修正 (CSAORI Core)
- Initial Version (roytam)
- Resolves "Get Up/down speed needs 1 second to measure."
- Resolve "Error loading Iphlpapi.dll" after first call.
- Resolve failure of loading in yaya shori.
- Add UpDownSpeed "-1" option for counting all interface (including loopback interface)
- Initial Version (roytam)
- update CSaori to SVN r65
- use ANSI version of File I/O API due to limitation of CSaori
- fix not closing file after write
- Windows with transparency will be captured
- output file will be in same directory of dll
- Initial release (twinsec)
- remove GET_TABLE command, integrated into EXEC command (twinsec)
- add OPEN and CLOSE command for opening database from other file name (twinsec)
- Fix demo code (twinsec)
- Support UTF-8 (twinsec)
- add back SQLite 3.6.16 source code as SQLite is Public Domain (roytam)
- Fix: when no filepath is specified, default file name is be "sqlori.db" but not "sqlori._db" (roytam)
- Fix missing SAORI return status (roytam)
- move real CSAORI implementation from csaori.cpp/caori.h to csaori_interface.cpp for easier update of CSAORI (roytam)
- update CSAORI to svn rev 88 (roytam)
- change return format to "return code(0x2)〔column name〔(0x3)column name...〕〕(0x2)〔data field〔(0x3)data field...〕〕" to avoid (0x1) translation (roytam)
- Initial Version (roytam)
- make strip and translate work with start= and end=
- convert non translated output to one line string
- add removeTags option
- add multiSearch option
- add ability of opening local file with "file:" prefix
- fix fopen fail if wide char in module path
- fix Status 500 when using local file and translate
- Initial release, ported from sqlori 1.2.13 with SQLite 2.8.17 (roytam)
- Initial Version (roytam)
- add "cpu.cache" function
- fix cpu.clockex always return with ".000" ending problem
- add fallback when branding can't be retrieved from CPUID
- fix: don't try to retrieve CPUID information which is higher than reported highest CPUID
- add mem.viraex
- add "cpu.usage" function
- remove "Microsoft " from os.name
- fix mem.
*
(except mem.os) to match description in saori_cpuid_README.txt (All in MB, not in bytes)