Skip to content

Commit

Permalink
Updated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoro committed Oct 16, 2015
1 parent e8ce0a0 commit e63ebf7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/.clang-format → .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
BinPackParameters: true
BinPackArguments: false
BinPackParameters: false
BraceWrapping:
AfterClass: false
AfterControlStatement: false
Expand All @@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: None
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 120
ColumnLimit: 0
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
Expand Down
10 changes: 9 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,12 @@ misc
- implement QBVH travelsal and SIMD triangle intersect with ispc
- implement non-recursive versions of raytracing and pathtracing algorithms (wavefront-style / multipass stuff)
- integrate framebuffer to windowrunner and add film class that holds image buffers
- implement opencl tracers with multipass/wavefront style
- implement opencl tracers with multipass/wavefront style
- bvh on/off for editing and store original visible in scene
- change tclap to boost program options
- use boost timer
- change globals variables to constexpr
- fix atomic variable initializations
- alias instead of typedef
- use make_unique (check gcc support)
- remove freetype headers

0 comments on commit e63ebf7

Please sign in to comment.