Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
added missing remotery. clang fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
septag committed Mar 30, 2019
1 parent 2ecceb3 commit 91454b1
Show file tree
Hide file tree
Showing 10 changed files with 7,964 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ docs/warnings.txt
imgui.ini
install
*.log
.vscode/
.vscode/launch.json
.vscode/c_cpp_properties.json
shaders_h
src/rizz/plugin_bundle.h
src/rizz/plugin_bundle_native.h
Expand Down
70 changes: 70 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"files.associations": {
"config.h": "c",
"sokol_gfx.h": "c",
"efsw.h": "c",
"threads.h": "c",
"array": "cpp",
"string_view": "cpp",
"memory": "c",
"thread": "cpp",
"initializer_list": "c",
"utility": "c",
"font-roboto.h": "c",
"types.h": "c",
"system_error": "c",
"stc-parse.h": "c",
"gfx-types.h": "c",
"gfx.h": "c",
"string.h": "c",
"stb_image.h": "c",
"dds-ktx.h": "c",
"fcntl.h": "c",
"sort.h": "c",
"os.h": "c",
"asset.h": "c",
"sendfile.h": "c",
"sysctl.h": "c",
"profiler.h": "c",
"remotery.h": "c",
"typeinfo": "c",
"core.h": "c",
"reflect.h": "c",
"app.h": "c",
"graphics.h": "c",
"_sg-types.h": "c",
"cmath": "cpp",
"jobs.h": "c",
"atomic.h": "c",
"stb_printf.h": "c",
"fiber.h": "c",
"sokol_app.h": "c",
"ratio": "c",
"type_traits": "c",
"features.h": "c",
"wordsize.h": "c",
"allocator.h": "c",
"macros.h": "c",
"bheap.h": "c",
"sokol_time.h": "c",
"imgui.frag.h": "c",
"math.h": "c",
"gl.h": "c",
"glew.h": "c",
"glext.h": "c"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".vscode/ipch/**": true,
"bin/**": true,
"build/**": true,
"scripts/generators/fake_libc_include*": true,
"misc/**": true
},
"C_Cpp.configurationWarnings": "Disabled",
"C_Cpp.clang_format_style": "file"
}
Loading

0 comments on commit 91454b1

Please sign in to comment.