このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
lolengine
/
lol
ミラー元
https://github.com/lolengine/lol
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
654
コミット
5
ブランチ
405 MiB
C++
99%
C
0.6%
Markdown
0.4%
ツリー:
9f9566bdb6
main
wip/image-kernel
wip/interp
legacy
wip/core-clipp
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'9f9566bdb6' から
${ noResults }
lol
/
test
/
unit
履歴
Sam Hocevar
366644d43c
real: get rid of <<= and >>= operators; we can use ldexp() instead. As a
bonus, multiplication or division by a power of two will be optimised as a shift of the exponent.
13年前
..
build.cpp
core: new combinations of integer vectors (unsigned, 8-bit, etc.), dot and
13年前
cmplx.cpp
core: implement complex numbers and add unit tests for these.
13年前
half.cpp
test: give more explicit names to unit test cases.
13年前
image.cpp
test: minor fixes to the test suite: disable optimisation tests in debug
13年前
matrix.cpp
core: disallow casting eg. a vec3 into a vec2. Use the xy() getter instead.
13年前
quat.cpp
test: do not test for strict doubles equality in quaternion unit test.
13年前
real.cpp
real: get rid of <<= and >>= operators; we can use ldexp() instead. As a
13年前
trig.cpp
test: give more explicit names to unit test cases.
13年前