-
Notifications
You must be signed in to change notification settings - Fork 62
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
#132 #136 C++ port light refactororing and bug fix #140
#132 #136 C++ port light refactororing and bug fix #140
Commits on Aug 1, 2024
-
mike-lischke#132 Configure Clang-Tidy identifier naming
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 426e4d2 - Browse repository at this point
Copy the full SHA 426e4d2View commit details -
mike-lischke#132 Make internal types private
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 81f04fb - Browse repository at this point
Copy the full SHA 81f04fbView commit details -
mike-lischke#132 Reduce copy-constructor calls
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 6ecb2b7 - Browse repository at this point
Copy the full SHA 6ecb2b7View commit details -
mike-lischke#136 Fix CppParser::SimpleExample test
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 80b9e3f - Browse repository at this point
Copy the full SHA 80b9e3fView commit details -
mike-lischke#132 Use unordered map instead of ordered
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 8660535 - Browse repository at this point
Copy the full SHA 8660535View commit details -
mike-lischke#132 Store const Token pointers
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 8cf408d - Browse repository at this point
Copy the full SHA 8cf408dView commit details -
mike-lischke#132 Document out of bounds caret behavior
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for ee978db - Browse repository at this point
Copy the full SHA ee978dbView commit details -
mike-lischke#132 Remove redundant condition
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for af30224 - Browse repository at this point
Copy the full SHA af30224View commit details -
mike-lischke#132 Remove redundant variable
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 695ad15 - Browse repository at this point
Copy the full SHA 695ad15View commit details -
mike-lischke#132 Use all_of to reduce duplication
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for a393a8f - Browse repository at this point
Copy the full SHA a393a8fView commit details -
mike-lischke#132 Refactor all_of-like logic
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 1f788d9 - Browse repository at this point
Copy the full SHA 1f788d9View commit details -
mike-lischke#132 Refactor DFS code
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for bb82cf1 - Browse repository at this point
Copy the full SHA bb82cf1View commit details -
mike-lischke#132 Use std::ranges::find
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 86ee323 - Browse repository at this point
Copy the full SHA 86ee323View commit details -
mike-lischke#132 Use pragma once
Signed-off-by: vityaman <vityaman.dev@yandex.ru>
Configuration menu - View commit details
-
Copy full SHA for 8826edd - Browse repository at this point
Copy the full SHA 8826eddView commit details