Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- chore: Add Taskfile tasks to lint C++ files. (#13) e3d296a
davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add Taskfile tasks to lint C++ files.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.cpp" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.h" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.hpp" ```
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.cpp" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.h" - "{{.G_YSTDLIB_CPP_SRC_DIR}}/**/*.hpp" ``` (headers need to be self-contained so ...
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
```suggestion target_sources(dummy PRIVATE src/ystdlib/hello.cpp) ```
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
move/rename to `src/ystdlib/hello.cpp`
davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
mv to `src/ystdlib/hello.cpp`
davidlion created a review on a pull request on y-scope/ystdlib-cpp
As per offline discussion, additionally other changes/fixes regarding `deps` and `venv` are on the way.
davidlion created a review on a pull request on y-scope/ystdlib-cpp
As per offline discussion, additionally other changes/fixes regarding `deps` and `venv` are on the way.
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- fix: Drop `silent` flag from `lint:cmake-check` command; Remove GNU-specific xargs flag; Avoid running `lint:yaml` un... 0151da1
davidlion closed a pull request on y-scope/ystdlib-cpp
fix: Drop `silent` flag from `lint:cmake-check` command; Remove GNU-specific xargs flag; Avoid running `lint:yaml` unnecessarily.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- chore: Add boilerplate CMake project and Taskfile tasks to lint CMake files. (#12) 3b6997f
davidlion closed a pull request on y-scope/ystdlib-cpp
chore: Add boilerplate CMake project and Taskfile tasks to lint CMake files.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion created a review comment on a pull request on y-scope/ystdlib-cpp
Same as `cmake-check`. ```suggestion ```
davidlion created a review on a pull request on y-scope/ystdlib-cpp
Lets just drop the `CMake/` directory for now. I feel like those files have too little context atm.
davidlion created a review on a pull request on y-scope/ystdlib-cpp
Lets just drop the `CMake/` directory for now. I feel like those files have too little context atm.
davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- ci: Add GitHub workflow to run code linting checks daily, on push, and on pull request. (#11) 16b2700
davidlion closed a pull request on y-scope/ystdlib-cpp
ci: Add GitHub workflow to run code linting checks daily, on push, and on pull request.
<!-- Set the PR title to a meaningful commit message that: - follows the Conventional Commits specification (https://www.conventionalcommits.org). - is in imperative form. Example: fix: Don't ...davidlion pushed 1 commit to main y-scope/ystdlib-cpp
- docs: Add an initial README outlining instructions for project setup and linting tasks. (#10) b2d9a56