Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clang-format styles fixes since previous commit | Loïc Blot | 2017-04-10 |
| | |||
* | Clang-format continuation indent fixes + .gitignore additions | Loïc Blot | 2017-04-06 |
| | | | | | | * Proper support for continuation indents in clang format * make src/wieldmesh.h proper and remove it from whitelist * Add CLion default build directories in .gitignore | ||
* | Clang format brace style fix | Loïc Blot | 2017-04-06 |
| | |||
* | Fix clang-format Columns Width | Loic Blot | 2017-03-31 |
| | | | | Also fix l_client.cpp/h and remove them from whitelist | ||
* | Add clang format & skip build if no source file modified (#5433) | Loïc Blot | 2017-03-25 |
* [BUILD] Add clang format + build skipping * Add clang-format tool to check codestyle. Warning: it check the whole modified file, not the diff part, it's why it's lazy. Please also look if rules are perfect, i take the Linux codestyle from LLVM site Fix issue #5415 * Skip building project if no file is modified * Fix a wrong brace to trigger LINT * Make lint step outside of unix build scope * Add AccessModifierOffset: -8 * Typo fix & needs compile fix * Fix header priorities |