Malcolm Noyes
|
37b057187d
|
Make merge easier
|
2013-12-09 15:14:47 +00:00 |
|
Malcolm Noyes
|
2a14dffe97
|
clean up comments
|
2013-11-22 07:38:50 +00:00 |
|
Malcolm Noyes
|
32e81790d6
|
Added instructions for running tests from the command line
|
2013-11-18 22:01:48 +00:00 |
|
Malcolm Noyes
|
ec0ef84226
|
Merge remote-tracking branch 'upstream/master'
|
2013-11-18 20:39:06 +00:00 |
|
Phil Nash
|
da0f4643f7
|
Merge pull request #217 from nanoant/patch/std-auto_ptr-deprecated
std::auto_ptr is deprecated in c++11/c++0x
|
2013-11-18 00:21:11 -08:00 |
|
Adam Strzelecki
|
d1e5480d95
|
std::auto_ptr is deprecated in c++11/c++0x
This will use std::unique_ptr on C++11 and remove deprecation warning.
|
2013-11-17 18:44:35 +01:00 |
|
Malcolm Noyes
|
765f6e6edb
|
fix more links
|
2013-11-17 16:37:05 +00:00 |
|
Malcolm Noyes
|
2b5cf11c7c
|
fix more links
|
2013-11-17 16:36:08 +00:00 |
|
Malcolm Noyes
|
c1d9e20361
|
fix more links
|
2013-11-17 16:34:01 +00:00 |
|
Malcolm Noyes
|
5e630a6f46
|
fix links
|
2013-11-17 16:27:04 +00:00 |
|
Malcolm Noyes
|
d54bee53d4
|
Docs for Visual Studio integration
|
2013-11-17 16:23:57 +00:00 |
|
Malcolm Noyes
|
41dabbf925
|
Merge remote-tracking branch 'upstream/master'
|
2013-11-17 14:19:49 +00:00 |
|
Malcolm Noyes
|
907f514de7
|
Add support for Managed tests in VS2010 & VS2012. Add support for Native tests in VS2012
|
2013-11-17 14:18:02 +00:00 |
|
Phil Nash
|
d3c8c9839f
|
Merge pull request #214 from AIM360/weibelt/fix-eol
Fixed crlf issue
|
2013-11-14 15:28:58 -08:00 |
|
Malcolm Noyes
|
3a6ab65c82
|
Merge from origin
|
2013-11-14 20:12:14 +00:00 |
|
Malcolm Noyes
|
73f7f0ad1b
|
Catch VS integration Part 2 - modify version, allow multiple includes
|
2013-11-14 19:49:49 +00:00 |
|
Phil Nash
|
f15b74c0d2
|
Added some more docs
|
2013-11-14 19:08:19 +00:00 |
|
Phil Nash
|
8d44f2dbb2
|
build 13
|
2013-11-13 08:10:45 +00:00 |
|
Phil Nash
|
4f57c8c589
|
Print warnings if no assertions and not running with -s
|
2013-11-13 08:07:38 +00:00 |
|
Phil Nash
|
2f086ae255
|
If no assertions print custom message
|
2013-11-12 19:06:08 +00:00 |
|
Phil Nash
|
ecb9432763
|
Simplified and tidied test case and tag listing
|
2013-11-12 18:59:34 +00:00 |
|
Malcolm Noyes
|
e9a2230ad8
|
VS integration part 1 - allow catch_message.hpp to be included by more than 1 source file
|
2013-11-10 15:11:21 +00:00 |
|
Malcolm Noyes
|
8e411d27f6
|
Fix line endings
|
2013-11-10 11:20:08 +00:00 |
|
Phil Nash
|
5320518dbc
|
Build 12
|
2013-11-09 07:47:09 +00:00 |
|
Phil Nash
|
11ba377134
|
Change one more in-page link to work with GitHub generated anchors
|
2013-11-09 07:43:20 +00:00 |
|
Phil Nash
|
d17bb40030
|
Converted all html anchors in command line docs to match github generated anchors
|
2013-11-07 13:38:48 +00:00 |
|
Phil Nash
|
6916298c22
|
Attempt to match html anchors (which github strips out) with the ones github generates.
|
2013-11-07 13:30:39 +00:00 |
|
Tobias Weibel
|
2e4be2125b
|
Fixed crlf issue
|
2013-11-07 13:05:29 +01:00 |
|
Phil Nash
|
0712bbb251
|
Merge pull request #207 from Fraser999/list_tests_issue
List tests issue
|
2013-11-07 03:11:19 -08:00 |
|
Phil Nash
|
c2b0c6fb08
|
Added missing #include for <vector>
|
2013-11-07 10:35:59 +00:00 |
|
Phil Nash
|
0d4894e4bf
|
Updated command line docs with -w and -d
|
2013-11-07 10:35:40 +00:00 |
|
Fraser Hutchison
|
69a3f161f9
|
Added CTest targets to perform basic test of --list-tests and --list-tags options.
|
2013-10-24 02:57:46 +01:00 |
|
Fraser Hutchison
|
6253386458
|
Fixes overflow issue when listing tests.
|
2013-10-24 02:53:13 +01:00 |
|
Phil Nash
|
93a945cee9
|
Fixed uninitialised members in Context object
|
2013-10-23 15:35:07 +01:00 |
|
Phil Nash
|
2b644b5128
|
Updated travis URL
|
2013-10-21 20:55:01 +01:00 |
|
Phil Nash
|
a2bff4877e
|
Merge branch 'master' of git://github.com/AIM360/Catch
|
2013-10-21 08:43:40 +01:00 |
|
Phil Nash
|
cb7b4ecbdc
|
Updated VS2010 project
|
2013-10-21 08:31:17 +01:00 |
|
Phil Nash
|
d0e7b628b7
|
Fixed typo
|
2013-10-18 17:50:22 +01:00 |
|
Phil Nash
|
faafa249ad
|
Git Attributes, with control for line-endings
|
2013-10-18 07:53:05 +01:00 |
|
Phil Nash
|
f4959e7699
|
First commit of docs for contributors
|
2013-10-18 07:52:38 +01:00 |
|
Phil Nash
|
bdb718471f
|
Fixed typo
|
2013-10-17 22:45:37 +01:00 |
|
Phil Nash
|
380f98ed1f
|
Regenerated single include
|
2013-10-17 22:45:21 +01:00 |
|
Phil Nash
|
39ef46a02e
|
Truncate excessively long messages rather than asserting
|
2013-10-17 18:02:38 +01:00 |
|
Phil Nash
|
aafed303bb
|
Added an extra tag test
|
2013-10-17 18:02:09 +01:00 |
|
Phil Nash
|
34266b6e0f
|
more doc formatting fixes
|
2013-10-02 08:17:46 +01:00 |
|
Phil Nash
|
0b097c26b6
|
Fix wrapping width when listing tests
- addresses #201
|
2013-10-02 08:07:52 +01:00 |
|
Phil Nash
|
b9c6d30631
|
minor doc tweaks
|
2013-10-02 07:58:15 +01:00 |
|
Phil Nash
|
716a3a0285
|
escaped square brackets
|
2013-10-02 07:55:01 +01:00 |
|
Phil Nash
|
76ef79a990
|
Expanded test-cases-and-exceptions docs and added to reference-index
|
2013-10-01 19:07:09 +01:00 |
|
Phil Nash
|
4ab680a4fb
|
Expanded docs on tests cases and sections (still work-in-progress)
- also touched up some outdated bits in the tutorial
|
2013-10-01 08:20:08 +01:00 |
|