You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Sam Hocevar d16595a0bc image: some refactoring of the Image class. Not final. 10 years ago
..
array.cpp base: Array::Remove(int) now accepts a negative index to remove elements 11 years ago
atomic.cpp test: add missing unit tests for the Atomic template class. 11 years ago
box.cpp build: compilation fixes for errors caused by recent renamings. 8 years ago
build.cpp test: remove isnan() unit tests because we can't rely on that function. 8 years ago
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 8 years ago
cmplx.cpp build: fix the WTFPL site URL in all code comments. 12 years ago
color.cpp test: disable a few non-essential and potentially incorrect unit tests. 11 years ago
enum.cpp base: rough implementation of safe enums with minimal ToString() support. 8 years ago
half.cpp test: remove isnan() unit tests because we can't rely on that function. 8 years ago
image.cpp image: some refactoring of the Image class. Not final. 8 years ago
interp.cpp math: replace Interp with TimeInterp. We'll see how useful it gets. 11 years ago
map.cpp test: speed up the Map unit test. 11 years ago
matrix.cpp New year copyright update. 12 years ago
quat.cpp base: support range-based for loops in lol::Array. 8 years ago
rand.cpp test: more complete PRNG unit tests. 11 years ago
real.cpp base: support range-based for loops in lol::Array. 8 years ago
rotation.cpp New year copyright update. 12 years ago
string.cpp core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 8 years ago
thread.cpp thread: implement Queue::TryPush and Queue::TryPop. 8 years ago
trig.cpp math: add GLSL-inherited degrees() and radians() conversion functions. 8 years ago
vector.cpp math: revert the lvalue vector swizzles because VS2012 lags behind. 8 years ago