Age | Commit message (Expand) | Author |
2014-02-24 | ose,erts: Specify name for tsd keys | Lukas Larsson |
2014-02-24 | erts: configure number of write_concurrency locks | Lukas Larsson |
2014-02-24 | ose: Force atleast one async thread for ose | Lukas Larsson |
2014-02-24 | erts: Make source file info available in lc | Lukas Larsson |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson |
2014-01-29 | Make it easier to revert +M<S>acul default | Rickard Green |
2014-01-29 | erts: Fixup enif_make_map_put on windows | Björn-Egil Dahlberg |
2014-01-29 | erts: Add map construction to driver API | Sverker Eriksson |
2014-01-29 | erts: Change 'size' argument of enif_get_map_size from int* to size_t* | Sverker Eriksson |
2014-01-29 | erts: Fix compile error for halfword emulator | Sverker Eriksson |
2014-01-29 | erts: Optimize struct ErlNifMapIterator | Sverker Eriksson |
2014-01-29 | erts: Fix map iterator bug when reverting from end of map position | Sverker Eriksson |
2014-01-29 | erts: Simplify some map iterator code | Sverker Eriksson |
2014-01-29 | erts: Remove use of h_limit which is always zero. | Sverker Eriksson |
2014-01-29 | erts: Let enif_map_iterator_next/prev return 0 to signal end of map. | Sverker Eriksson |
2014-01-29 | erts: Do not allow map iterator created without map | Sverker Eriksson |
2014-01-29 | erts: Increase version for NIF API and reject experimental v2.5 | Sverker Eriksson |
2014-01-29 | erts: Remove enif_find_map_value | Sverker Eriksson |
2014-01-29 | erts: Let erlang:binary_to_term/1 handle unsorted Maps | Björn-Egil Dahlberg |
2014-01-29 | erts: Optimize erts_map_update/remove | Sverker Eriksson |
2014-01-29 | erts: Fix bug in erts_maps_remove | Sverker Eriksson |
2014-01-29 | erts: Update maps serializing to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps instructions to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Update maps BIFs to use term order | Björn-Egil Dahlberg |
2014-01-29 | erts: Add BIF erts_internal:cmp_term/2 | Björn-Egil Dahlberg |
2014-01-29 | erts: Add cmp_term to compare | Björn-Egil Dahlberg |
2014-01-29 | erts: NIFs Map API fixup | Björn-Egil Dahlberg |
2014-01-29 | erts: Add NIFs for Maps | Björn-Egil Dahlberg |
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg |
2014-01-28 | erts,stdlib: Teach matchspec compiler map guards | Björn-Egil Dahlberg |
2014-01-28 | erts: erlang:phash2 should hash Maps independent of order | Björn-Egil Dahlberg |
2014-01-28 | erts: Add Maps to erlang:phash/2 and erlang:hash/2 | Björn-Egil Dahlberg |
2014-01-28 | erts: Teach term_to_binary/1 and binary_to_term/1 Map encoding | Björn-Egil Dahlberg |
2014-01-28 | erts: Fixup map instructions for halfword | Björn-Egil Dahlberg |
2014-01-28 | compiler: Implement different instructions for => and := | Björn Gustavsson |
2014-01-28 | erts: Introduce more Maps BIFs | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the type-testing guard BIF is_map/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the size-testing guard BIF map_size/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add phash2 Map functionality | Björn-Egil Dahlberg |
2014-01-28 | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg |
2014-01-28 | erts: Maps beam-instruction definitions | Björn Gustavsson |
2014-01-28 | Implement support for maps in the compiler | Björn Gustavsson |
2014-01-28 | BEAM loader: Support preservation of extra operand in transforms | Björn Gustavsson |
2014-01-28 | Merge branch 'vinoski/ds' | Rickard Green |
2014-01-28 | initial support for dirty schedulers and dirty NIFs | Steve Vinoski |
2014-01-28 | Merge branch 'vinoski/rm-drv-async-cancel' | Rickard Green |
2014-01-27 | Merge branch 'sverk/misc-bug-fixes' | Sverker Eriksson |
2014-01-27 | Merge branch 'egil/gc-increase-tenure-rate/OTP-11617' | Björn-Egil Dahlberg |
2014-01-27 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-27 | Fix usage of non-empty run-queue flag | Rickard Green |