Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use flag pedantic errors #20

Merged
merged 3 commits into from Dec 22, 2018

Commits on Dec 15, 2018

  1. Rename the macro JDDATE to JDDATE_FALLBACK

    バージョン番号とgitリビジョンについて説明をjdversion.hに追加する
    ma8ma committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    405da09 View commit details
    Browse the repository at this point in the history
  2. Fix debug log for std::thread

    ma8ma committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    69da80e View commit details
    Browse the repository at this point in the history
  3. Use compiler flag "-pedantic-errors"

    コンパイラの拡張機能を禁止し標準に準拠する。
    
    ./configureの引数に与えられたCXXFLAGSをJDのフラグより後ろに展開する。
    clangは後ろのフラグを優先するため前で展開すると上書きできない場合がある。
    ma8ma committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    b46e404 View commit details
    Browse the repository at this point in the history