Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/libs/buildall.cmake

Log of /trunk/libs/buildall.cmake

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 10833 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 14 12:35:58 2023 UTC (7 months, 3 weeks ago) by zmatsuo
File length: 2832 byte(s)
Diff to previous 10723
指定がない時は32bitバイナリとしてビルドするようにした

Revision 10723 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 29 14:29:06 2023 UTC (10 months, 1 week ago) by zmatsuo
File length: 2807 byte(s)
Diff to previous 10592
cmake ビルドを調整

- Linux上などでもMinGW64bit版をビルドできるよう修正
  - -DARCHITECHTER=64 or 32 でに変更
- install_cygwin.cmake が2箇所に存在したので buildtools/ のみとした
  - ci_scripts/install_cygwin.cmake は削除
- ci_scripts/build_local_appveyor_vs20*.bat を修正
- ci_scripts/find_cmake.bat
  - 誤りを修正
- cygwin\CMakeLists.txt
  - MinGWビルド時、cygwinに関するビルドを行わないようにした
- libs
  - cmake の2重呼び出しを行わないようにした

Revision 10592 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 12 14:45:36 2023 UTC (13 months, 3 weeks ago) by zmatsuo
File length: 2899 byte(s)
Diff to previous 10366
cmakeビルド時、Visual Studio 2008 でビルドできるよう修正

- bmpだけのicoファイルを作れるようにした
  - スクリプトを追加
  - teraterm/common/ico/ico_scripts
- リソースビルド時、BMP_ICO が define されていたら bmp だけの ico ファイルをロード
- ttxssh はビルドされない

Revision 10366 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 15 13:48:37 2022 UTC (16 months, 3 weeks ago) by zmatsuo
File length: 2801 byte(s)
Diff to previous 10359
Fix typo

- libs/ でcmakeビルド時にエラーとなっていた
- r10359

tickt #46066

Revision 10359 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 12 14:44:08 2022 UTC (16 months, 4 weeks ago) by zmatsuo
File length: 2801 byte(s)
Diff to previous 10306
ファイル名を変更

- SFMT.cmake -> buildsfmt.cmake
- zlib.cmake -> buildzlib.cmake
- cJSON.cmake -> buildcjson.cmake
- putty.cmake -> buildputty.cmake
- argon.cmake -> buildargon2.cmake

Revision 10306 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 12 15:31:30 2022 UTC (17 months, 4 weeks ago) by zmatsuo
File length: 2776 byte(s)
Diff to previous 10305
cmakeビルド時ビルドエラーを修正

- r10305でのミス

ticket #45820

Revision 10305 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 10 15:49:47 2022 UTC (18 months ago) by zmatsuo
File length: 2773 byte(s)
Diff to previous 10053
cmakeビルド時、インストール済みのperlを利用する

- cmakeビルドで libs でライブラリをビルド時、
  システムに Strawberry Perl がインストールされていないと
  常に Strawberry Perl をダウンロード,展開していた
- 他のPerl環境(Active Perl, Cygwin など)が使える場合は利用するようにした
- perlのチェックを buildtools/checkperl.cmake にまとめた
- Strawberry Perl 使用していた理由
  - 当時, opensslのビルド時に Cygwin Perl を使用するとうまくビルドできなかった
  - Strawberry Perl のダウンロードが簡単だった
  - 現在は libreSSL に切り替えたので気にならなくなった

ticket #45820

Revision 10053 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 13 15:26:44 2022 UTC (20 months, 4 weeks ago) by zmatsuo
File length: 2970 byte(s)
Diff to previous 9939
cmakeビルド時、libs/ビルド時にopensslをビルドしないようにした

Revision 9939 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 20 15:44:34 2022 UTC (22 months, 3 weeks ago) by zmatsuo
File length: 2653 byte(s)
Diff to previous 9758
oniguruma を 6.9.8 へ更新(cmakeビルド用)

- oniguruma.cmake を buildoniguruma.cmake へリネーム

Revision 9758 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 19 15:40:13 2022 UTC (2 years, 1 month ago) by zmatsuo
File length: 2648 byte(s)
Diff to previous 9753
cmakeでlibsをビルド時、libresslのビルド条件を誤っていたので修正

- r9753

Revision 9753 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 18 14:42:23 2022 UTC (2 years, 1 month ago) by zmatsuo
File length: 2653 byte(s)
Diff to previous 9692
cmakeビルド時 libressl がビルドできないVSの時はビルドしない

