summaryrefslogtreecommitdiff
path: root/otp_build
Commit message (Expand)AuthorAgeFilesLines
* Fix build of bootstrapRickard Green2019-03-051-1/+1
* win32: Fix ./otp_build debuginfo_win32Lukas Larsson2019-02-221-1/+1
* Move configuration of crypto to crypto application from ertsRickard Green2018-08-211-1/+1
* Parallel configureRickard Green2018-08-211-64/+27
* Remove undocumented and unused lazy configureRickard Green2018-07-161-116/+0
* Clean configure when before invoking autoconfDan Gudmundsson2017-03-131-0/+5
* erts: Don't check autoconf versionBjörn-Egil Dahlberg2017-02-021-35/+0
* Delete dead code in `otp_build` scriptLuca Favatella2016-06-031-3/+0
* Merge branch 'binarin/fix-build-tool-paths/PR-1023/OTP-13562'Lukas Larsson2016-05-091-2/+2
|\
| * Fix program paths used in build processAlexey Lebedeff2016-04-211-2/+2
* | Remove test_server as a standalone applicationBjörn Gustavsson2016-02-171-2/+2
|/
* erts: Detect and build on MSYS2 for windowsDan Gudmundsson2015-10-221-2/+2
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Distribute autoconf helpersRickard Green2014-12-021-43/+13
* Replace 'otp_build patch_app' with 'otp_patch_apply'Rickard Green2014-03-311-141/+0
* Change release name from "OTP APN 181 01" to "Erlang/OTP"Siri Hansen2014-03-211-2/+2
* Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green2014-03-201-31/+43
* Merge branch 'rickard/configure-defaults/OTP-11723'Rickard Green2014-02-241-10/+8
|\
| * Always default to disabled floating point exceptions on LinuxRickard Green2014-02-241-10/+8
* | Misc adjustments of OTP versionRickard Green2014-02-191-2/+6
|/
* Add patch_app option to otp_buildSiri Hansen2014-02-131-1/+126
* Fix issues with new versioningRickard Green2014-01-091-1/+1
* Update versions of OTP, erts, kernel, and stdlibRickard Green2013-12-101-4/+4
* If GCC is used, treat -Wreturn-type as errorTuncer Ayaz2013-01-111-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
* Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-4/+3
* Make port_info(Port,os_pid) work on WindowsBjörn-Egil Dahlberg2012-04-171-1/+3
* Add --no-commit option to update_primary and update_preloadedSverker Eriksson2012-04-101-14/+42
* Make Win64 build work both under MSYS and CygwinPatrik Nyblom2011-12-021-9/+143
* Make whole of OTP build and release on Win64Patrik Nyblom2011-12-021-0/+55
* Get cerl and distribution working in Win64Patrik Nyblom2011-12-021-3/+10
* Build Win64 Erlang emulator using MSYSunknown2011-12-021-1/+70
* Merge branch 'sverk/hipe-without-fpe/OTP-9724'Sverker Eriksson2011-11-181-2/+2
|\
| * otp_build: Disable FPE by default on LinuxSverker Eriksson2011-11-171-2/+2
* | Cleanup the use of TARGET in toplevel and common make and build filesRaimo Niskanen2011-11-151-12/+0
|/
* Remove static ssl linking in crypto for otp_buildBjörn-Egil Dahlberg2011-09-211-6/+6
* Remove lib/orber/include/* from the primary bootstrapBjörn Gustavsson2011-09-141-5/+0
* otp_build update_primary: Don't commit generated source filesBjörn Gustavsson2011-09-141-3/+3
* Update copyright yearsBjörn-Egil Dahlberg2011-05-201-1/+1
* Link OpenSSL libraries static on WindowsPatrik Nyblom2011-05-101-7/+8
* Clean up bootstrap targets and documentationTuncer Ayaz2010-09-151-1/+1
* otp_build: Remove clearmake supportBjörn Gustavsson2010-08-031-27/+4
* otp_build: Remove Clearcase support for primary bootstrap and preloaded filesBjörn Gustavsson2010-08-031-211/+10
* Make win32.config.cache static and copied when doing otp_build configureU-KRAKEN\pan2010-06-081-2/+16
* otp_build: Don't run hooks when updating the primary bootstrapBjörn Gustavsson2010-03-221-1/+1
* OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-101-3/+7
* Make newline in RHS of lib/configure sed substition more portableTuncer Ayaz2010-02-091-6/+8
* Silenced erroneous "git: not found" printout on solaris.Rickard Green2010-02-061-5/+5
* OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-031-284/+323
* Merge branch 'bg/otp_build-improvements' into ccase/r13b04_devErlang/OTP2010-01-131-31/+95
|\