Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
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. | |||
2013-01-15 | Fix LM_TRY_ENABLE_CFLAG to use correct environment | Björn-Egil Dahlberg | |
LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS. | |||
2013-01-11 | If GCC is used, treat -Wreturn-type as error | Tuncer Ayaz | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-11-26 | Update megaco documentation | Björn Gustavsson | |
2012-11-26 | Fix use of asn1 in megaco | Björn Gustavsson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-27 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-22 | Prep for R15B02 release | Micael Karlberg | |
OTP-10199 | |||
2012-07-19 | megaco: Remove VxWorks | Björn-Egil Dahlberg | |
2012-06-08 | Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint | Lukas Larsson | |
* lukas/otp/install_with_whitespace/OTP-10107: Update to work with space in include path Update to work with whitespace in exec path | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-10 | Remove support for erlang:system_info(global_heaps_size) | Björn Gustavsson | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-02-29 | Merge branch 'bmk/megaco/updating_meas' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 Conflicts: lib/megaco/doc/src/notes.xml lib/megaco/src/app/megaco.appup.src | |||
2012-02-29 | Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵ | Micael Karlberg | |
bmk/megaco/megaco31601_integration/r15 | |||
2012-02-28 | [megaco] Remove use of deprecated system flag scheduler_bind_type | Micael Karlberg | |
OTP-9949 | |||
2011-12-21 | [megaco] Fixed faulty test case (connect) | Micael Karlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge branch 'raimo/64-bit-driver-api/OTP-9795' | Björn Gustavsson | |
* raimo/64-bit-driver-api/OTP-9795: (22 commits) driver_SUITE.erl: Fix sys info drivers emulator test drivers: Conform to updated driver API runtime_tools's drivers: Conform to updated driver API ws's xwe_driver.c: Conform to updated driver API megaco's flex scanner: Conform to updated driver API seq_trace_SUITE_data/echo_drv.c: Conform to updated driver API erl_interface tests: Conform port_call_drv.c updated driver API erl_drv_thread_SUITE_data/testcase_driver.c: Conform to updated driver API float_SUITE_data/fp_drv.c: Conform to updated driver API port_SUITE_data/*_drv.c: Conform to updated driver API port_bif_SUITE_data/control_drv.c: Conform to updated driver API send_term_SUITE_data/send_term_drv.c: Conform to updated driver API system_profile_SUITE_data/echo_drv.c: Conform to updated driver API trace_port_SUITE_data/echo_drv.c: Conform to updated driver API Remove support for old drivers without ERL_DRV_EXTENDED_MARKER built-in drivers: Add ERL_DRV_EXTENDED_MARKER and version numbers Bump driver version to 2.0 erl_driver.h: Enlarge type on return value from call erl_driver.h: Enlarge types on driver callbacks output, control and call erl_driver.h: Enlarge types in driver output functions ... Conflicts: erts/emulator/test/driver_SUITE_data/monitor_drv.c erts/emulator/test/driver_SUITE_data/timer_drv.c | |||
2011-12-09 | megaco's flex scanner: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | Merge branch 'bmk/megaco/make_flex_drv_r15_compat' | Micael Karlberg | |
2011-12-07 | Added ticket number. | Micael Karlberg | |
OTP-9795 | |||
2011-12-07 | Fixed doc make target for (internally used) index.html file. | Micael Karlberg | |
Updated appup, version and release notes for R15 release. | |||
2011-12-05 | Fix misspelling of chosen | Tuncer Ayaz | |
2011-12-01 | Merge branch 'bmk/megaco/r15_proofing_test' | Micael Karlberg | |
2011-12-01 | Fixed bogus comment. | Micael Karlberg | |
2011-12-01 | Merge branch 'bmk/megaco/r15_proofing_test' | Micael Karlberg | |
2011-12-01 | Merge branch 'bmk/megaco/own_dialyzer_plt' | Micael Karlberg | |
2011-11-28 | Exits from undefined functions or function cluases now | Micael Karlberg | |
also include extra info, such as line numbers. | |||
2011-11-25 | MacOS X: Completely remove obsolete -no-cpp-precomp option | Björn Gustavsson | |
clang does not recognize the -no-cpp-precomp option and generates a warning. -no-cpp-precomp is an obsolete Apple-specific gcc option, which last had any effect in gcc 3.1 for Jaguar. Since we cannot build for Jaguar anyway, the configure test added in 8412a400e92d5cbcd is not needed. | |||
2011-11-24 | Made the dialyzer targets conform with that of | Micael Karlberg | |
the inets and snmp apps. | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-14 | Added proper release note entry for OTP-9672. | Micael Karlberg | |
2011-11-04 | Minor improvements to the meas tools. | Micael Karlberg | |
OTP-9604 Merge branch 'bmk/megaco/20111003/improving_mstone1/OTP-9604' into bmk/megaco/r15_integration Conflicts: lib/megaco/doc/src/notes.xml | |||
2011-11-04 | The profiling test tool has been rewritten. | Micael Karlberg | |
H�kan Mattsson. OTP-9679 Merge branch 'bmk/megaco/improving_profiling_tool/OTP-9679' into bmk/megaco/r15_integration | |||
2011-11-04 | Updated release notes and appup file. | Micael Karlberg | |
OTP-9679 | |||
2011-11-01 | Skipping the dist test case. Needs a major re-write (sometime). | Micael Karlberg | |
2011-11-01 | Merge branch 'lukas/megaco/remove_driver_warning/OTP-9672' | Lukas Larsson | |
* lukas/megaco/remove_driver_warning/OTP-9672: Remove the warning that driver option is replaced by nif | |||
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-25 | H�kan Mattsson rewrote the profile tool. | Micael Karlberg | |
2011-10-25 | Upped the version number. Some cosmetics related to the | Micael Karlberg | |
profile tool. | |||
2011-10-06 | Added relaese notes and proper appup instruction (no changes). | Micael Karlberg | |
2011-10-03 | Fixed file header dates. | Micael Karlberg | |
2011-10-03 | roper version. | Micael Karlberg | |
2011-10-03 | Add building script skeletons to include proper app version. | Micael Karlberg | |