Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years | Björn-Egil Dahlberg | 2011-09-29 | 1 | -1/+1 |
| | |||||
* | erts: use a union to avoid strict aliasing issues | Tuncer Ayaz | 2011-08-15 | 1 | -28/+42 |
| | | | | | | | Use a union for pointer type conversion to avoid compiler warnings about strict-aliasing violations with gcc-4.1. gcc >= 4.2 does not emit the warning. TODO: Reconsider use of union once gcc-4.1 is obsolete? | ||||
* | erts: adapt matrix_nif to R14 erl_nif API changes | Tuncer Ayaz | 2011-08-15 | 1 | -8/+9 |
| | |||||
* | Update copyright years | Björn-Egil Dahlberg | 2011-05-20 | 1 | -1/+1 |
| | |||||
* | erts: Fix doc typos, duplication and readability | Tuncer Ayaz | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | OTP-8335 NIF improvements: | Sverker Eriksson | 2010-02-17 | 2 | -0/+254 |
| | | | | | | | | | | | | | | | Driver API for multi-threading made available for NIFs. Support for mempory managed (garbage collected) resource objects. A way to pass "pointers" to native data structures between C and Erlang in a safe way. Support for references, floats and term comparison. Various new functions, like enif_inspect_iolist_as_binary, enif_make_sub_binary, enif_get_string, enif_get_atom, enif_make_tuple_from_array, enif_make_list_from_array, enif_make_existing_atom. | ||||
* | The R13B03 release.OTP_R13B03 | Erlang/OTP | 2009-11-20 | 13 | -0/+1272 |