Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-20 | Prepare release | Erlang/OTP | |
2016-08-12 | Merge branch 'binarin/even-more-absolute-paths/PR-1103/OTP-13800' into maint | Lukas Larsson | |
* binarin/even-more-absolute-paths/PR-1103/OTP-13800: Use perl discovered by configure Don't make assumptions about build tools paths | |||
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-15 | Don't make assumptions about build tools paths | Alexey Lebedeff | |
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. | |||
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-11 | ic: add space before '*' in some function prototypes | Hans Bolinder | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
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-20 | Merge branch 'bjorn/parallel-make/OTP-9451' | Björn Gustavsson | |
* bjorn/parallel-make/OTP-9451: corba applications: Fix broken 'make clean' ic documentation: Support parallel make Revert "ic documentation: Support parallel make" | |||
2011-10-19 | Merge branch 'maint-r14' | Lars Thorsen | |
* maint-r14: Fix match bug | |||
2011-10-12 | Fix match bug | Lars Thorsen | |
Incorrect use of ets:match changed to ets:match_object. | |||
2011-10-06 | ic documentation: Support parallel make | Björn Gustavsson | |
Multiple instances of javadoc would be started at once, which is unnecessary work and could cause one or more instances to fail while creating directories. Use a stand-in file (JAVADOC-GENERATED) to ensure that only one instance of javadoc is started. Since javadoc creates directories itself, there is no need to explicitly create the $(JAVA_OUT_DIR) directory. | |||
2011-10-06 | Revert "ic documentation: Support parallel make" | Björn Gustavsson | |
This reverts commit d9ec7c91ca6ae019ad80b03fb184924bad8d6bc8. The commit did not fix the real problem. | |||
2011-09-26 | ic documentation: Support parallel make | Björn Gustavsson | |
2011-08-11 | Changed version, added release note and updated license headers. | Niclas Eklund | |
2010-12-16 | Merge branch 'nick/orber/recursive_types/OTP-8868' into maint-r14 | Erlang/OTP | |
* nick/orber/recursive_types/OTP-8868: Support for recursive unions and structs. Break loop if recursive TypeCode. Added basic tests for recursive uinions and structs. Removed test code. Added partial support for recursive IDL types. Conflicts: lib/ic/doc/src/notes.xml lib/ic/vsn.mk lib/orber/vsn.mk | |||
2010-12-14 | Support for recursive unions and structs. Break loop if recursive TypeCode. | Niclas Eklund | |
2010-05-21 | Prepare new version. | Niclas Eklund | |
2010-05-20 | Merge branch 'jn/ic-docs-without-java' into dev | Erlang/OTP | |
* jn/ic-docs-without-java: Permit building and installing documentation without Java | |||
2010-03-16 | Corrected spelling | Niclas Eklund | |
2010-03-09 | Permit building and installing documentation without Java | Joseph Wayne Norton | |
Modify lib/ic/doc/src/Makefile to build and to install documentation built via javadoc only when $(JAVA) is not equal to "". | |||
2009-12-23 | Updated version and release note | Niclas Eklund | |
2009-12-21 | Fixed missing eix file | Niclas Eklund | |
2009-12-21 | Removed 011 in documentation files | Niclas Eklund | |
2009-11-26 | ** Empty commit message ** | Niclas Eklund | |
2009-11-26 | ** Empty commit message ** | Lars G Thorsen | |