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

Feature single thread #14

Merged
merged 4 commits into from
May 5, 2024
Merged

Feature single thread #14

merged 4 commits into from
May 5, 2024

Conversation

Kaiser-Yang
Copy link
Owner

We finish single thread calculation.
We add some examples for google test.
We update github work flow to make clang-format run on pull-request rather thant pull-request and push.
We update CMakeLists to make them more readable.

We now only check format when create a pull-request rather than push and
pull-request
We update CMakeLists.txt to make it more readable. And we add a
customized command in CMakeLists.txt to copy compile_commands.json to
source root directory so that clang-tidy can work. We update
.clang-format to let access modifiers in C++ not created with an indent.
We update .gitignore to ignore the compile_commands.json in source root
directory.
We add matrix.h to define matrix class. And we define some methods that
should be implemened. And we add some files will be used in the future.
@Kaiser-Yang Kaiser-Yang force-pushed the feature-single-thread branch from 80ff6ed to a54ef9a Compare May 5, 2024 02:47
@Kaiser-Yang Kaiser-Yang force-pushed the feature-single-thread branch from a54ef9a to dd633ec Compare May 5, 2024 03:27
Add unit tests. And I add some examples to show how to write unit tests
with googletest.
@Kaiser-Yang Kaiser-Yang force-pushed the feature-single-thread branch from dd633ec to 78cf37b Compare May 5, 2024 03:33
@Quentin9922 Quentin9922 merged commit 1ff9ccb into develop May 5, 2024
6 checks passed
@Kaiser-Yang Kaiser-Yang deleted the feature-single-thread branch May 5, 2024 04:59
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.

3 participants