summaryrefslogtreecommitdiff
path: root/lib/cosEventDomain
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2015-06-231-1/+17
|
* Change license text to APLv2Bruce Yinhe2015-06-1823-227/+250
|
* Revert "Prepare release"Henrik Nord2015-05-131-17/+1
| | | | This reverts commit e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.
* Prepare releaseErlang/OTP2015-05-121-1/+17
|
* [orber, cos*] Bump versions and update dependencies in app fileLars Thorsen2015-05-082-3/+2
|
* [orber, cos*] Remove usage of erlang:now()Lars Thorsen2015-05-081-31/+3
|
* Update release notesErlang/OTP2014-04-071-1/+17
|
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+3
| | | | | | | | | | | | | Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies.
* Bump versions and ensure that all are "normal" versionsRickard Green2014-03-201-1/+1
| | | | | Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0
* Convert XML files to UTF-8Hans Bolinder2013-04-1914-26/+26
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-2/+17
|
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-5/+5
| | | | | | 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.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-053-18/+18
| | | | | OTP-10106 OTP-10107
* Prepare releaseErlang/OTP2011-12-122-2/+20
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-092-2/+2
|
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
| | | | This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7.
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
|
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-23/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* doc Makefiles: Eliminate DOCSUPPORT ifdefsBjörn Gustavsson2011-10-271-87/+0
| | | | | | 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.
* corba applications: Fix broken 'make clean'Lars Thorsen2011-10-121-1/+1
| | | | | The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked.
* cos*/src/Makefile: Support parallel makeBjörn Gustavsson2011-08-081-1/+6
|
* OTP-9319Niclas Eklund2011-05-184-6/+21
| | | | Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used.
* Update copyright yearsBjörn-Egil Dahlberg2011-03-116-6/+6
|
* Merge branch 'nick/CORBA/avoid_warnings/OTP-9050' into devNiclas Eklund2011-03-034-14/+47
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nick/CORBA/avoid_warnings/OTP-9050: Removed code commented out. More specs removed. More specs removed. More specs removed. Removed more spec:s that wasn't needed. Removed spec:s that wasn't needed. Updated light weight tests. Updsated macro EFORMAT exit handling. Corrected spec usage. Eliminated Dialyzer warnings when using exit or throw. Conflicts: lib/cosEvent/doc/src/notes.xml lib/cosEvent/vsn.mk lib/cosEventDomain/doc/src/notes.xml lib/cosEventDomain/vsn.mk lib/cosNotification/vsn.mk lib/cosProperty/doc/src/notes.xml lib/cosProperty/vsn.mk lib/cosTime/doc/src/notes.xml lib/cosTime/vsn.mk lib/orber/include/ifr_types.hrl lib/orber/vsn.mk
| * More specs removed.Niclas Eklund2011-02-172-15/+24
| |
| * Eliminated Dialyzer warnings when using exit or throw.Niclas Eklund2011-02-104-15/+42
| |
| * Add test suites for (most) CORBA applicationsNiclas Eklund2010-09-214-0/+969
| |
* | Rename Suite Callback to Common Test HookLukas Larsson2011-02-172-2/+2
| |
* | Update and add cover spec files to work with common_testLukas Larsson2011-02-172-1/+4
| |
* | Update all test specsLukas Larsson2011-02-171-1/+1
| |
* | Fix formatting for cosEventDomainLukas Larsson2011-02-172-24/+24
| |
* | Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
| |
* | Add ts_install_scb to suite/0Lukas Larsson2011-02-172-2/+6
| |
* | Update cosEventDomain tests to conform with common_test standardLukas Larsson2011-02-173-42/+48
| |
* | Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-172-5/+5
| |
* | Remove ticket numbers from all vsn.mk filesBjörn Gustavsson2010-08-181-14/+0
| | | | | | | | | | | | | | | | | | | | Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files.
* | CORBA applications test suites publishedNiclas Eklund2010-03-316-5/+992
|/
* Updated version and release noteNiclas Eklund2009-12-232-2/+23
|
* Fixed missing eix fileNiclas Eklund2009-12-211-0/+3
|
* Removed 011 in documentation filesNiclas Eklund2009-12-211-3/+3
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2041-0/+4488