Daniel James
|
88d1c5c395
|
Update hash_info for Visual C++ 14.13
|
2018-03-07 10:11:46 +00:00 |
|
Daniel James
|
1e263669cb
|
Use unsigned for version number in hash_info.cpp
Was getting a `size_t` to `unsigned int` conversion when writing to stream, so
just use `unsigned` from the start.
|
2018-01-24 13:40:35 +00:00 |
|
Daniel James
|
8963c38770
|
Fix hash_info for older Visual C++
|
2018-01-22 11:56:43 +00:00 |
|
Daniel James
|
4d9f438823
|
std::variant, std::monostate support
|
2018-01-21 19:28:33 +00:00 |
|
Daniel James
|
b9ae7e7fb6
|
Clean up header detection for more headers + add optional
|
2018-01-21 18:21:46 +00:00 |
|
Daniel James
|
42bb81befa
|
Support std::error_code and std::error_condition
|
2018-01-21 14:31:31 +00:00 |
|
Daniel James
|
f81ee167c5
|
Add Visual C++ info to hash_info
|
2018-01-21 11:10:03 +00:00 |
|
Daniel James
|
b5c3b5d00a
|
Write out __cplusplus in hash_info
|
2018-01-20 21:53:03 +00:00 |
|
Daniel James
|
3521c417b5
|
Small program to write out hash config info
|
2018-01-20 17:37:55 +00:00 |
|