pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/ossp-ex



Module name:    wip
Committed by:   obache
Date:           Thu Aug 22 11:11:45 UTC 2013

Added Files:
        wip/ossp-ex: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import ossp-ex-1.0.6 as wip/ossp-ex.

OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C
language. It allows you to use the paradigm of throwing and catching exceptions
in order to reduce the amount of error handling code without making your program
less robust.

This is achieved by directly transferring exceptional return codes (and the
program control flow) from the location where the exception is raised (throw
point) to the location where it is handled (catch point) -- usually from a
deeply nested sub-routine to a parent routine. All intermediate routines no
longer have to make sure that the exceptional return codes from sub-routines are
correctly passed back to the parent.

The OSSP ex facility also provides advanced exception handling features like
shielded and deferred exceptions. Additionally, OSSP ex allows you to choose the
used underlying machine context switching facility and optionally support multi-
threading environments by allowing you to store the exception catching stack in
a thread-safe way.

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/ossp-ex/DESCR wip/ossp-ex/Makefile \
    wip/ossp-ex/PLIST wip/ossp-ex/buildlink3.mk wip/ossp-ex/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ossp-ex/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ossp-ex/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ossp-ex/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ossp-ex/buildlink3.mk?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ossp-ex/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index