Jan Včelák
|
1e5176bd69
|
Cap main exit code to 255 (#797)
Changed default main to clamp exit code to 8 bits because of POSIX limitations.
Updated documentation about declaring non-default main.
|
2017-01-31 20:48:14 +01:00 |
|
Phil Nash
|
9e341231ba
|
main takes args by non-const char*
- see #548
|
2015-12-09 06:22:15 +00:00 |
|
Phil Nash
|
f3d1f08c3b
|
Removed all trailing whitespace
- addresses #105
|
2013-07-03 19:14:59 +01:00 |
|
Phil Nash
|
c1196b6245
|
Moved all Catch::Main()s into new Session class
- renamed them run()
- moved cleanUp call into destructor
|
2013-06-05 18:48:18 +01:00 |
|
Phil Nash
|
d1beb539e8
|
Refactored main() a bit
|
2012-05-10 08:17:06 +01:00 |
|
Phil Nash
|
5ec53b2788
|
renamed hub -> context
(also did some reformatting)
|
2012-05-10 07:58:48 +01:00 |
|
Phil Nash
|
53c990a7e1
|
ARC support for Object-C projects
|
2012-03-17 18:20:06 +00:00 |
|
Phil Nash
|
dd5b9c2ae5
|
Added clean-up
Clean-up statics at the end of main to avoid added noise when looking for leaks
|
2012-02-18 09:58:30 +00:00 |
|
Phil Nash
|
89d1e6c4f1
|
Tweaks to allow headers to be glued together.
Added Python script to generate single header.
Added new XCode project that runs self test against single header
|
2011-05-24 08:23:02 +01:00 |
|