Michele Caini
6ec8195fd3
tests: fs/FileReq/RW
2016-11-07 12:33:15 +01:00
Michele Caini
4b9a7a4440
bug fixing
2016-11-07 12:10:15 +01:00
Michele Caini
3656111e7d
minor changes
2016-11-07 11:42:45 +01:00
Michele Caini
a2b29dab34
Update README.md
2016-11-07 11:17:36 +01:00
Michele Caini
2838f6e239
added (maybe) missed header
2016-11-07 11:08:41 +01:00
Michele Caini
7c854c8c3e
minor changes
2016-11-07 10:48:08 +01:00
Michele Caini
ec54c56709
WIP: fs tests
2016-11-04 18:00:08 +01:00
Michele Caini
7586e37546
renaming
2016-11-04 12:02:12 +01:00
Michele Caini
c51f736e56
fixed
2016-11-04 11:48:50 +01:00
Michele Caini
14647325d2
fixed
2016-11-03 18:05:32 +01:00
Michele Caini
8329f6b597
fixed
2016-11-02 15:51:02 +01:00
Michele Caini
b2ab5187cd
added user-data to the resource
2016-10-25 18:18:20 +02:00
Michele Caini
07aceb1fb8
minor changes
2016-10-25 14:19:53 +02:00
Michele Caini
837c7cfa16
WIP: tests
2016-10-25 14:09:02 +02:00
Michele Caini
a7108eb32b
a few tests
2016-10-24 18:13:53 +02:00
Michele Caini
3ef86aea06
Merge pull request #68 from tusharpm/master
...
Replaced `for` loop as mentioned in comment
2016-10-16 15:55:52 +02:00
Tushar Maheshwari
efc86768c9
Fix code coverage for loop
2016-10-16 12:15:50 +05:30
Tushar Maheshwari
c02c20e27d
Replacing for loops with std::copy_n
2016-10-16 11:53:42 +05:30
Michele Caini
98d563ad9e
tests fixed
2016-10-14 17:49:40 +02:00
Michele Caini
1e158e80c8
improvements
2016-10-14 17:43:11 +02:00
Michele Caini
4286defc1f
WIP: review
2016-10-14 15:40:45 +02:00
Michele Caini
bfcd165cb0
tests + bug fixing
2016-10-10 14:15:32 +02:00
Michele Caini
3ee621e48a
Update README.md
2016-10-10 10:30:12 +02:00
Michele Caini
382cd9f8fd
Merge pull request #62 from tusharpm/test
...
Code coverage using coveralls.io
2016-10-10 10:29:39 +02:00
Michele Caini
0e1e438d55
Update README.md
2016-10-10 10:01:38 +02:00
Tushar Maheshwari
e860400a8d
Limiting coverage to relevant code
2016-10-07 20:25:57 +05:30
Tushar Maheshwari
41982c6716
Adding code coverage build
2016-10-07 19:36:14 +05:30
Tushar Maheshwari
7316ef29dd
TravisCI more OS/compilers in matrix
2016-10-07 19:02:34 +05:30
Michele Caini
e7a88001b4
minor changes
2016-10-05 13:52:09 +02:00
Michele Caini
b9abaf5c11
Merge pull request #61 from tusharpm/cleanup
...
Cleanup
2016-10-05 11:25:16 +02:00
Tushar Maheshwari
6011ec6c3d
Address more review comments
...
- add the required non-template `get` methods
- add static_assert as requested to detect usage of template `get` when not required
2016-10-04 21:53:06 +05:30
Michele Caini
6ae824c1a0
review
2016-10-04 12:33:14 +02:00
Tushar Maheshwari
e2e8b695ca
Fix review comments
...
- revert changes required as a bugfix
- revert performance decreasing change
2016-10-03 19:51:27 +05:30
Tushar Maheshwari
40b36513b4
Reduce Request::defaultCallback template parameter
2016-10-02 23:58:09 +05:30
Tushar Maheshwari
7a68faff36
Fix Linux/macOS builds
2016-10-02 23:40:55 +05:30
Tushar Maheshwari
dc0b74e07f
Simplify Handle::initialize template parameter
2016-10-02 23:31:24 +05:30
Tushar Maheshwari
113a35b039
Emitter members simplification
...
- Avoids undefined behavior in `clearAll` (`nullptr` dereference).
2016-10-02 23:18:53 +05:30
Tushar Maheshwari
041d5b3974
SharedLib: Use std::is_function instead of IsFunc
2016-10-02 22:52:30 +05:30
Tushar Maheshwari
7a0612b0ba
Remove unnecessary headers
2016-10-02 22:47:37 +05:30
Tushar Maheshwari
e326dae4dd
Simplify Resource::get member template parameter
2016-10-02 22:42:55 +05:30
Michele Caini
f6de2afd3e
foo
2016-09-27 16:18:22 +02:00
Michele Caini
b1aa7ed0ef
Merge pull request #60 from tusharpm/appveyor
...
AppVeyor integration
2016-09-27 16:13:28 +02:00
Michele Caini
8df29ec76b
Update util.hpp
2016-09-27 11:07:20 +02:00
Michele Caini
ec2836dc01
Update util.hpp
2016-09-27 09:55:24 +02:00
Michele Caini
600d2f5c79
Update process.hpp
...
Changed `IO_IGNORE` to `IGNORE_STREAM`, it seems more appropriate.
2016-09-27 08:40:05 +02:00
Tushar Maheshwari
c87550567a
Address review comments.
2016-09-26 21:15:51 +05:30
Tushar Maheshwari
9a55c091a9
Reduce warnings for Windows
...
MSVC takes a lot of time if all warnings are enabled, mostly just to
print them.
Disable "all warnings" for Windows only. The deafault warnings are still
listed.
2016-09-25 22:11:56 +05:30
Tushar Maheshwari
3ad33cf560
Appveyor fix paths
2016-09-25 22:11:40 +05:30
Tushar Maheshwari
2081c2f386
Fix appveyor build for Windows x86
...
- platform should remain "Win32" for appveyor's scripts to execute
successfully
- Finding middle ground between clang and MSVC
2016-09-25 22:11:40 +05:30
Tushar Maheshwari
4b8b63dab0
Appveyor configuration fixes
...
- Includes changes to fix broken mac build
2016-09-25 22:11:11 +05:30