Guillaume Bittoun
|
5ac765db57
|
simplex_interpolator: first draft of final simplex interpolator (incoming tests and bugfix)
|
10 years ago |
Guillaume Bittoun
|
150db71579
|
simplex_interpolator: continuing interpolation method (to be continued…)
|
10 years ago |
Guillaume Bittoun
|
ff9d900791
|
simplex_interpolator: adding interpolator skeleton
|
10 years ago |
Guillaume Bittoun
|
05f9979e53
|
map: changing comment on insertion failure in avl_tree
|
10 years ago |
Guillaume Bittoun
|
8c44cb4f1b
|
map: re-using avl_tree in map and adding tests for string comparisons.
|
10 years ago |
Guillaume Bittoun
|
bfe68911d4
|
string.h: bug fix on operator<
|
10 years ago |
Benjamin ‘Touky’ Huet
|
6556d689de
|
So much for a build fix.
|
10 years ago |
Benjamin ‘Touky’ Huet
|
dc45794dea
|
Fixed shit build break
|
10 years ago |
Benjamin ‘Touky’ Huet
|
fc84a65063
|
Did a small "Revert-but-not-really" on map+avl_tree
Added an unit-test that breaks map+avl_tree
|
10 years ago |
Sam Hocevar
|
b6cdf81fc4
|
build: disable ffmpeg on Windows for now.
|
10 years ago |
Sam Hocevar
|
41636a86ab
|
build: add mingw’s libgcc to the link command on Visual Studio.
|
10 years ago |
Guillaume Bittoun
|
4fb61d06e0
|
avl_tree: nit (upper-case methods) bug fix and adding test for equality operator.
|
10 years ago |
Guillaume Bittoun
|
5829785014
|
avl_tree: using avl_tree in map object.
|
10 years ago |
Sam Hocevar
|
a77d328ce9
|
build: add FFmpeg libraries to msbuild property sheet.
|
10 years ago |
Sam Hocevar
|
97586c549a
|
build: add FFmpeg includes to msbuild property sheet.
|
10 years ago |
Sam Hocevar
|
979ccd23d6
|
build: add FFmpeg binaries for Windows.
|
10 years ago |
Sam Hocevar
|
7bd5a94ca0
|
image: add the skeleton for a Movie class.
|
10 years ago |
Sam Hocevar
|
9cf96538d9
|
build: minor compilation fix.
|
10 years ago |
Guillaume Bittoun
|
2998673ed0
|
String: operator < implementation
|
10 years ago |
Sam Hocevar
|
90a60ba446
|
image: revert GDI+ animated GIF tests; we’ll try something else.
|
10 years ago |
Guillaume Bittoun
|
b9e265f46b
|
avl_tree: tiny bug fix.
|
10 years ago |
Sam Hocevar
|
500e40c93d
|
image: GDI+ GIF support tweaks.
|
10 years ago |
Sam Hocevar
|
28e8fd6834
|
image: first GIF encoder iteration.
|
10 years ago |
Guillaume Bittoun
|
022e686f5b
|
avl_tree: moving avl_tree implementation in lol/base.
|
10 years ago |
Guillaume Bittoun
|
f39d5f521c
|
avl_tree: removing this useless cascade stuff.
|
10 years ago |
Guillaume Bittoun
|
b2a2f5bf9d
|
avl_tree: bug fix on chain insertion/deletion.
|
10 years ago |
Guillaume Bittoun
|
4e00d08dfb
|
avl_tree: whoops ! bug fix.
|
10 years ago |
Guillaume Bittoun
|
92a8310dd2
|
avl_tree: adding count variable to keep the number of nodes in tree.
|
10 years ago |
Guillaume Bittoun
|
ca54c69d17
|
avl_tree: adding copy constructor and operator=
|
10 years ago |
Guillaume Bittoun
|
b05c252b96
|
avl_tree: iterator full implementation + test.
|
10 years ago |
Sam Hocevar
|
a334a8544f
|
avl_tree: compilation fix.
|
10 years ago |
Guillaume Bittoun
|
a9e67e2cc1
|
avl_tree: tiny fixes + iterator features.
|
10 years ago |
Guillaume Bittoun
|
96f1cdab56
|
avl_tree: adding several min/max features and iterators.
|
10 years ago |
Guillaume Bittoun
|
80219bcfef
|
avl_tree: adding chain to keep order between nodes and make a good ordered iterator.
|
10 years ago |
Guillaume Bittoun
|
dcce2dfeaa
|
avl_tree: reverting contiguous buffer because of bad performance.
|
10 years ago |
Guillaume Bittoun
|
85a88d457c
|
avl_tree: using contiguous buffer for node storage. Copy is still unsafe and this solution needs review before complete validation (sam… ?)
|
10 years ago |
Guillaume Bittoun
|
16048b0e27
|
forgotten diff
|
10 years ago |
Guillaume Bittoun
|
cb9877a086
|
avl_tree: using contiguous buffer for node storage. Copy is still unsafe and this solution needs review before complete validation (sam… ?)
|
10 years ago |
Guillaume Bittoun
|
af3229c39a
|
avl_tree: moving parent slot inside tree_node. It complicates a bit the code, but avoid recursive call with parameter parent_slot.
|
10 years ago |
Guillaume Bittoun
|
7c76ce4bce
|
avl_tree: adding mandatory get method
|
10 years ago |
Guillaume Bittoun
|
b73bb8d901
|
avl_tree: memory released, valgrind says “no leaks are possible”
|
10 years ago |
Guillaume Bittoun
|
029d622b34
|
avl_tree: forgotten diff
|
10 years ago |
Guillaume Bittoun
|
227690f3b0
|
avl_tree: bug fixes + tests + nit
|
10 years ago |
Guillaume Bittoun
|
b59b40b758
|
avl_tree: phewww ! feels better… To be continued, memory still needs to be freed and some features are missing
|
10 years ago |
Sam Hocevar
|
d040954588
|
test: blue noise kernel generator.
|
10 years ago |
Sam Hocevar
|
59b5e10ab3
|
avl_tree: minor refactoring for shorter code.
|
10 years ago |
Sam Hocevar
|
7e04bd038a
|
scene: remove functions that aren’t that useful.
|
10 years ago |
Sam Hocevar
|
aa2bb79c87
|
input: tweak warning messages.
|
10 years ago |
Guillaume Bittoun
|
597d9bdf8f
|
avl_tree: adding tree node deletion
|
10 years ago |
Guillaume Bittoun
|
1a5df3744d
|
avl_tree: improving tests data and preparing tree deletion
|
10 years ago |