Age | Commit message (Expand) | Author |
2011-08-08 | erts/emulator/Makefile.in: Support parallel make | Björn Gustavsson |
2011-08-08 | erts: Fix dependency generation | Björn Gustavsson |
2011-08-08 | erts/Makefile.in: Suppress parallel make | Björn Gustavsson |
2011-08-08 | Top-level Makefile: Suppress parallel make | Björn Gustavsson |
2011-08-08 | lib/Makefile: Only build the runtime_tools application once | Björn Gustavsson |
2011-08-08 | lib/Makefile: Remove support for OSE delta | Björn Gustavsson |
2011-08-08 | jinterface: Use otp_subdir.mk instead of homebrewed solution | Björn Gustavsson |
2011-08-08 | erts/emulator/Makefile.in: Remove clearmake support | Björn Gustavsson |
2011-08-08 | otp_subdir.mk: Remove support for clearmake | Björn Gustavsson |
2011-08-08 | Makefile.in: Remove the obsolete bootstrap targets | Björn Gustavsson |
2011-08-05 | Merge branch 'dev' into major | Björn Gustavsson |
2011-08-05 | Merge branch 'bjorn/erts/loader-related-bs-bugs/OTP-9284' into dev | Björn Gustavsson |
2011-08-03 | Merge branch 'lukas/asn1/remove_unused_record_warnings/OTP-9448' into major | Lukas Larsson |
2011-08-03 | Fix binary construction with huge literal sizes | Björn Gustavsson |
2011-08-03 | beam_load.c: Add overflow check of tag values | Björn Gustavsson |
2011-08-03 | beam_makeops: Add some sanity checks | Björn Gustavsson |
2011-08-03 | Fix construction of <<0:((1 bsl 32)-1)>> | Björn Gustavsson |
2011-08-02 | Remove some superflous includes which caused inlined modules to have lots of ... | Lukas Larsson |
2011-08-02 | Merge branch 'lukas/asn1/ber_encode_nif/OTP-9441' into major | Lukas Larsson |
2011-08-01 | Update to use enif_alloc instead of malloc | Lukas Larsson |
2011-08-01 | Make performance code more generic and migrate per/ber NBAP perormance suites... | Lukas Larsson |
2011-08-01 | Update code genaration to call nif/erlang depending on what is configured | Lukas Larsson |
2011-08-01 | Remove export_all and only export is_nif_loadable | Lukas Larsson |
2011-08-01 | Add documentation for ber encode nif optmization | Lukas Larsson |
2011-08-01 | Fix bug in counting length of empty composite types | Lukas Larsson |
2011-08-01 | Fix bug where composite types with more then one element would be encoded in ... | Lukas Larsson |
2011-08-01 | Add pubkey performance tests | Lukas Larsson |
2011-08-01 | Update ber encode nif to use a linked list memry buffer | Lukas Larsson |
2011-08-01 | Create a nif for ber encode | Lukas Larsson |
2011-08-01 | Extract generic is_nif_loadable function from decode | Lukas Larsson |
2011-08-01 | Merge branch 'lukas/public_key/use_asn1_nif/OTP-9414' into major | Lukas Larsson |
2011-08-01 | Merge branch 'lukas/asn1/driver_to_nifs/OTP-9419' into major | Lukas Larsson |
2011-08-01 | Update decode_open_type to use nifs if configured to do so | Lukas Larsson |
2011-08-01 | Add -deprecated attributes | Lukas Larsson |
2011-08-01 | Update tag to be ints instead of longs | Lukas Larsson |
2011-08-01 | Update asn1 nif to handle calls with an empty binary | Lukas Larsson |
2011-08-01 | Add obsolete warning for driver option | Lukas Larsson |
2011-08-01 | Correct mistake in driver -> nif translation | Lukas Larsson |
2011-08-01 | Cannot be a binary as decode creates tuples | Lukas Larsson |
2011-08-01 | Remove DRIVER target from opt target | Lukas Larsson |
2011-08-01 | Update documentation with replacement of driver with nif | Lukas Larsson |
2011-08-01 | return 0 as error code when an unknown error happens | Lukas Larsson |
2011-08-01 | Remove all modules relating to drivers and make all functions obsolete. | Lukas Larsson |
2011-08-01 | Remove driver support for per encoding | Lukas Larsson |
2011-08-01 | Remove driver support for ber decoding | Lukas Larsson |
2011-08-01 | Add load, upgrade and purge functions for asn1 nifs | Lukas Larsson |
2011-08-01 | Add better error messages to nifs | Lukas Larsson |
2011-08-01 | Exclude nif module from cover | Lukas Larsson |
2011-08-01 | Expand per and ber performance suites with parallel asn1 runs | Lukas Larsson |
2011-08-01 | Add documentation for nif interface | Lukas Larsson |