Jamie Seward
|
992c836b30
|
Add missing spaces
|
2017-10-24 00:14:25 -07:00 |
|
Jamie Seward
|
715c98b404
|
Remove extra spaces
|
2017-10-24 00:06:22 -07:00 |
|
Jamie Seward
|
6c9a401ebc
|
Remove old non-perfect forwarding find and count
|
2017-10-24 00:01:56 -07:00 |
|
Jamie Seward
|
16ffdbcb20
|
Remove c++17 support flag in cmake
Already covered by AppVeyor
|
2017-10-23 23:50:06 -07:00 |
|
Jamie Seward
|
73b1629a15
|
Remove tabs for spaces
|
2017-10-23 23:45:39 -07:00 |
|
Jamie Seward
|
33c6511dd0
|
Remove JSON_HAS_STRING_VIEW
Instead implement @gregmarr's PR comments that perfect forwarding should be used. Also cleaned up cpp language standard detection.
|
2017-10-23 00:43:26 -07:00 |
|
Jamie Seward
|
d468f8c4e6
|
Use consistent logic to determine if string_view exists
|
2017-10-21 16:36:05 -07:00 |
|
Jamie Seward
|
59cde1ad6e
|
Fix for _HAS_CXX17 == 0
Copied from solution to https://github.com/nlohmann/json/issues/464
|
2017-10-21 16:29:37 -07:00 |
|
Jamie Seward
|
1a66679929
|
Add string_view support
This avoids unnecessary string copies on often used
find().
|
2017-10-21 15:20:13 -07:00 |
|
Jamie Seward
|
a99fcb4e7d
|
Add comments and newline
|
2017-10-17 22:53:35 -07:00 |
|
Jamie Seward
|
917d9d8bc3
|
Fix Visual Studio 2017 warnings
|
2017-10-16 23:23:55 -07:00 |
|
Jamie Seward
|
af99090742
|
Disable warning C4389: '==': signed/unsigned mismatch
Lots of tests have this warning.
Also moved out of for loop, doesn't need to be done every loop.
|
2017-10-16 01:02:48 -07:00 |
|
Jamie Seward
|
8ba7f69ab4
|
Fix whitespace
|
2017-10-16 00:49:59 -07:00 |
|
Jamie Seward
|
8a4af820c7
|
Fix warning C4706
|
2017-10-16 00:41:58 -07:00 |
|
Jamie Seward
|
19f8f1c075
|
Add missing "u8"
This causes test-udt to crash due to bad iterator
|
2017-10-16 00:21:38 -07:00 |
|
Jamie Seward
|
5ec44fe9e3
|
Add /W4 for MSVS
|
2017-10-15 22:56:38 -07:00 |
|