選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Sam Hocevar d16595a0bc image: some refactoring of the Image class. Not final. 10年前
..
array.cpp base: Array::Remove(int) now accepts a negative index to remove elements 11年前
atomic.cpp test: add missing unit tests for the Atomic template class. 11年前
box.cpp build: compilation fixes for errors caused by recent renamings. 8年前
build.cpp test: remove isnan() unit tests because we can't rely on that function. 8年前
camera.cpp math: add constant vectors vec2::zero, vec2::axis_x, etc. 8年前
cmplx.cpp build: fix the WTFPL site URL in all code comments. 12年前
color.cpp test: disable a few non-essential and potentially incorrect unit tests. 11年前
enum.cpp base: rough implementation of safe enums with minimal ToString() support. 8年前
half.cpp test: remove isnan() unit tests because we can't rely on that function. 8年前
image.cpp image: some refactoring of the Image class. Not final. 8年前
interp.cpp math: replace Interp with TimeInterp. We'll see how useful it gets. 11年前
map.cpp test: speed up the Map unit test. 11年前
matrix.cpp New year copyright update. 12年前
quat.cpp base: support range-based for loops in lol::Array. 8年前
rand.cpp test: more complete PRNG unit tests. 11年前
real.cpp base: support range-based for loops in lol::Array. 8年前
rotation.cpp New year copyright update. 12年前
string.cpp core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 8年前
thread.cpp thread: implement Queue::TryPush and Queue::TryPop. 8年前
trig.cpp math: add GLSL-inherited degrees() and radians() conversion functions. 8年前
vector.cpp math: revert the lvalue vector swizzles because VS2012 lags behind. 8年前