Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Sam Hocevar 47e71bda63 base: rough implementation of safe enums with minimal ToString() support. před 10 roky
..
array.cpp base: Array::Remove(int) now accepts a negative index to remove elements před 11 roky
atomic.cpp test: add missing unit tests for the Atomic template class. před 11 roky
box.cpp build: compilation fixes for errors caused by recent renamings. před 8 roky
build.cpp test: remove isnan() unit tests because we can't rely on that function. před 8 roky
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. před 8 roky
cmplx.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
color.cpp test: disable a few non-essential and potentially incorrect unit tests. před 11 roky
enum.cpp base: rough implementation of safe enums with minimal ToString() support. před 8 roky
half.cpp test: remove isnan() unit tests because we can't rely on that function. před 8 roky
image.cpp image: hide the constructor behind a factory so that we can later před 11 roky
interp.cpp math: replace Interp with TimeInterp. We'll see how useful it gets. před 11 roky
map.cpp test: speed up the Map unit test. před 11 roky
matrix.cpp New year copyright update. před 12 roky
quat.cpp math: add quat::axis() and quat::angle() to retrieve axis and angle from a před 8 roky
rand.cpp test: more complete PRNG unit tests. před 11 roky
real.cpp build: fix the WTFPL site URL in all code comments. před 12 roky
rotation.cpp New year copyright update. před 12 roky
string.cpp core: added StartsWith and EndsWith function for strings, and a sign function for numeric types před 8 roky
thread.cpp thread: implement Queue::TryPush and Queue::TryPop. před 8 roky
trig.cpp math: add GLSL-inherited degrees() and radians() conversion functions. před 8 roky
vector.cpp math: add orthogonal() and orthonormal() for 3-component vectors. před 8 roky