GithubHelp home page GithubHelp logo

ma8ma / jdim Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jdimproved/jdim

7.0 7.0 0.0 10.25 MB

2ch browser for linux

License: GNU General Public License v2.0

Shell 0.06% C++ 99.22% C 0.25% Meson 0.47%

jdim's People

Contributors

crossfire avatar henrich avatar ma8ma avatar mtasaka avatar ooinu avatar taro-yamada avatar yama-natuki avatar ytoku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jdim's Issues

C++11に対応する

edit(2019-11-30): リストを更新

C++ Core Guidelinesを参考にC++11の機能を使ってコードを修正する。

  • 値を返す(not ポインター&参照)関数の戻り値の型からconst修飾子を外す (fixed by #18 and in gtk3-preview )
  • deleteでリソースを開放しているコードを修正する
  • malloc(), free()でリソースを確保開放しているコードを修正する
  • range-based forを使う
  • スコープを持つ列挙型(enum class)を使う
  • NULLnullptrに置き換える (fixed by JDimproved#150)
  • MISC::itostrstd::to_stringに置き換える (fixed by JDimproved#148)

GTK3版スレビューのタッチスクリーン対応

GTK3版スレビューをタッチスクリーン対応するためのissueです。パッチの更新などをコメントします。
パッチやブランチの動作状況や不具合などコメントしていただければ幸いです。

コンパイル周りの修正

edit(2019-01-09): リストを更新

  • コンパイル時警告を修正する。(gcc 7 & clang 6.0) (fixed by #9 and into test by yama-natuki#18)
  • clangを使ってビルドできるように調整する (fixed by #9)
  • コンパイルの警告オプション -pedantic-errors -pedanticを追加する (fixed by #9 and into test by yama-natuki#20, yama-natuki#21 )
  • コンパイルの警告オプション(-Wextraなど)を追加して試してみる (fixed by #13 and into test by yama-natuki#23 )
  • 保守性を高めるためオーバーライドした仮想関数にoverrideを付ける (fixed by #13 and into test by yama-natuki#22 )
  • moveの妨げになっているので関数の戻り値のconst指定を外す(参照とポインタは除く)
    最適化するための変更は別のissueで取り扱う

gtkmm-2.4のヘッダーでwarningが出たので-Werrorの指定は難しい。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.