aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data/nif_SUITE.c
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
2017-04-22erts: Allow for easier future enif_hash expansionGuilherme Andrade
2017-04-22erts: Support custom salt in enif_hashGuilherme Andrade
2017-04-20erts: Refactor enif_phash2 into enif_hashGuilherme Andrade
2017-04-20erts: Remove enif_phash2_rangedGuilherme Andrade
2017-04-19erts: Add enif_phash2 and enif_phash2_rangedGuilherme Andrade
2017-02-20Fix ErlNifMonitor handlingSverker Eriksson
2017-02-20erts: Skip nif_SUITE:select on windowsSverker Eriksson
2017-02-20Expand nif_SUITE:monitor_frenzy to verify dtor callsSverker Eriksson
2017-02-20Expand nif_SUITE:monitor_frenzy with binary_to_termSverker Eriksson
2017-02-20Merge branch 'master' into sverker/enif_selectSverker Eriksson
2017-02-20erts: Add enif_compare_monitorsSverker Eriksson
2017-02-09erts: Change return value for enif_selectSverker Eriksson
2017-02-09erts: Add pid argument to enif_selectSverker Eriksson
2017-02-09erts: Add enif_monitor_process and enif_demonitor_processSverker Eriksson
2017-02-06Use magic refs for NIF resourcesRickard Green
2017-01-12erts: Cleanup and extra assertions in nif_SUITE.cSverker Eriksson
2017-01-09nif_SUITE: Send message from stop callbackSverker Eriksson
2017-01-09erts: Cleanup and extra assertions in nif_SUITE.cSverker Eriksson
2016-12-19Add ErlNifSelectReturnSverker Eriksson
2016-12-19nif_SUITE: Add last_fd_stop_callSverker Eriksson
2016-12-19Add stop arguments: fd and is_direct_callSverker Eriksson
2016-12-19erts: Add testing + some minor fixesSverker Eriksson
2016-11-30erts: Add enif_select & enif_open_resource_type_xSverker Eriksson
2016-11-23erts: Change nif_SUITE to use binaries for raw pointersSverker Eriksson
2016-09-23Merge branch 'sverker/remove-nif-reload/OTP-13908'Sverker Eriksson
2016-09-19Use more correct delimiters for erl_nif.h includeTuncer Ayaz
2016-09-19erts: Remove deprecated nif 'reload' featureSverker Eriksson
2016-08-25Update test-cases to use new symbolic time unitsRickard Green
2016-05-13Merge branch 'egil/erts/nif-format_term/OTP-13580'Björn-Egil Dahlberg
2016-05-11erts: Add tests for enif_snprintfBjörn-Egil Dahlberg
2016-05-11Move dirty nif test cases into dirty_nif_SUITERickard Green
2016-04-15Merge branch 'lukas/erts/enif_send_null_env/OTP-13495'Lukas Larsson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-07erts: Add enif_send with NULL as msg envLukas Larsson
2016-03-29erts: Improve enif_binary_to_termSverker Eriksson
2016-03-29erts: Add enif_port_commandLukas Larsson
2016-03-29erts: Add enif_term_to_binary and enif_binary_to_termLukas Larsson
2016-03-29erts: Add enif_is_process/port_aliveLukas Larsson
2016-03-29erts: Add enif_cpu/now_time and enif_make_unique_integerLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-02-08erts: Fix error cases in enif_get_list_lengthSverker Eriksson
2016-01-21Introduce time management in native APIsRickard Green
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-01Merge branch 'vinoski/enif-raise-exception/OTP-12770'Sverker Eriksson
2015-05-27erts: Rename ErlNifMapIteratorEntry enumsSverker Eriksson
2015-05-26Add enif_raise_exceptionSteve Vinoski
2015-05-26Enhance enif_has_pending_exceptionSteve Vinoski
2015-05-26Fix for enif_schedule_nif and exceptionsSteve Vinoski
2015-04-22Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655'Sverker Eriksson