index
:
dimension.git
android
faster-futures
master
physics
teapot
A high-performance photo-realistic 3-D renderer
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libdimension
/
dimension
/
array.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement removing/inserting in the middle of a dmnsn_array*.
Tavian Barnes
2009-07-09
1
-0
/
+28
|
*
Update license copyrights to 2009.
Tavian Barnes
2009-07-08
1
-1
/
+1
|
*
Inline some functions: about a 5% performance boost.
Tavian Barnes
2009-07-01
1
-11
/
+96
|
*
New inline function framework.
Tavian Barnes
2009-06-30
1
-2
/
+8
|
*
Remove thread-synchronization from arrays, which was way too slow, and
Tavian Barnes
2009-06-29
1
-15
/
+1
|
|
|
|
only really needed for dmnsn_progress anyway.
*
Add some documentation.
Tavian Barnes
2009-06-26
1
-1
/
+2
|
*
Add lots of comments, and some code fixes discovered in the process.
Tavian Barnes
2009-06-26
1
-6
/
+8
|
*
New dmnsn_array_size() thread-safe function.
Tavian Barnes
2009-06-23
1
-1
/
+3
|
*
Add interface for performing long tasks in background, while giving a
Tavian Barnes
2009-06-22
1
-2
/
+3
|
|
|
|
progress indication.
*
Make dmnsn_array*'s thread safe.
Tavian Barnes
2009-06-22
1
-7
/
+17
|
*
Make raytracing engine multi-threaded.
Tavian Barnes
2009-06-14
1
-2
/
+3
|
*
Add new general array interface.
Tavian Barnes
2009-05-07
1
-0
/
+48