summaryrefslogtreecommitdiff
path: root/lib/ic
Commit message (Collapse)AuthorAgeFilesLines
* Move the corba applcations to separate repositoryLars Thorsen2018-04-27303-69164/+0
| | | | | | All corba applications are moved to a separate repository. E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications cosTime, cosTransactions, cosProperty and cosFileTransfer.
* Prepare releaseErlang/OTP2018-04-192-2/+17
|
* Merge branch 'sverker/optimize-atom-enc-dec/ERIERL-150/OTP-15023' into maint-20Erlang/OTP2018-04-191-17/+26
|\ | | | | | | | | | | * sverker/optimize-atom-enc-dec/ERIERL-150/OTP-15023: erl_interface: Optimize latin1_to_utf8 and friend ic: Optimize oe_ei_encode_atom
| * ic: Optimize oe_ei_encode_atomSverker Eriksson2018-03-191-17/+26
| | | | | | | | | | | | | | 1. Use ei_encode_atom_len to not repeat strlen(p) twice. 2. Do a dirty over estimation of atom encoding space needed to avoid calling ei_encode_atom_len twice.
* | ic: Fix faulty test codeSverker Eriksson2018-01-103-12/+12
|/ | | | | | m_strRec.str7 is long[3][2], not long[2][3] which seem to trip up -O2 loop unrolling.
* Update release notesErlang/OTP2017-12-081-1/+16
|
* Update version numbersErlang/OTP2017-12-081-1/+1
|
* Remove unused files from the documentation buildLars Thorsen2017-09-289-73/+11
|
* This patch fixes the issue in which erlang fails to startDeepak Goel2017-03-225-10/+10
| | | | if the hostname is 64 characters on a linux system.
* Prepare releaseErlang/OTP2016-09-202-2/+24
|
* [ic] Fix but when UTF-8 character in path to idl specLars Thorsen2016-09-071-4/+4
| | | | | | | | | The path is only used when writing a comment so the correction just allowed UTF-8 characters in that io_lib:format call. IC don't support UTF-8 in the specs or their names (generated modules contains coding: latin-1) but the path is only used in a comment so it's not a problem if it can't be written correctly as long as nothing fails.
* Merge branch 'binarin/even-more-absolute-paths/PR-1103/OTP-13800' into maintLukas Larsson2016-08-121-1/+1
|\ | | | | | | | | | | * binarin/even-more-absolute-paths/PR-1103/OTP-13800: Use perl discovered by configure Don't make assumptions about build tools paths
| * Don't make assumptions about build tools pathsAlexey Lebedeff2016-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | One more followup to https://github.com/erlang/otp/pull/1056 and https://github.com/erlang/otp/pull/1023 This time it's about `/usr/bin/env` and `/bin/cp`: - `/usr/bin/env` in `diameterc` was used to find the bootstrapped `escript` executable. Changed it to exlpicit call to `escript` in Makefile. - `/usr/bin/env` and `/bin/cp` were referenced in documentation build/install process. Now full paths to this tools are injected using autoconf magic.
* | Prepare releaseErlang/OTP2016-06-212-2/+17
| |
* | [ic] Correct memory deallocation errorLars Thorsen2016-06-171-1/+0
| |
* | [ic] Update the test suites to follow the new styleLars Thorsen2016-06-1711-1002/+457
|/ | | | | * Eliminate use of ?config(), ?t() and ?line() macros * Remove the doc and suite clauses
* Revert "Prepare release"Erlang/OTP2016-06-022-17/+2
| | | | This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
* Prepare releaseErlang/OTP2016-06-022-2/+17
|
* Revert "Prepare release"Erlang/OTP2016-05-122-17/+2
| | | | This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
* Prepare releaseErlang/OTP2016-05-112-2/+17
|
* update copyright-yearHenrik Nord2016-03-15269-269/+269
|
* Makefiles: Remove test_server from include path and code pathBjörn Gustavsson2016-02-171-3/+1
| | | | | Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path.
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-176-6/+6
| | | | | | | As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl.
* Prepare releaseErlang/OTP2015-06-232-2/+18
|
* Change license text to APLv2Bruce Yinhe2015-06-18278-2793/+3072
|
* Start using os:getenv/2 funPeter Lemenkov2014-12-151-5/+1
| | | | | | See #535 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Update release notesErlang/OTP2014-09-151-1/+16
|
* Update version numbersErlang/OTP2014-09-151-1/+1
|
* ic: Suppress unused-value warningBjörn-Egil Dahlberg2014-06-241-1/+1
|
* Update release notesErlang/OTP2014-04-071-1/+17
|
* [ic] Fix unicode option to io:format in java testLars Thorsen2014-03-281-1/+1
|
* [ic] Fix unicode in erlang install pathLars Thorsen2014-03-281-4/+4
|
* [ic] Fix latin-1 characters in generated erl fileLars Thorsen2014-03-282-1/+4
|
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+2
| | | | | | | | | | | | | Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
* Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
| | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* Merge tag 'OTP_R16B03'Magnus Lidén2013-12-102-2/+24
|\ | | | | | | | | | | | | The R16B03 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B03Erlang/OTP2013-12-092-2/+24
| |
* | Merge branch 'maint'Henrik Nord2013-12-026-6/+6
|\ \ | |/
| * Silence warnings about unused return values in icAnthony Ramine2013-12-026-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The warnings are: oe_ei_encode_string.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_string(0,&size,p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_port.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_port(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_atom.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_atom(0,&size,p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_pid.c:26::3: warning: expression result unused [-Wunused-value] (int) ei_encode_pid(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_ref.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_ref(NULL, &size, p); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ oe_ei_encode_term.c:26:3: warning: expression result unused [-Wunused-value] (int) ei_encode_term(NULL, &size, t); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* | Merge branch 'maint'Fredrik Gustafsson2013-10-091-4/+2
|\ \ | |/
| * Fix two small silent rules omissionsAnthony Ramine2013-09-211-4/+2
| |
* | Merge tag 'OTP_R16B02'Magnus Lidén2013-09-172-2/+20
|\ \ | |/ | | | | | | | | | | The R16B02 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B02Erlang/OTP2013-09-162-2/+20
| |
* | Merge branch 'maint'Lukas Larsson2013-09-021-0/+4
|\ \ | |/ | | | | | | * maint: ei ic: install headers and libs into usr
| * ei ic: install headers and libs into usrLukas Larsson2013-08-291-0/+4
| |
* | Merge branch 'maint'Lukas Larsson2013-08-082-1/+2
|\ \ | |/ | | | | | | * maint: Add smoke tests
| * Add smoke testsLukas Larsson2013-08-052-1/+2
| | | | | | | | Smoke tests are meant to verify that a build of erlang has been successfull.
* | Merge tag 'OTP_R16B01'Björn-Egil Dahlberg2013-06-182-2/+18
|\ \ | |/ | | | | | | | | | | The R16B01 release Conflicts: lib/sasl/vsn.mk
| * Prepare releaseOTP_R16B01Erlang/OTP2013-06-172-2/+18
| |
* | Merge branch 'maint'Björn-Egil Dahlberg2013-06-121-1/+1
|\ \ | |/