Meson as build system, setup documentation, formatting and other other software management#4
Open
JaroCamphuijsen wants to merge 64 commits into
Open
Meson as build system, setup documentation, formatting and other other software management#4JaroCamphuijsen wants to merge 64 commits into
JaroCamphuijsen wants to merge 64 commits into
Conversation
- Header files under `include` - Source files under `src` - Configuration files under `config` - Input data files under `data` - Other files (for now, only logos) under `assets` - Python files under `bindings`
TODO ==== - Update `README.md` with instructions on how to compile the source with meson.
…le and run `corticalsim3D`: - Updated the instructions for installing dependencies on Windows (to be verified). - Added instructions on setting up and compiling `corticalsim3D`. - Added a Run section (to be updated).
Meson as build system
Hierarchical codebase
- Note: This is a working file, it could change drastically over time.
…ersenneTwister.h`.
…ompiler warnings.
NOTE: This needs to be refactored to eliminate initialisations inside case statements.
- Trimmed trailing whitespaces.
Added initial `.gitignore` file
Added a `clang-format` configuration.
Refactored the codebase to silence all (current) compiler warnings.
- Added `ColumnLimit: 120` - Removed `IndentPPDirectives: BeforeHash`
- Added an option to insert empty lines before and after access modifiers. - Added an option to automatically insert namespace comments after the closing brace. - Added penalties for breaking before member access and scope resolution. - Added a penalty for breaking up strings.
- Applied `clang-format` to the entire codebase.
Apply `clang-format` to the existing code.
…roduction content
…ntly built in the build directory
Thanks for the review! These were all reasonable suggestions. Most of the text in "introduction.md" actually came from the referenced paper, so the text fixes should be in there. For me this is a placeholder anyway, as I think Eva and/or Bandan should write these parts. For now i just accepted your contributions, which made it more readable. Co-authored-by: Alexander Hadjiivanov <43831101+cantordust@users.noreply.github.com>
Setup sphinx documentation
Add initial citation file with authors
Remove the dependency on Boost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges the fork from the NLeSC organisation into this root repository, the following changes are included:
Remove the dependency on Boost
#35 by cantordust Member was merged on May 20
Add initial citation file with authors
#33 by JaroCamphuijsen Member was merged on May 6
Apply clang-format to the existing code.
#32 by cantordust Member was merged on Apr 20
Refactor codebase to silence all compiler warnings
#27 by cantordust Member was merged on Apr 14
Added a clang-format configuration.
#26 by cantordust Member was merged on Apr 14
Added initial .gitignore file
#18 by cantordust Member was merged on Apr 14
Meson as build system
#9 by cantordust Member was merged on Apr 8
Hierarchical codebase
#8 by cantordust Member was merged on Apr 8
Setup sphinx documentation
#7 by JaroCamphuijsen Member was merged 2 weeks ago