aboutsummaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7547 from akien-mga/clang-format-baseRémi Verschelde2017-03-054-0/+258
|\ | | | | Style: Add .clang-format based on LLVM style
| * clang-format: Add pre-commit hookRémi Verschelde2017-02-124-0/+258
| | | | | | | | | | Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format
* | Added AppImage structureDaniel J. Ramirez2017-03-043-0/+12
|/
* Reorder the folders in tools to prepare moving tools/editorRémi Verschelde2017-02-0966-0/+1706
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.