- stdint.h が使われている
  - Visual Stuio 2010 から入ってる
- Release時もlibresslのデバグ版をリンクしていたので修正

Revision 9692 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 16 15:16:19 2022 UTC (2 years, 2 months ago) by nmaya
File length: 2241 byte(s)
Diff to previous 9419
暗号ライブラリを OpenSSL から LibreSSL に変更

#43469

merge from libressl_3_4_2:
r9623,r9624,r9637,r9648,r9658,r9660,r9676,r9677,r9679,r9680,r9683

Revision 9419 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 13 15:19:56 2021 UTC (2 years, 6 months ago) by zmatsuo
File length: 2086 byte(s)
Diff to previous 9346
cmakeビルドでVisual Studio 2022 でビルドできるよう調整

Revision 9346 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 14:41:49 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 1996 byte(s)
Diff to previous 9266
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 9266 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 20 14:56:29 2021 UTC (2 years, 10 months ago) by zmatsuo
File length: 1886 byte(s)
Diff to previous 8957
cmakeビルドできるよう修正 (PPK3対応)

- PPK3 = PuTTY private key format version 3
- r9258 を cmake でビルドできるよう調整

Revision 8957 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 11 16:08:29 2020 UTC (3 years, 5 months ago) by zmatsuo
File length: 1798 byte(s)
Diff to previous 8935
cJSON(libs/cJSON/)をリポジトリから削除

- 各自でダウンロードするようにした
- cmake が使える場合は、libs/ で cmake -P cJSON.cmake でダウンロード、展開可能

Revision 8935 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 8 15:14:22 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 1714 byte(s)
Diff to previous 8681
cmake,perl を buildtools/ に移動

- svn, git を使用していないとき、エラーメッセージを表示しないよう修正
- ci_scripts/appveyor.yml
  - buildtools をキャッシュ対象に追加
- ci_scripts/build_appveyor.bat
  - キャッシュサイズを小さくするため不要、未使用ファイルを削除
    - buildtools\download
    - buildtools\perl\c

Revision 8681 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 11 15:52:17 2020 UTC (4 years ago) by zmatsuo
File length: 1647 byte(s)
Diff to previous 8562
svnrev_perl/ 追加

- teraterm/svnrev の置き換え
  - teraterm/svnrev/ 削除
- 生成ファイル
  - teraterm/ttpdlg/svnversion.h
  - svnrev_perl/sourcetree_info.bat
- 書き込まれる情報
  - リビジョン番号(従来と同じ)
  - リリース版か否か (svnのブランチ名から判定)
  - ブランチ名
- サポートするプロジェクト
  - vs2005
  - vs2019
  - cmake
- perl
  - perl のダウンロード (libs/getperl.bat) を追加
  - libs/ をビルドしているとき strawberry perl が見つからなかった場合は自動でダウンロードする

Revision 8562 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 24 16:39:10 2020 UTC (4 years, 1 month ago) by zmatsuo
File length: 1578 byte(s)
Diff to previous 8522
コマンドプロンプトから msys2 の MinGW で libs/buildall.cmake ができるようにした

- 従来は msys2 の shell から行うことを想定していた
- openssl が linux でうまくビルドできなかったので修正

Revision 8522 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 1 17:12:29 2020 UTC (4 years, 2 months ago) by zmatsuo
File length: 1477 byte(s)
Diff to previous 8332
openssl のビルドに使用する perl を libs/ にインストールするようにした

- libs/ を cmake で準備するとき
- 使用する perl の種類によってビルドに失敗する
- 使用していない jom を削除

Revision 8332 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 26 05:28:45 2019 UTC (4 years, 5 months ago) by zmatsuo
File length: 1407 byte(s)
Diff to previous 7896
cmakeビルドで OpenSSL 1.1.1dのライブラリをビルド

- パッチは未適応
  - libs/openssl_patch/
  - ttxssh で crypt32.lib をリンク

Revision 7896 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 15:04:08 2019 UTC (4 years, 8 months ago) by zmatsuo
File length: 1401 byte(s)
Diff to previous 7564
Merge branch 'x64' into trunk

Revision 7564 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 9 16:23:23 2019 UTC (5 years ago) by zmatsuo
File length: 1141 byte(s)
Diff to previous 7456
libs/ フォルダで cmakeを使って Visual Studio 2019でライブラリが生成できるようにした

Revision 7456 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 2 16:18:47 2019 UTC (5 years, 1 month ago) by zmatsuo
File length: 770 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.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26