Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | [asn1] Refactor test cases and remove extra suites | Adam Lindberg | |
2012-02-28 | [asn1] Replace 'driver' option with 'nif' | Adam Lindberg | |
2012-02-28 | [asn1] Correct test suite dependencies | Adam Lindberg | |
2012-02-28 | [asn1] Parallelize test suites | Adam Lindberg | |
2012-02-28 | [asn1] Make tables and processes unnamed | Adam Lindberg | |
- Refactor and clean up asn1_db process - Remove unused stop function in asn1ct.erl - Remove infinite loop possibilites in asn1ct_check.erl - test/1,2,3 now run in separate process - Update documentation for new test options | |||
2012-02-28 | [asn1] Abstract out table access to new module | Adam Lindberg | |
All table access is now performed in a separate module. This will allow changes to how ETS is handled by changing only this module. Note that the module exports a very ETS-like interface for now which would have to be maintained even if the data format would change (to a hash map for example). | |||
2012-02-28 | [asn1] Run asn1 compilation in a separate process | Adam Lindberg | |
2012-02-14 | Change test to use CT Config PrivDir | Gustav Simonsson | |
2012-02-13 | Fix to integer and sequence definitions | Gustav Simonsson | |
Enable re-use of integer definitions in subsequent definitions and added clauses to check greatest common range for sequence definitions | |||
2012-01-03 | asn1: Remove unused variable in asn1_erl_nif.c | Björn-Egil Dahlberg | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-30 | asn1: Eliminate use of tuple fun | Björn Gustavsson | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-13 | asn1: Fix typo that caused failure of 'make release' on Windows | Björn Gustavsson | |
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
* dev: Update copyright years | |||
2011-09-29 | Update copyright years | Björn-Egil Dahlberg | |
2011-09-23 | Merge branch 'dev' into major | Lukas Larsson | |
* dev: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into dev | Lukas Larsson | |
* lukas/asn1/fix_ber_other_testcase/OTP-9573: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson | |
2011-09-13 | Merge branch 'dev' into major | Henrik Nord | |
Conflicts: lib/asn1/doc/src/asn1ct.xml | |||
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-08-08 | Merge branch 'bjorn/parallel-make/OTP-9451' into major | Björn Gustavsson | |
* bjorn/parallel-make/OTP-9451: (28 commits) erl_interface: Support parallel make dialyzer: Remove special-case build in the top Makefile pcre: Rename Makefile.in to pcre.mk and include it cos*/src/Makefile: Support parallel make ic: Support parallel make orber: Support parallel make .gitignore: Ignore IDL-GENERATED public_key: Support parallel make ssh: Support parallel make os_mon: Support parallel make diameter: Support parallel make snmp: Support parallel make megaco: Support parallel make megaco/src/flex/Makefile.in: Support parallel make */c_src/Makefile*: Support parallel make eunit: Support parallel make gs: Support parallel make common_test Makefile: Support parallel make erts/emulator/Makefile.in: Support parallel make erts: Fix dependency generation ... | |||
2011-08-08 | */c_src/Makefile*: Support parallel make | Björn Gustavsson | |
Create directories first, not within implicit rules. If two 'install' instances runs at the same time attempting to create a directory, one of them may fail with an "File exists" error. I tried to use order-only prerequisites to create the directories, but run into two problems: First, order-only prerequisites are only implemented in Make 3.80 and later. Second, on a computer running Solaris/Intel 2.8 (with Make 3.80), order-only prerequisites seemed to work like ordinary prerequisites, causing targets to be re-built if the timestamp for the directory changed. Therefore, using a shell command to run mkdir seems to be the more portable solution. | |||
2011-08-02 | Remove some superflous includes which caused inlined modules to have lots of ↵ | Lukas Larsson | |
compile warnings | |||
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 ↵ | Lukas Larsson | |
suites to use the generic code | |||
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 | |
reverse | |||
2011-08-01 | Add pubkey performance tests | Lukas Larsson | |
Add performance tests for cert_pem and dsa_pem. These tests are not automatically when testing asn1. | |||
2011-08-01 | Update ber encode nif to use a linked list memry buffer | Lukas Larsson | |
The encoded ber binary is now a linked list of memory buffers which is written to from the back while allocating more segments as needed | |||
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 | 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 | |
This is in order to circumvent a bug in enif_make_ulong in R14B03 for halfword | |||
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 | |