cmake conversion #1

マージ済み
SlavekB が 1 個のコミットを feat/cmakeConv から master へマージ 5年前
Ghost5年前 にコメント

I've added a man page taken from your Debian packaging system.

I've added a man page taken from your Debian packaging system.
SlavekB がレビュー 5年前
SlavekB がコメント
オーナー

Please, give attention to my comments below. For now, I did not test it but it looks good.

Please, give attention to my comments below. For now, I did not test it but it looks good.
ConfigureChecks.cmake 古い内容
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)
SlavekB5年前 にコメント
オーナー

Please add here as another standard test:

tde_setup_largefiles( )
Please add here as another standard test: ``` tde_setup_largefiles( ) ```
set( __KDE_HAVE_GCC_VISIBILITY 1 )
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fvisibility-inlines-hidden")
endif( WITH_GCC_VISIBILITY )
SlavekB5年前 にコメント
オーナー

Please use a new common test:

tde_setup_gcc_visibility( )
Please use a new common test: ``` tde_setup_gcc_visibility( ) ```
if( NOT MSGFMT_EXECUTABLE )
tde_message_fatal( "msgfmt is required but was not found on your system." )
endif( NOT MSGFMT_EXECUTABLE )
endif( BUILD_TRANSLATIONS )
SlavekB5年前 にコメント
オーナー

This is no longer needed – it is automatically served by the new common test tde_setup_msgfmt( ).

This is no longer needed – it is automatically served by the new common test `tde_setup_msgfmt( )`.
Ghost がラベル PR/wip を追加 5年前
Ghost がラベル ST/wontfix を追加、 PR/wip を除去 5年前
Ghost5年前 にコメント
投稿者

So many change in the cmake modules, I get lost.
Feel free to add/change anything, I won't work on kshudown anymore.

So many change in the cmake modules, I get lost. Feel free to add/change anything, I won't work on kshudown anymore.
SlavekB5年前 にコメント
オーナー

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.

Okay, that's no problem. Changes in the common cmake module are not large and most represent simplification for individual projects. I'll finish it.
SlavekB がラベル ST/wontfix を除去 5年前
SlavekB が自身を担当者に設定 5年前
SlavekB がラベル PR/wip を追加 5年前
SlavekB がラベル PR/wip を除去 5年前
SlavekB がプルリクエストをクローズ 5年前
SlavekB がブランチ feat/cmakeConv を削除 5年前
SlavekB がマイルストーン R14.0.6 release に追加 5年前
プルリクエストは ffbcad84f2 でマージされています。
サインインしてこの会話に参加。
レビューアなし
マイルストーンなし
担当者なし
2 人の参加者
通知
期日

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: TDE/kshutdown#1
読み込み中…
まだ内容がありません