xgdgsc
e1d1866384
add if using single header
2020-09-23 16:05:42 +08:00
Patrick Servello
3c655b70d9
Added single header file information to the README
2019-02-09 10:28:01 -06:00
mandreyel
d4283a45ec
Add Windows wide char path support
2018-11-13 11:30:51 +01:00
mandreyel
d77add92da
Merge pull request #32 from gmbeard/multi-target-windows-api
...
Multi target windows api
2018-11-11 15:15:41 +01:00
easyaspi314 (Devin)
ca14fbdff8
Update README.md to mention exceptions.
2018-11-09 11:28:52 -05:00
Greg Beard
6125094190
Merge branch 'master' into multi-target-windows-api
2018-11-09 11:59:41 +00:00
mandreyel
d33a0d567f
Update docs to specify exception type
2018-10-26 09:02:12 +02:00
mandreyel
2e048e5a25
Add entire file mapping overload to factory methods
2018-10-25 09:22:46 +02:00
mandreyel
99db68866c
Update README.md and example.cpp
2018-10-25 09:15:15 +02:00
mandreyel
1157537c98
Update docs, example.cpp and README.md
2018-10-22 18:46:07 +02:00
Greg Beard
63947b7c9a
Changes wording/grammar of docs for extra win api target
2018-10-19 09:15:11 +01:00
Greg Beard
acfca0042e
Adds a mio::mio_full_winapi target, which defines no WinAPI flags
...
The extra target doesn't `#define` any of `WIN32_LEAN_AND_MEAN`,
`NOMINMAX`. The default `mio::mio` adds both of these. This commit also
removes these defines from the `.*pp` files; they're now inserted by the
compile commands.
2018-10-19 07:21:34 +01:00
Greg Beard
0082811090
Changes Windows version to directly use CreateFileA
...
`CreateFile` is `#define`d as `CreateFileW` in unicode builds (when `/D
UNICODE` is defined). This is probably more likely to be a issue when
integrating into GUI projects.
This commit allows compilation to succeed when `UNICODE` has been
defined and adds a note to the README, explicitly stating that mio
doesn't support wide char string types as parameters.
2018-10-18 13:01:55 +01:00
mandreyel
e2be76afbe
Fix unescaped code block in README.md
2018-10-18 09:10:13 +02:00
Austin McCartney
684e6318c7
Addressed ambiguity in README
2018-10-16 22:36:35 -06:00
Austin McCartney
b7d1cb95e2
README extensions
2018-10-16 22:34:13 -06:00
Austin McCartney
af8471440d
Formatting long lines of README
2018-10-16 22:19:22 -06:00
Austin McCartney
bb10efd67b
Typo
2018-10-16 22:00:59 -06:00
Austin McCartney
05085ab7a0
First draft of README extensions
2018-10-16 21:58:24 -06:00
mandreyel
dde5edb18a
Fix erroneous comment in example code
2018-09-29 22:15:13 +02:00
mandreyel
f2cf5f3c91
Update readme and example with file existence precondition
2018-09-25 08:33:30 +02:00
mandreyel
a53f63b58b
Update code style in README and test.cpp
2018-09-07 15:59:45 +02:00
Wunkolo
2db812da58
Update README with CMake info
2018-07-27 19:14:43 -07:00
mandreyel
ecf20ef27f
Merge branch 'master' of https://github.com/mandreyel/mio
2018-04-15 19:02:52 +02:00
mandreyel
8c783cf92d
Update README.md
2018-04-15 19:01:25 +02:00
mandreyel
321312f4d1
Fix typos in README.md
2018-03-17 11:49:10 +01:00
mandreyel
742469621a
Update example
2018-03-02 12:28:23 +01:00
mandreyel
7bb887e88c
Update README.md
2018-02-12 13:14:07 +01:00
mandreyel
dcdfacefb2
Update README.md
2017-11-28 12:24:44 +01:00
mandreyel
f369d85deb
Update README.md
2017-11-28 12:23:38 +01:00
mandreyel
e3b29fc96b
Merge branch 'master' of https://github.com/mandreyel/mio
2017-11-28 12:18:52 +01:00
mandreyel
a5c60f9d8c
Update README.md
2017-11-28 12:18:02 +01:00
mandreyel
35b8fa4fa6
Update README.md
2017-11-03 22:34:06 +01:00
mandreyel
15fc031b9d
Update README.md
2017-11-03 22:32:49 +01:00
mandreyel
dcfce4d0ca
Fix shared_mmap API
2017-10-30 10:25:04 +01:00
mandreyel
61470daa08
updated example, removed multi-byte support, bugfix
2017-10-08 23:14:43 +02:00
mandreyel
adf941015f
updated README and comments
2017-10-08 17:42:15 +02:00
mandreyel
2024c807f0
bugfix, updated README
2017-10-06 13:18:12 +02:00
mandreyel
c52e35b2e8
removed CharTraits
2017-10-06 00:03:15 +02:00
mandreyel
41d3bf06b0
fixed example code in README
2017-10-05 16:48:06 +02:00
mandreyel
5c9c2e83ad
extracted mmap_{source,sink} into one class
2017-10-05 16:29:18 +02:00
mandreyel
fbc24fa73c
added README.md
2017-10-04 21:15:55 +02:00