summaryrefslogtreecommitdiff
path: root/src/include/assert.h
Commit message (Expand)AuthorAgeFilesLines
* deliberately break encoding macros when wrong assert is presentSage Weil2012-06-071-6/+11
* assert: detect when /usr/include/assert.h clobbers usSage Weil2012-06-061-1/+6
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-0/+5
* assert: work around libatomic_ops vs assert in a less lame waySage Weil2011-08-311-10/+0
* assert: use our assertSage Weil2011-08-311-1/+3
* assert: de-globalizeColin Patrick McCabe2011-06-201-1/+3
* assert: make our assert clobber any others tooSage Weil2011-05-061-10/+9
* debug.h: cleanup includesColin Patrick McCabe2011-02-181-0/+3
* os: FileJournal::do_write: fix error handlingColin Patrick McCabe2011-02-041-1/+1
* assert.h: Add ceph_abortColin Patrick McCabe2011-02-041-0/+8
* assert: only include acconfig.h ifdef __CEPH__Sage Weil2010-08-031-1/+3
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* libatomic: fix assert.h compilationYehuda Sadeh2010-06-031-0/+4
* assert: fix assert vs atomic_ops.h breakageSage Weil2010-06-031-0/+17
* spinlock: clean up #include depsSage Weil2010-04-091-1/+0
* assert: use ceph namespaceSage Weil2010-04-081-0/+6
* assert: throw FailedAssertion exception instead of inducing segfaultSage Weil2009-06-261-9/+24
* assert: turn off tls in assert macroSage Weil2009-04-281-2/+4
* assert: some more assert_warnYehuda Sadeh2009-02-121-0/+3
* cosd: change some assert to assert_warn and clean exitYehuda Sadeh2009-02-121-0/+5
* assert: warn on assertion if requested for current threadYehuda Sadeh2009-02-091-1/+17
* custom assertion handlerSage Weil2008-10-131-0/+35