Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-17 | egd: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-17 | egd: Small code style refactoring | Björn-Egil Dahlberg | |
2016-05-17 | percept: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-17 | percept: Small code style refactoring | Björn-Egil Dahlberg | |
2016-05-17 | Merge branch 'egil/egd/improve-line/OTP-13598' | Björn-Egil Dahlberg | |
* egil/egd/improve-line/OTP-13598: egd: Save images during tests egd: Use anti-aliasing for lines egd: Add more line tests egd: Add line thickness algorithm for lines egd: Use maps to map height to line spans egd: Refactor precompile objects egd: Refactor object_on_line egd: Refactor primitives style egd: Improve span calculation | |||
2016-05-15 | egd: Save images during tests | Björn-Egil Dahlberg | |
2016-05-15 | egd: Use anti-aliasing for lines | Björn-Egil Dahlberg | |
* Also remove old line algorithm | |||
2016-05-14 | egd: Add more line tests | Björn-Egil Dahlberg | |
Add images to common_test logs. | |||
2016-05-14 | egd: Add line thickness algorithm for lines | Björn-Egil Dahlberg | |
2016-05-12 | egd: Use maps to map height to line spans | Björn-Egil Dahlberg | |
Optimize by using a map instead of a dict for precompiled objects. | |||
2016-05-12 | egd: Refactor precompile objects | Björn-Egil Dahlberg | |
2016-05-12 | egd: Refactor object_on_line | Björn-Egil Dahlberg | |
2016-05-12 | egd: Fix User's Guide lint | Björn-Egil Dahlberg | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | egd: Refactor primitives style | Björn-Egil Dahlberg | |
2016-05-11 | egd: Improve span calculation | Björn-Egil Dahlberg | |
2016-05-11 | Prepare release | Erlang/OTP | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-16 | Modernize test suites | Björn-Egil Dahlberg | |
2016-03-16 | Use monotonic_time/1 instead of now/0 | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson | |
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path. | |||
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
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. | |||
2015-12-14 | percept tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-14 | percept: Fix http server config | Björn-Egil Dahlberg | |
The module mod_include no longer exists. | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-08-26 | Install internal hrl files when necessary | Peter Lemenkov | |
Sometimes we install *.erl files. Some these files include a private *.hrl files, so in order to make these *.erl files usable we have to install these private includes as well. Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
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. | |||
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green | |
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0 | |||
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager | |
Add the mentioned test suites for *all* library and touched non-library applications. | |||
2014-02-18 | Fix library application appup files | Tobias Schlager | |
As discussed in issue #240 *all* OTP library applications use the '.*' wildcard as up and down version. This makes library applications always up- and downgradeable. Using the wildcard version obsoletes all maintenance tasks regarding library applications' appup files. Additionally, it prevents upgrade problems caused by automatically included application dependencies when using reltool to create releases. Missing copyright headers are now consistently present. | |||
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-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
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-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2012-11-26 | Prepare releaseOTP_R15B03 | Erlang/OTP | |