Browse Subversion Repository
Log of /branches/ttcomtester/TTProxy/CMakeLists.txt
Revision 10521 - (view) (download) (annotate) - [select for diffs] Modified Fri Jan 20 16:03:38 2023 UTC (14 months, 2 weeks ago) by zmatsuo File length: 2711 byte(s) Diff to previous 9614 add communication test tool Revision 9614 - (view) (download) (annotate) - [select for diffs] Modified Thu Dec 23 13:14:18 2021 UTC (2 years, 3 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2711 byte(s) Diff to previous 9471 TTProxy の OpenSSL を使用するコード・リンクを削除 - r9607 を cmakeビルドへ反映 Revision 9471 - (view) (download) (annotate) - [select for diffs] Modified Thu Oct 14 14:52:23 2021 UTC (2 years, 5 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2831 byte(s) Diff to previous 9429 TTProxyのログをログフォルダへ出力
- ファイル保存(コモンダイアログ)をUnicode版に変更
- GetSaveFileNameW()
- logger
- logger::open() を Unicodeファイル名に変更
- ログフォルダ設定を追加
- logger::set_folder()
- IniFile
- IniFile::getStringW() を追加
- Unicode文字列を取得
- Unicode版エスケープ文字展開が必要になった
- StringUtil::escapeW(), unescapeW()
- StringUtil
- StringUtil::escapeW() unescapeW() 追加
- WStringBuffer クラスが必要になった
- WStringBuffer
- 追加
- StringBufferのwchar_t版
- YCL/Windows.h
- GetWindowTextLengthW(),SetWindowTextLengthW() を追加
- Unicode文字列の設定,取得
- ttlib_static.cpp
- IsRelativePathW() を追加
Revision 9429 - (view) (download) (annotate) - [select for diffs] Modified Sun Sep 19 15:13:51 2021 UTC (2 years, 6 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2796 byte(s) Diff to previous 9346 plugin iniファイルの読み書きをUnicode化
- teraterm/ttsetup.h 引数のファイル名をUnicode化
- PReadIniFile()
- PWriteIniFile()
- TTProxy/YCL/include/YCL/wstring.h 追加
- Unicode版 string.h
- ファイル名の保持はできる
- 他の関数はテストしていない
Revision 9346 - (view) (download) (annotate) - [select for diffs] Modified Tue Aug 10 14:41:49 2021 UTC (2 years, 8 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2767 byte(s) Diff to previous 9159 layer for unicode フォルダを移動 - layer_for_unicode フォルダを移動 - teraterm/common/layer_for_unicode -> teraterm/layer_for_unicode - 適宜ファイルも移動 - Windows 95 でロードできなかったプラグインを修正 (cmakeビルド) - TTProxy.dll - TTXCheckUpdate.dll - TTXRecurringCommand.dll - TTXViewMode.dll - layer_for_unicode_crt.cpp,h 使用していないので削除 - mingw向けだった - libmingw/ で対応 Revision 9159 - (view) (download) (annotate) - [select for diffs] Modified Tue Feb 16 15:29:31 2021 UTC (3 years, 1 month ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2566 byte(s) Diff to previous 9136 ファイル名誤りを修正 - r9129 から誤り Revision 9136 - (view) (download) (annotate) - [select for diffs] Modified Wed Jan 27 14:40:25 2021 UTC (3 years, 2 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2565 byte(s) Diff to previous 9129 MinGW による Windows 95 サポート Revision 9129 - (view) (download) (annotate) - [select for diffs] Modified Sat Jan 16 05:21:37 2021 UTC (3 years, 2 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2281 byte(s) Diff to previous 8568 VS2005 による Windows 95 のサポート方法を変更
- 各々のソースファイル内の Windows 95 サポート用コードを不要にする
- ファイルのinclude + 関数呼出をやめる
- #include "compat_w95.h" を削除
- DoCover_IsDebuggerPresent() 呼び出しを削除
- 代わりにファイル(common/compat_w95_vs2005.c)をリンク
- VSプロジェクトファイル
- プロジェクトから compat_w95.h を削除
- VS2005プロジェクトに compat_w95_vs2005.c を追加
- VS2005以外では Windows 95 で動作するバイナリが生成できないので追加は不要
- cmake
- SUPPORT_OLD_WINDOWS=ON 時、compat_w95_vs2005.c をリンクするよう修正
- なるべく target_* を使用するよう修正
Revision 8568 - (view) (download) (annotate) - [select for diffs] Modified Wed Feb 26 16:27:26 2020 UTC (4 years, 1 month ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 1972 byte(s) Diff to previous 8531 common_static.lib にあるファイルは複数回ビルドしないようにした Revision 8531 - (view) (download) (annotate) - [select for diffs] Modified Thu Feb 6 16:08:10 2020 UTC (4 years, 2 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2143 byte(s) Diff to previous 8509 cmakeビルドで不要なリンカーオプションを削除 - CMAKE_SHARED_LINKER_FLAGS 削除 - VS2005でエラーが出た - 外部シンボル "___delayLoadHelper2@8" は未解決です。 - CMAKE_EXE_LINKER_FLAGS 削除 Revision 8509 - (view) (download) (annotate) - [select for diffs] Modified Wed Jan 29 15:21:56 2020 UTC (4 years, 2 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2327 byte(s) Diff to previous 8465 プロジェクトファイル修正 cmake Revision 8465 - (view) (download) (annotate) - [select for diffs] Modified Fri Jan 10 13:13:45 2020 UTC (4 years, 3 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2299 byte(s) Diff to previous 8211 cmake の USE_UNICODE_API を削除 - Unicode版,ANSI版の作り分けを考慮していたが今のところ不要 Revision 8211 - (view) (download) (annotate) - [select for diffs] Modified Sat Sep 21 15:06:15 2019 UTC (4 years, 6 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2372 byte(s) Diff to previous 7990 cmakeビルドで delayload オプションを追加 - VS2005(express)でビルドしたDLLが、Windows 95でロードできなかった Revision 7990 - (view) (download) (annotate) - [select for diffs] Modified Mon Aug 19 15:27:06 2019 UTC (4 years, 7 months ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2263 byte(s) Diff to previous 7509 cmakeでスナップショットが作成できるようにした - VS2005Express,mingwでもスナップショットが作成できるようになった Revision 7509 - (view) (download) (annotate) - [select for diffs] Modified Mon Mar 25 13:47:32 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2199 byte(s) Diff to previous 7490 クリップボード内容表示ダイアログをHiDPI化 dlglib.c,h ANSI/UNICODE対応,IsExistFont(),SetDialogFont()(ダイアログフォントの初期化) 追加 dlglib_cpp.cpp 追加、ダイアログAPIラッパ dlg_tmpl.cpp 追加、ダイアログテンプレート操作 i18n.c,h ANSI/UNICODE対応,SetI18DlgStrs(),SetI18MenuStrs()追加 ttlib.c,h ANSI/UNICODE対応 Revision 7490 - (view) (download) (annotate) - [select for diffs] Modified Mon Mar 18 13:28:00 2019 UTC (5 years ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2124 byte(s) Diff to previous 7456 ws2_32.dllでエラーが出ないよう修正(r7497参照) プロキシプラグインのファイル名を修正(TTXProxy.dll) Revision 7456 - (view) (download) (annotate) - [select for diffs] Added Sat Mar 2 16:18:47 2019 UTC (5 years, 1 month ago) by zmatsuo Original Path: trunk/TTProxy/CMakeLists.txt File length: 2156 byte(s) cmakeを使用したビルドを追加(experimental) This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
|