-
Notifications
You must be signed in to change notification settings - Fork 1
GUI based Maze Generation and Solving #18
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
Merged
Conversation
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
…at file) Adding .clang-format file
Add common file types to .gitignore to prevent tracking.
Creating basic project file structure based on CMake
Adding testing functionality using GoogleTest
Added: 1. Table of Contents 2. Build Instructions for the project 3. Troubleshooting guide 4. Link to helpful resources
Added a comprehensive contributions guide for the MicroMouse Simulator project, covering prerequisites, development workflow, coding standards, and submission guidelines.
…re it has been properly configured
…gle line(BasedOnStyle)
…ks, initialized CHANGELOG and added commitizen clang-format: tab-width, better alignment, some QoL. clang-tidy: added linting checks and enforced naming scheme gitignore: ignored more files markdownlint: changed default line lenght to 100 CHANGELOG: based on keepachangelog.com and semver.org v2.0 commitizen: better commit messages, the easy way pre-commit: the main purpose of this commit, explained below: ## pre-commit: enable-testing: Enable the testing configuration of cmake build: build/compile the project, needed for testing test: run the google-tests on the project automatically clang-format: check whether code complies with the formatting standards clang-tidy: provides framework for diagnosing and fixing errors cppcheck: provides code analysis to detect bugs, undefined behaviour, etc. typos: check for typos with minimum false-positive results commitizen: better commit messages, the automated way actionlint: lint GitHub actions for common CI/CD bugs and errors markdownlint: lint markdown files to comply with repo standards pre-commit: miscellaneous minor checks for trivial mistakes
ci(pre-commit-config): Added pre-commit-hooks and CHANGELOG
…tions and additions in the latest merged pull request
- Move Doxyfile to sphinx_docs/ and update documentation workflow - Update README.md and CONTRIBUTING.md with Sphinx instructions - Fix font loading by adding assets/fonts and updating CMake/UI.cpp - Apply clang-tidy fixes and modern C++ improvements - Add error handling to Main.cpp - Update .gitignore to exclude build artifacts - Increase pre-commit file size limit for assets - Resolve all cppcheck warnings with appropriate suppressions - Apply clang-format - Update tests to reflect changes - All pre-commit hooks passing
… and rendering optimizations
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.
You can see the changes and additions in CHANGELOG.md