| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Keep the old file as INSTALL-WIN32-OLD.md for MSYS descriptions.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
* sverker/pie/OTP-15868:
Add configure options --enable-pie and --disable-pie
Remove unused stuff from erts/configure.in
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
JeromeDeBretagne/jdb/erts/expand-Android-build-compatibility/OTP-16394
Expand Android cross compilation compatibility
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sys/timerfd.h was added in Android 4.4 KitKat so guard its usage when
targeting earlier Android versions with the Android NDK Unified Headers.
Update the 32-bit Android documentation accordingly.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
if_nameindex and if_freenameindex were added in Android 7.0 Nougat
so guard their usages when targeting earlier Android versions.
Update the Android documentation accordingly.
|
|/ / |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to use the Unified Headers introduced in Android NDK r14
optionnally and made mandatory since Android NDK r16 with the
remove of the older headers.
Switch to Clang for Android compilation, with GCC being deprecated
in Android NDK r16 and then fully removed in Android NDK r18b.
Add the default -g -O2 options to CFLAGS for Android as a -O option
is required since commit cc21219185d7ff90b5d3d09cae896082d7627ea9.
Fix ERL-1081: Move to dynamic linking, to avoid missing symbol
errors due to an incompatibility between Autoconf (AC_CHECK_FUNCS)
and the Android NDK.
Add a new Android cross-compile configuration for 64-bit ARMv8-A.
Update the documentation about how to cross compile for Android.
|
|
|
|
| |
The added make target is described in HOWTO/TESTING.md.
|
|
|
|
|
|
| |
Update instructions for macOS Mojave.
Change-Id: Ie59bf30845909dbe78ad83bf36fa95a8731d0fa7
|
|\
| |
| |
| |
| | |
Conflicts:
erts/emulator/beam/erl_process.c
|
| |
| |
| |
| | |
OTP-15473
|
|\ \
| |/
|/|
| |
| |
| | |
* rickard/parallel-configure/OTP-14625:
Parallel configure
Remove undocumented and unused lazy configure
|
| | |
|
|/
|
|
|
|
|
| |
Since OTP-20.0, the gs application has been removed.
Please refer to OTP-13703 in the following link
http://erlang.org/download/otp_src_20.0-rc1.readme for further info.
|
| |
|
|
|
|
|
|
| |
All corba applications are moved to a separate repository.
E.g. orber, ic, cosEvent, cosEventDomain, cosNotifications
cosTime, cosTransactions, cosProperty and cosFileTransfer.
|
| |
|
|
|
|
|
|
|
| |
efile_drv is gone and so is the need for file-specific DTrace. The
new implementation works fine with the normal tracing mechanism so
there's nothing preventing anyone from making an erl_tracer nif
that forward these events to DTrace.
|
|\
| |
| |
| |
| |
| |
| | |
* maint:
Update HOWTO with wxWidgets build examples
https should be mapped to url and not seealso
Update kernel appup for OTP-20.2
|
| |\
| | |
| | |
| | |
| | |
| | | |
* dgud/erl_docgen/https2url:
Update HOWTO with wxWidgets build examples
https should be mapped to url and not seealso
|
| | |
| | |
| | |
| | |
| | | |
It lacked build examples for linux, also suggest using wxWidgets-3.0.3
also add information about wxWidgets-3.1
|
| |/ |
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
And while we at it recommend wxWidgets-3.0.3
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Document the existence of the otp_build update_primary command,
to verify that the bootstrap beam files match the source files.
|
|\ \
| |/ |
|
| | |
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ensure that we cannot get any dangling pointers into code that
has been purged. This is done by a two phase purge. At first
phase all fun entries pointing into the code to purge are marked
for purge. All processes trying to call these funs will be suspended
and by this we avoid getting new direct references into the code.
When all processes has been checked, these processes are resumed.
The new purge strategy now also completely ignore the existence of
indirect references to the code (funs). If such exist, they will
cause bad fun exceptions to the caller, but will not prevent a
soft purge or cause a kill of a process having such live references
during a hard purge. This since it is impossible to give any
guarantees that no processes in the system have such indirect
references. Even when the system is completely clean from such
references, new ones can appear via distribution and/or disk.
|
| |
|
|\
| |
| |
| |
| | |
* RicoAntonioFelix/patch-1/PR-1003:
Update INSTALL.md
|
| |
| |
| | |
* Fixed a grammatical error.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the options:
--enable-darwin-universal
--enable-darwin-64bit
The --enable-darwin-universal option turns on universal binaries
(Intel/PPC). It does not work on modern releases of OS X, and
OTP 19 will most not likely build on an OS X release that still
supports universal builds.
The --enable-darwin-64bit option is not needed, because 64-bit builds
are default on modern OS X releases. There is also the generic
--enable-m64-build option.
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* henrik/doc-fixes:
Fix typo in INSTALL.md
Update README.md
Fix typo in 'app' documentation
s/is/are
|
| | |
| | |
| | |
| | |
| | | |
Found a spelling mistake -
`achived` > `achieved`
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Update preloaded module
typos
Conflicts:
erts/preloaded/ebin/prim_file.beam
|
| |/ |
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | | |
* sverk/openssl-config-doc:
Add --with-ssl-incl and --with-ssl-rpath to docs
|
| | | |
|
|\ \ \
| |/ / |
|
| |/ |
|