summaryrefslogtreecommitdiff
path: root/erts/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* erts: Deprecate the non-smp emulatorsLukas Larsson2017-04-211-147/+0
|
* Add back TypEr to the main OTP repositoryBjörn Gustavsson2017-04-201-0/+3
| | | | | | | | | It turned out that the dependencies between Dialyzer and TypEr makes it impractical to have TypEr in a separate repository. Add it back to the OTP repository, but put the Erlang module 'typer' in the dialyzer application.
* Remove typer applicationSiri Hansen2017-03-081-3/+0
| | | | The application now has an own repo, https://github.com/erlang/typer
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green2014-03-201-0/+5
|
* sasl: Add no_dot_erlang start scriptDan Gudmundsson2013-10-031-1/+2
| | | | | Sometimes it is wanted to start erlang without loading the user dependent .erlang file, for example in scripts and configure tests.
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Remove the deprecated run_test start programLukas Larsson2013-02-221-3/+0
| | | | It was replaced by ct_run in R14B.
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-7/+8
| | | | | | 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.
* Merge branch 'bjorn/remove-hybrid-heap/OTP-10105' into maintLukas Larsson2012-06-041-18/+0
|\ | | | | | | | | | | | | | | | | * bjorn/remove-hybrid-heap/OTP-10105: Remove stale code for hybrid heap and incremental GC Remove the hipe_bifs:show_message_area/0 BIF Remove support for erlang:system_info(global_heaps_size) Remove the erlang:garbage_collect_message_area/0 BIF Remove workarounds for hybrid and shared heaps in test suites
| * Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-18/+0
| | | | | | | | | | | | | | | | | | The hybrid heap emulator was last working in the non-SMP R11B run-time system. When the constant pools were introduced in R12B, the hybrid heap emulator was not updated to handle them. At this point, the harm from reduced readability of the code is greater than any potential usefulness of keeping the code.
* | Create erl.ini for host emulatorLukas Larsson2012-05-231-0/+1
|/
* erts: Fix recently broken documentation buildRaimo Niskanen2012-01-271-1/+1
|
* erts: Simplify toplevel makefile due to better dependenciesRaimo Niskanen2012-01-231-34/+27
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
|
* Make whole of OTP build and release on Win64Patrik Nyblom2011-12-021-2/+1
| | | | Removed symbolic links from repository.
* erts/Makefile.in: Suppress parallel makeBjörn Gustavsson2011-08-081-0/+3
|
* Update make and install files to use ct_run instead of run_test and to keep ↵Lukas Larsson2010-11-291-2/+6
| | | | a link to run_test available
* Merge branch 'peppe/common_test_r14_dev_2' into devErlang/OTP2010-06-111-5/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * peppe/common_test_r14_dev_2: Misc documentation updates Add documentation for run_test program Step vsn for test_server to 3.4 Make {repeat*,N} property in group execute the group N times exactly Fix so that ct_run converts relative diretories in the code path to absolute Fix bug in handling framework:end_tc timeouts Fix bug that prevents the interactive shell mode to start properly Fix failing multiply timetrap test case Minor fixes in code and test suites Add support for executing pre-loaded suites (e.g. modules loaded as binaries) Add test suite for remote loading of binary suites Fix error with {repeat,0} property in groups causing double iterations Add support for config info functions (e.g. init_per_suite/0) Add support for dynamic timetrap handling Have end_per_testcase run even after timetrap_timeout and abort_testcase Flush old DOWN messages in demonitor Add groups in test specifications Add new tests for test case groups and test specifications Improve and fix various test suites Add event_handler_init start flag that can pass init arguments to event handlers ... OTP-8703 peppe/common_test_r14_dev_2
| * Add run_test program for Common TestPeter Andersson2010-06-091-0/+3
|/ | | | | | Common Test may now be started with the program run_test instead of the legacy shell script with the same name. Minor updates have also been made to the Webtool application.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+157