descriptionSimple Exception Library
homepage URLhttp://programmers.at/work/on/libsex
ownerarandes@programmers.at
last changeMon, 22 Aug 2011 19:43:45 +0000 (22 21:43 +0200)
content tags
add:
readme

libsex: Simple Exception Library

about

libsex is an exception library for C++ that avoids std::bad_alloc being thrown when you just don't want to have it, allows for safe chaining of exceptions, message backtraces, easy creation and localization of exception class hierarchies and their message templates, while being embarassingly simple.

Concrete usage examples contained in the tests directory.

dependencies

faq

Q

A

authors

repo

homepage

license

Copyright (C) 2011 Andreas Waidler arandes@programmers.at

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

shortlog
2011-08-22 Andreas WaidlerPrepared release of 3.1.0.master3.1.0
2011-08-22 Andreas WaidlerUpdated TODO.
2011-08-22 Andreas WaidlerFixed target "install" for windows users.
2011-08-15 Andreas WaidlerModified DECLARE/DEFINE to expect seperate scope.
2011-08-14 Andreas WaidlerFixed include directory name.
2011-08-13 Andreas WaidlerRemoved autotools cruft.mob
2011-08-13 Andreas WaidlerPrepared release.3.0.0
2011-08-13 Andreas WaidlerDoc/syntax work.
2011-08-09 Andreas WaidlerChanged "double fault" message.
2011-08-06 Andreas WaidlerRemoved redundancy in test suite naming.
2011-08-06 Andreas WaidlerMoved tests from tests/src to tests and their fixed...
2011-08-06 Andreas WaidlerUpdated .gitignore.
2011-08-06 Andreas WaidlerAdded THROW_ARGLESS and improved doc.
2011-08-05 Andreas WaidlerSwitched from autotools to CMake.
2010-09-26 Andreas WaidlerFix: Headers are now installed.2.0.0
2010-09-26 Andreas WaidlerRenamed RETHROW to CHAIN and improved its doc.
...
tags
12 years ago 3.1.0
12 years ago 3.0.0
13 years ago 2.0.0
14 years ago 1.0.0
heads
12 years ago master
12 years ago mob