Skip to content

Commit 70d8f55

Browse files
authored
Merge branch 'ZigRazor:master' into master
2 parents ce32210 + 3da142e commit 70d8f55

4 files changed

Lines changed: 28 additions & 2 deletions

File tree

.github/workflows/Code_Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ${{github.workspace}}/build/test
5050
run: lcov --capture --directory .. --output-file coverage.info
5151

52-
- uses: codecov/codecov-action@v5.3.1
52+
- uses: codecov/codecov-action@v5.4.0
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
file: ${{github.workspace}}/build/test/coverage.info # optional

.github/workflows/clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Run clang-format style check
23-
uses: jidicula/clang-format-action@v4.14.0
23+
uses: jidicula/clang-format-action@v4.15.0
2424
with:
2525
clang-format-version: '16'
2626
check-path: ${{ matrix.path }}

.github/workflows/gitlab_sync.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: GitlabSync
2+
3+
on:
4+
- push
5+
- delete
6+
7+
jobs:
8+
sync:
9+
runs-on: ubuntu-latest
10+
name: Git Repo Sync
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
- uses: action-pack/gitlab-sync@v3.03
16+
with:
17+
# GitLab repo URL
18+
url: ${{ secrets.GITLAB_TARGET_URL }}
19+
# GitLab username
20+
username: ${{ secrets.GITLAB_TARGET_USERNAME }}
21+
# GitLab token
22+
token: ${{ secrets.GITLAB_TARGET_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@ Thank you to all the people who have already contributed to CXXGraph!
609609

610610
[![Contributors](https://contrib.rocks/image?repo=zigrazor/CXXGraph)](https://github.com/ZigRazor/CXXGraph/graphs/contributors)
611611

612+
## Cited By
613+
614+
- Ruizhe Wang, Meng Xu, and N. Asokan. 2024. SeMalloc: Semantics-Informed Memory Allocator. In Proceedings of the 2024 on ACM SIGSAC Conference on Computer and Communications Security (CCS '24). Association for Computing Machinery, New York, NY, USA, 1375–1389. https://doi.org/10.1145/3658644.3670363
615+
612616
## Cite Us
613617

614618
If you use this software please follow the [CITATION](https://github.com/ZigRazor/CXXGraph/blob/master/CITATION) instructions.

0 commit comments

Comments
 (0)