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

Refactoring: Gino is a single shared library and has a menuconfig #4

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

Conversation

fsossai
Copy link
Contributor

@fsossai fsossai commented Mar 16, 2024

  • Added make menuconfig
  • src/core compiles down to a single shared library (.so)
  • Each tools still compiles to a separate shared library
  • Scripts generate a call stack when something fails
  • Gino can be used with FetchContent and ExternalProject
  • Improved gino-config
  • src/core and src/tools contain C++ code only
  • Politely complains when you forget to source Noelle first
  • Better README
  • noelle- parameters are now gino- parameters
  • noelle.parallelizer.looporder is now gino.looporder
  • Renamed runtime API

@fsossai fsossai changed the title Refactoring: gino is a single shared library and has a menuconfig Refactoring: Gino is a single shared library and has a menuconfig Mar 16, 2024
@fsossai fsossai marked this pull request as ready for review April 22, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants