Alon Zakai
|
4fbbfb2d27
|
make sure allocate() types have the same length as the slab
|
2013-04-04 15:55:46 -07:00 |
Alon Zakai
|
538b6b0bcc
|
fix s_x_x
|
2013-04-04 15:46:21 -07:00 |
Alon Zakai
|
93aa89e9e9
|
split function table indexings into 4 Uint8 when in the singleton global allocation
|
2013-04-04 14:32:21 -07:00 |
Alon Zakai
|
cce94969bd
|
always flatten out ta2 allocate()ions
|
2013-04-04 14:19:18 -07:00 |
Alon Zakai
|
f1369af42b
|
write out all the initial global allocations as one big ALLOC_NONE
|
2013-04-04 14:19:18 -07:00 |
Alon Zakai
|
0712696d06
|
Merge pull request #1032 from waywardmonkeys/fix-try-delete
Fix calling try_delete before importing it.
|
2013-04-04 14:16:31 -07:00 |
Alon Zakai
|
2e989babe0
|
Merge pull request #1029 from waywardmonkeys/fix-get-configuration
Make get_configuration() a global.
|
2013-04-04 14:15:57 -07:00 |
Alon Zakai
|
a61d054621
|
ensure aligned sizes for all constants
|
2013-04-04 10:31:44 -07:00 |
Alon Zakai
|
1e7414017b
|
refactor chunkifying in makePointer
|
2013-04-04 10:26:32 -07:00 |
Alon Zakai
|
61cab495da
|
refactor vtable extension
|
2013-04-04 10:26:13 -07:00 |
Alon Zakai
|
cbc15905a1
|
compress in makePointer only in non-ta2, in preparation for consolidating all ta2 allocations
|
2013-04-04 10:10:40 -07:00 |
Éloi Rivard
|
9017c0a8dc
|
* Spaces and indentation.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
6d7a967e5f
|
* Indentation and brackets.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
0dceb18861
|
Update AUTHORS
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
e646c6db2b
|
Update AUTHORS
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
9479779ef4
|
* Fixed glfw test.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
5463f56704
|
* Fixed mouse position.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
c670dde7c6
|
* OpenGL extensions.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
8d8191488b
|
* Minor fix.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
6530ca0ac9
|
* Added a test.
* Mouse events are ok.
* Keyboard events work partially.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
0d05320324
|
* Edited tests so they use emscripten_main_loop.
* Got triangle test about to work.
* Implemented misc functions.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
94b3f0a692
|
* Added glfw headers and testcases.
|
2013-04-04 11:17:37 +02:00 |
Éloi Rivard
|
d78dcc9b74
|
* Fixed glfw test.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
5bc370bc70
|
* Header.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
26a2095480
|
* Fixed mouse position.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
f65172d9f2
|
* Disabled setMousePos in library_glfw.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
b4786e49d4
|
* OpenGL extensions.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
37045ce20e
|
* Minor fix.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
e0883e3d86
|
* Added a test.
* Mouse events are ok.
* Keyboard events work partially.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
9d20403eba
|
* Misc functions.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
463d996cb0
|
* Edited tests so they use emscripten_main_loop.
* Got triangle test about to work.
* Implemented misc functions.
|
2013-04-04 11:17:36 +02:00 |
Éloi Rivard
|
656bba1da1
|
* Added glfw headers and testcases.
|
2013-04-04 11:17:36 +02:00 |
Bruce Mitchener
|
2fc27b8947
|
Fix calling try_delete before importing it.
Previously, the import of try_delete was after one of the blocks
of code that called it, so it could result in an error at runtime.
|
2013-04-04 16:11:57 +07:00 |
juj
|
1613b96ed8
|
Merge pull request #1030 from waywardmonkeys/fix-windows-constexpr-problem
Work around problem with constexpr on Windows.
|
2013-04-04 00:07:29 -07:00 |
Bruce Mitchener
|
83a401ae7b
|
Work around problem with constexpr on Windows.
This is for libcxx compilation on Windows and is a result of
http://llvm.org/PR15651.
See issue #1019 for more detail.
|
2013-04-04 13:53:32 +07:00 |
Bruce Mitchener
|
d43e5283a4
|
Make get_configuration() a global.
|
2013-04-04 13:43:39 +07:00 |
Alon Zakai
|
927355084b
|
refactor/simplify constant generation
|
2013-04-03 18:57:57 -07:00 |
Alon Zakai
|
ecb57d5344
|
bump MAX_NAMES
|
2013-04-03 17:47:54 -07:00 |
Alexander Gladysh
|
1e30c181f0
|
added myself to the AUTHORS
|
2013-04-04 00:24:48 +04:00 |
Alexander Gladysh
|
e2d60d14e9
|
Add ability to use versioned clang libraries
Just like LLVM_ADD_VERSION.
|
2013-04-04 00:24:47 +04:00 |
Alon Zakai
|
55184dbb9f
|
Merge pull request #1015 from fhd/incoming
Support rotozoomSurface
|
2013-04-03 11:43:53 -07:00 |
Felix H. Dahlke
|
e6f1f4cc81
|
Restore old zoomSurface test, add new tests for rotozoomSurface
|
2013-04-02 05:32:49 +02:00 |
Alon Zakai
|
8ae983c6c1
|
fix externals handling: non-library elements need nothing at all, so runtime linking works
|
2013-04-01 17:09:54 -07:00 |
Alon Zakai
|
6a08915a8c
|
simplify and unify handling of externals
|
2013-04-01 16:35:37 -07:00 |
Alon Zakai
|
00c2e03551
|
Merge pull request #1009 from waywardmonkeys/another-libcxx-update
Another libcxx update
|
2013-04-01 16:01:04 -07:00 |
Alon Zakai
|
8408257cd6
|
Merge branch 'incoming'
|
2013-04-01 12:55:33 -07:00 |
Alon Zakai
|
36600f34ef
|
update test_chunking
|
2013-04-01 12:44:00 -07:00 |
Alon Zakai
|
7a79f8eb28
|
fix test_cases/caall.ll in asm
|
2013-03-31 21:37:46 -07:00 |
Alon Zakai
|
169884133c
|
differentiate better the ambiguous case of llvm call (where the type can be either just the return type, or the entire function type): ** and above are certainly just the return type
|
2013-03-31 20:21:35 -07:00 |
Alon Zakai
|
e4fec66245
|
fix resource.h for C++ usage
|
2013-03-31 17:39:36 -07:00 |