Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | Prepare release | Erlang/OTP | |
2019-01-24 | Prepare release | Erlang/OTP | |
2019-01-15 | Prepare release | Erlang/OTP | |
2018-12-27 | Prepare release | Erlang/OTP | |
2018-12-20 | Prepare release | Erlang/OTP | |
2018-12-10 | Prepare release | Erlang/OTP | |
2018-11-28 | Update patch solve forward merge version | Rickard Green | |
2018-10-23 | Merge branch 'rickard/development_runtime_dependency/OTP-15341' into maint | Rickard Green | |
* rickard/development_runtime_dependency/OTP-15341: Fixup development runtime dependencies | |||
2018-10-23 | Fixup development runtime dependencies | Rickard Green | |
The script 'make/fixup_development_runtime_dependencies' is run at the end of a build of development branches in order to fixup future not yet resolved versions (<app name>-@<ticket>(:<ticket>)+@) in 'runtime_dependencies'. | |||
2018-10-23 | Update version info for internal patch merge scripts | Rickard Green | |
2018-10-22 | Update version info for internal patch merge scripts | Rickard Green | |
2018-10-21 | Add version info for internal patch merge scripts | Rickard Green | |
2018-10-18 | Merge branch 'maint-20' into maint | Hans Nilsson | |
* maint-20: Updated OTP version Prepare release | |||
2018-10-16 | Prepare release | Erlang/OTP | |
2018-10-12 | Merge branch 'maint-21' into maint | Rickard Green | |
* maint-21: Updated OTP version Prepare release erts: Fix UNC path handling on Windows erts: Fix a compiler warning eldap: Fix race at socket close Fix bug for sockopt pktoptions on BSD erts: Fix memory leak on file read errors | |||
2018-10-12 | Prepare release | Erlang/OTP | |
2018-10-11 | Merge branch 'maint-17' into maint | Rickard Green | |
* maint-17: Updated OTP version Prepare release | |||
2018-10-11 | Prepare release | Erlang/OTP | |
2018-08-15 | fix generated encoding for xml files generated with emd2exml | Mariano Guerra | |
DTRACE.xml and SYSTEMTRAP.xml set encoding to utf8 instead of utf-8 and make xmerl_scan:file/1,2 fail parsing them (cherry picked from commit faded6e1cdceb049d2d9bc995b6c981d58709315) | |||
2018-07-12 | Provide build support for standalone corba repo | Rickard Green | |
2018-06-13 | Merge branch 'rickard/xcomp-fix/OTP-15096' | Rickard Green | |
* rickard/xcomp-fix/OTP-15096: Ensure no progress reports when checking OTP release | |||
2018-06-12 | Merge branch 'lukas/erl_docgen/add_github_contrib_link/OTP-14979' | Lukas Larsson | |
* lukas/erl_docgen/add_github_contrib_link/OTP-14979: otp: Allow applications to opt out of github edit links | |||
2018-06-11 | otp: Allow applications to opt out of github edit links | Lukas Larsson | |
This is to be used by application like orber that live outside the main repository but still use the OTP build system to generate documentation. | |||
2018-05-29 | Ensure no progress reports when checking OTP release | Rickard Green | |
2018-05-23 | make: Don't call mkdir with empty argument | Lukas Larsson | |
2018-04-10 | erl_docgen: Remove git dependency in github link script | Lukas Larsson | |
2018-04-10 | erl_docgen: Fix ghlinks to .xmlsrc | Lukas Larsson | |
2018-04-09 | erl_docgen: Add ghlink step for all non-generated doc xml files | Lukas Larsson | |
In order to get line numbers into the ghlink we have to add a post processing step for all xml files. | |||
2017-11-20 | Merge branch 'maint' | Lukas Larsson | |
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-31 | Add toplevel xmllint make target | Lukas Larsson | |
2017-09-21 | Merge branch 'maint' | Lars Thorsen | |
2017-09-21 | Change number of parameters | Lars Thorsen | |
2017-09-21 | Fix fop font-cache handling during pdf build | Lars Thorsen | |
Two parallell doc builds running fop (as same user) could both update the fop font-cache at the same time. The cache is now created as an artifact in the build process. | |||
2017-09-08 | Add support for building a pgo beam_emu | Lukas Larsson | |
2017-07-17 | erts: Cleanup configure and makefiles after non-smp removal | Lukas Larsson | |
2017-05-16 | Let --enable-lock-counter build an additional emulator | Björn Gustavsson | |
"./configure --enable-lock-counter" would modify the behavior of the default emulator (usually SMP). To make lock counting more accessible, change --enable-lock-counter to build an additional emulator in the same way as: (cd erts/emulator && make lcnt) (The next commit will make it easier to start the built lock-counter emulator.) | |||
2017-04-21 | erts: Deprecate the non-smp emulators | Lukas Larsson | |
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-07-07 | wx: Prepare for using Erlang types and specs | Hans Bolinder | |
Create correct links to datatypes outside of the wx application. The added time for generating the doc/specs/specs_* files is unwelcome (they are currently not used). | |||
2016-06-21 | Use perl discovered by configure | Alexey Lebedeff | |
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-01 | Make it possible to run xmllint target in system documentation | Lars Thorsen | |
2016-05-25 | Adjust generated XML so it respects current DTD | Rickard Green | |
2016-05-17 | Fix program paths used in build process | Alexey Lebedeff | |
Followup to https://github.com/erlang/otp/pull/1023 - make/make_emakefile is fixed because otherwise './otp_build tests' fails early. - And grep showed that there is only one other file that also should be fixed - lib/public_key/priv/generate | |||
2015-12-04 | Merge branch 'maint' | Lars Thorsen | |
2015-11-30 | Change xmllint target | Lars Thorsen | |
2015-07-10 | ose: Remove all code related to the OSE port | Lukas Larsson | |
The OSE port is no longer supported and this commit removed it and any changes related to it. The things that were general improvements have been left in the code. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-08 | [erl_docgen] Add possibility to add extra ino line on front page | Lars Thorsen | |