Christopher Haster / funcptr

Dependents:   SimpleHTTPExample

Changes

RevisionDateWhoCommit message
18:a0fde14b6c39 2016-04-17 Christopher Haster Increase to 5 args default tip
17:079c5ad807fb 2016-04-20 Christopher Haster Add support for x86_64
16:c88d591ae0b4 2016-04-20 Christopher Haster Fix executable restrictions on multiarch support for x86
15:0c3d1c4a050b 2016-04-17 Christopher Haster Reversed template arguments to Chainer to better match array declaration
14:79be4e700cc9 2016-04-17 Christopher Haster Removed funcptr namespace
13:4d8a50d4967e 2016-04-17 Christopher Haster Added funcptr namespace
12:a005f8ca5d36 2016-04-17 Christopher Haster Move trampoline generation into separate C-compatible file
11:035e0728d927 2016-04-17 Christopher Haster Rearranged FuncPtr to take better advantage of struct alignment
10:086f34a27a8d 2016-04-17 Christopher Haster Slight doc change
9:89aeb1297779 2016-04-17 Christopher Haster Added Thunker class for generating static thunks to bound functions
8:71037a47492d 2016-04-17 Christopher Haster Standardized empty argument methods
7:9a62ba2d3d68 2016-04-17 Christopher Haster Add Chainer class for chaining functions
6:b5f0551273f6 2016-04-17 Christopher Haster Fixed issue with boolean casts
5:5c91c61f50b6 2016-04-17 Christopher Haster Added Composer class for static function composition
4:627e19790dd9 2016-04-17 Christopher Haster Removed unecessary static casts
3:84b61e1b050c 2016-04-17 Christopher Haster Added Binder class for static function binding
2:56e1906f7103 2016-04-17 Christopher Haster Small comment changes
1:9c28068feddc 2016-04-17 Christopher Haster Added thunk function for better interoperability with C
0:176c74479de2 2016-04-17 Christopher Haster Added FuncPtr class