| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| |/ |
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Removing ?t retained for backward compatibility allows to
search for test_server callsites easier.
Replace ?t:fail and test_server:fail with ct:fail.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
The functions was missing, other functions are missing too,
but they seems to be for wxRichtext which is not yet
implemented/supported.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Can't check that argument is a tuple of size 4 is a color,
since it could also be an object_ref and make the clause match
stuff the shouldn't be matched.
Also make color to have a seperate type footprint to discover those
cases.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds a test case to check that app files for the
Erlang/OTP applications specifies correct versions for the
dependencies in the runtime_dependencies field. The test is designed
to work on the Erlang/OTP team's test servers as it assumes that all
released applications are installed in particular places and that all
app versions have been increased in the correct way (which is done by
scripts in the Erlang/OTP team's test infrastructure).
The test uses xref to try to find undefined function calls in all
Erlang/OTP applications. When running xref to test an application,
`xref`'s library path is set to point to folders containing beam-files
for the applications that are specified as the minimum correct
versions by the `runtime_dependencies` field in the application's app
file.
This commit also bumps the versions of several dependencies that the
test found to have incorrect versiosn so they instead get the first
version of the dependencies that makes the test pass.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into rickard/cross-build-host-triplets-check/master/ERIERL-668/OTP-17514
* rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514:
Update configure scripts
Fail if canonicalized host and build equals when cross compiling
|
|\ \ \
| | |/
| |/| |
|
| |\ \
| | | |
| | | |
| | | | |
OTP-17507
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Clear queue so that we don't have any out standing requests to memenv
before deleting it.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* rickard/autoconf-2.71/master/OTP-17414:
Update configure scripts
Remove leftovers of standalone build for wx application
Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE()
Update configure scripts
Move autoconf helpers from erts to make/autoconf
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 2)
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 1)
No tabs in m4 files
Fix monotonic hrtime configure test
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
rickard/autoconf-2.71/master/OTP-17414
* rickard/autoconf-2.71/OTP-17414:
Update configure scripts
Remove leftovers of standalone build for wx application
Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE()
Update configure scripts
Move autoconf helpers from erts to make/autoconf
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 2)
Update configure scripts
Adapt configure scripts to autoconf 2.71 (step 1)
No tabs in m4 files
Fix monotonic hrtime configure test
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace conditional constructs (if, case) with autoconf constructs
(AS_IF(), AS_CASE()) where needed. This due to the following (cut
from autoconf 2.70 release notes):
- Autoconf macros that use AC_REQUIRE are not safe to use in shell
control-flow constructs that appear outside of macros defined by
AC_DEFUN. Use AS_IF, AS_CASE, etc. instead. (See the
Prerequisite Macro section of the manual for details.)
The set of macros that use AC_REQUIRE internally may change from
release to release. The only macros that are guaranteed *not* to
use AC_REQUIRE are the macros for acting on the results of a
test: AC_DEFINE, AC_SUBST, AC_MSG_*, AC_CACHE_CHECK, etc.
|
| | | | | |
|
| | | |/
| | |/|
| | | |
| | | | |
Replace obsolete macros and fix warnings
|
|/ / /
| | |
| | |
| | |
| | | |
Include it so that the end users that install the prebuilt erlang don't need
to build the loader as well as install the edge-chromium library.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | | |
Completed list of handled MacOS wxApp events
OTP-17438
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
So far only `new_file` was handled and there was only an
undocumented function to fetch those events. Now all
currently existing application events are captured and
can be subscribed to from a client application.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/common_test/doc/src/notes.xml
# lib/common_test/vsn.mk
# lib/crypto/doc/src/notes.xml
# lib/crypto/vsn.mk
# lib/erl_interface/doc/src/notes.xml
# lib/erl_interface/vsn.mk
# lib/megaco/doc/src/notes.xml
# lib/megaco/vsn.mk
# lib/odbc/doc/src/notes.xml
# lib/odbc/vsn.mk
# lib/snmp/doc/src/notes.xml
# lib/snmp/vsn.mk
# lib/wx/doc/src/notes.xml
# lib/wx/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* maint-23:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# erts/doc/src/notes.xml
# erts/vsn.mk
# lib/common_test/doc/src/notes.xml
# lib/common_test/vsn.mk
# lib/crypto/doc/src/notes.xml
# lib/crypto/vsn.mk
# lib/erl_interface/doc/src/notes.xml
# lib/erl_interface/vsn.mk
# lib/megaco/doc/src/notes.xml
# lib/megaco/vsn.mk
# lib/odbc/doc/src/notes.xml
# lib/odbc/vsn.mk
# lib/snmp/doc/src/notes.xml
# lib/snmp/vsn.mk
# lib/ssh/doc/src/notes.xml
# lib/ssh/vsn.mk
# lib/wx/doc/src/notes.xml
# lib/wx/vsn.mk
# make/otp_version_tickets
# otp_versions.table
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* dgud/wx/fix-build-std/GH-4834/OTP-17407:
wx: Fix compile error
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Make it compile when wxWidgets is built with "-enable-std".
Fixes GH-4834
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
And remove wxWidgets licenced icons.
Remove xrc example as I don't have time to re-write it.
|
| | | |
| | | |
| | | |
| | | | |
The docs is generated from wxWidgets docs and should have wxWidgets copyright.
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | | |
Remove the interface files and keep those in a seperate repo,
to make it easier to keep them updated.
|
| | |
| | |
| | |
| | | |
This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | | |
|
|\ \ \
| | | |
| | | | |
wxNotificationMessage macos & win polish
|