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

sarpik:sarpik/add-nesting-fix-circular-deps #5

Merged
merged 8 commits into from
Jan 3, 2020

Commits on Jan 3, 2020

  1. Update -std=c++11 to -std=c++17 to fix errors

    Damn it I wasted too much time on this xd
    
    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    36a93c1 View commit details
    Browse the repository at this point in the history
  2. Create splitStr util to make nesting possible 👀👀

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    2d35a08 View commit details
    Browse the repository at this point in the history
  3. (big) Move stuff back into .cpp & fix A LOT of things

    Sorry I'm lost at this point & I've spent like too many hours here.
    I'm glad things finally work.
    
    Circular dependencies, forward declarations & indexing via strings vs
    const char pointers were the the most draining.
    
    Let's go yo
    
    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0aa9c37 View commit details
    Browse the repository at this point in the history
  4. Extend machine to include nested state machines!

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    b8900cc View commit details
    Browse the repository at this point in the history
  5. Add a few more send("TIMER")s to explore the nested machines!

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    05ba099 View commit details
    Browse the repository at this point in the history
  6. Slightly update on X handlers in example

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    496631c View commit details
    Browse the repository at this point in the history
  7. misc: Update settings.json

    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    9d7eb79 View commit details
    Browse the repository at this point in the history
  8. Add Features category to README.md

    Yeet
    
    Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
    kiprasmel committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    a24ac9e View commit details
    Browse the repository at this point in the history