Updated __index, __newindex and __call metamethods in matrix classes |
|
More...
|
over 9 years ago
|
Added support of IPyLua for matrix plot as series |
|
More...
|
over 9 years ago
|
Fixed bug at axpy operation when mixing the same matrix transposed and not transposed executed under Intel MKL library with OMP matrix map. |
|
More...
|
over 9 years ago
|
Added the whole Lua environment to util.serialize builtin table |
|
More...
|
over 9 years ago
|
Fix problem with IPyLua help |
|
More...
|
over 9 years ago
|
Supportting IPyLua using metamethod ipylua_show |
|
More...
|
over 9 years ago
|
Merge pull request #180 from pakozm/exceptions |
|
More...
|
over 9 years ago
|
Replacing lua_call by lua_pcall, so the error can be captured and thrown as an exeception in C++ side |
|
More...
|
over 9 years ago
|
Solved memory leak problems in C++ exception handler |
|
More...
|
over 9 years ago
|
Merge pull request #178 from pakozm/devel |
|
More...
|
over 9 years ago
|
Handling errors by using exceptions. This way it is possible to catch it in Lua binding and convert it into Lua error, allowing to destroy properly any C++ object. |
|
More...
|
over 9 years ago
|
Added lua def in case its source can be retrieved |
|
More...
|
over 9 years ago
|
Changes in data_frame for IPyLua |
|
More...
|
over 9 years ago
|
Adde data_frame support for IPyLua |
|
More...
|
over 9 years ago
|
Added function definition in help string |
|
More...
|
over 9 years ago
|
More doc things |
|
More...
|
over 9 years ago
|
Added documentation for IPyLua |
|
More...
|
over 9 years ago
|
Merge pull request #177 from pakozm/libpng_stream |
|
More...
|
over 9 years ago
|
Fixed compilation error with MacOS X |
|
More...
|
over 9 years ago
|
Fixed problem with ERROR_EXIT |
|
More...
|
over 9 years ago
|
Updated error exit to print messages using Lua |
|
More...
|
over 9 years ago
|
Updated test and fixed problem in libpng when exporting images |
|
More...
|
over 9 years ago
|
Improving connection with IPyLua |
|
More...
|
over 9 years ago
|
Added image handler for IPyLua |
|
More...
|
over 9 years ago
|
Fixed problems in libpng when using streams instead of filenames |
|
More...
|
over 9 years ago
|
Fixing problems in streams for libpng |
|
More...
|
over 9 years ago
|
Adding StreamInterface to libpng, allowing to read and write from strings or any kind of Stream in APRIL |
|
More...
|
over 9 years ago
|
Minor change in data_frame tostring |
|
More...
|
over 9 years ago
|
Minor change in group tostring method |
|
More...
|
over 9 years ago
|
Minor change in serialization |
|
More...
|
over 9 years ago
|