이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
gplib
보기
1
좋아요
1
포크
0
코드
이슈
8
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Changed some project settings
master
Ludovic 'Archivist' Lagouardette
3 년 전
부모
87def449a8
커밋
2fd333c0e3
2개의 변경된 파일
과
15개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.gitignore
+13
-1
.vscode/settings.json
+ 2
- 1
.gitignore
파일 보기
@ -42,4 +42,5 @@ README.html
bin/tests.S
bin/tests.S.zip
vgcore.*
doc/*
doc/*
.vscode/launch.json
+ 13
- 1
.vscode/settings.json
파일 보기
@ -8,5 +8,17 @@
"-Wall"
,
"-pedantic"
,
"-I${workspaceRoot}/include"
]
]
,
"files.associations"
:
{
"optional"
:
"cpp"
,
"system_error"
:
"cpp"
,
"istream"
:
"cpp"
,
"ostream"
:
"cpp"
,
"ratio"
:
"cpp"
,
"array"
:
"cpp"
,
"functional"
:
"cpp"
,
"tuple"
:
"cpp"
,
"type_traits"
:
"cpp"
,
"utility"
:
"cpp"
}
}
쓰기
미리보기
불러오는 중...
취소
저장