Meson as build system, setup documentation, formatting and other other software management#4
Merged
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.
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
…eck will be removed when the Boost dependency is removed.
…s causing earlier versions of Clang to throw an error.
…it was causing issues with GCC >=16.
- Using only STL components (`std::mt19937_64`, various distributions). - Removed unused methods. - Renamed the `MTRand` class to a more generic `RandHub` since the RNG engine can be replaced in the future. - Renamed `MersenneTwister.h` to `randhub.hpp` to reflect the renamed class.
…warnings. These need to be handled properly (see issue 29).
Removed a formatting option from `.clang-format`
Meson build instructions
Fixed multimap type
Update the random number generator
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 changes have already been reviewed in their respective pull requests.
The following changes are included in this merge:
Update the random number generator
#47 by cantordust Member was merged on Jul 8
Fixed multimap type
#46 by cantordust was merged on Jul 7
Removed a formatting option from .clang-format
#44 by cantordust Member was merged on Jun 30
Meson build instructions
#42 by cantordust Member was merged on Jun 30
Remove the dependency on Boost
#35 by cantordust was merged on May 20
Add initial citation file with authors
#33 by JaroCamphuijsen was merged on May 6
Apply clang-format to the existing code.
#32 by cantordust was merged on Apr 20
Refactor codebase to silence all compiler warnings
#27 by cantordust was merged on Apr 14
Added a clang-format configuration.
#26 by cantordust was merged on Apr 14
Added initial .gitignore file
#18 by cantordust was merged on Apr 14
Meson as build system
#9 by cantordust was merged on Apr 8
Hierarchical codebase
#8 by cantordust was merged on Apr 8
Setup sphinx documentation
#7 by JaroCamphuijsen was merged 2 weeks ago