Austin McCartney
d5f411e304
Added missing CMake file and added exception to .gitignore
2018-10-16 17:31:36 -06:00
Austin McCartney
0bc5453bfd
corrected minor typos in CMake comments
2018-10-13 09:38:00 -06:00
Austin McCartney
9721918446
expanded comments regarding
2018-10-13 09:32:42 -06:00
Austin McCartney
e738beff33
removed references to frozen
2018-10-13 09:18:06 -06:00
Austin McCartney
b35ef4725a
Expanded CMake Support
...
This commit introduces several features for the CMake build system.
+ CTest integration
+ CDash integration
+ CPack integration
+ CMake find_package support
To accomodate post-installation consumption, the `include` preprocessor
statements in several library header files were updated to use paths
relative to a root include directory rather than paths relative to the
file itself.
2018-10-13 09:11:10 -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
mandreyel
11f22060b1
Merge pull request #10 from mandreyel/add-license-1
...
Create LICENSE
2018-08-15 15:56:39 +02:00
mandreyel
660f2657fb
Create LICENSE
2018-08-15 15:56:23 +02:00
mandreyel
571b003b8d
Merge pull request #9 from Wunkolo/feature/cmake
...
Add CMakeLists.txt
2018-07-28 11:03:47 +02:00
Wunkolo
b6517e711f
Add BUILD_TESTS option, installation
...
Remove compiler flags/warnings, makefile verbosity and colors
2018-07-27 19:14:43 -07:00
Wunkolo
2db812da58
Update README with CMake info
2018-07-27 19:14:43 -07:00
Wunkolo
90fbf407f3
Add Header-Only cmake project structure
2018-07-27 18:01:09 -07:00
mandreyel
f3b8286c47
Move access_mode to page.hpp
2018-07-27 21:47:52 +02:00
mandreyel
873ff4d585
Merge pull request #8 from freddierice/master
...
swapped order of members in class to calm down the compiler
2018-07-27 14:23:54 +02:00
Freddie Rice
d16962d443
swapped order of members in class to calm down the compiler
2018-07-26 18:12:14 -04:00
mandreyel
7dfc49b197
Update example include and minor style change
2018-07-12 21:31:53 +02:00
mandreyel
c6039f7ab5
Update empty function docs
2018-04-15 19:12:27 +02:00
mandreyel
2659608761
Update iterator documentation
2018-04-15 19:07:19 +02: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
0dfc6497f2
Merge pull request #4 from TrentHouliston/patch-1
...
Add missing inline for memory_map
2018-04-15 18:43:10 +02:00
mandreyel
b6ca040f1b
Merge pull request #5 from lukediamond/master
...
Fixed mutable begin() for basic_mmap.
2018-04-15 18:41:59 +02:00
lukediamond
5a6e136512
Fixed mutable begin() for basic_mmap.
2018-04-14 02:00:22 -04:00
Trent Houliston
ab385b9ed4
Add missing inline for memory_map
2018-04-12 11:13:47 +10: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
0d94b74491
added shared_mmap, slight API changes
2017-10-06 12:57:31 +02:00
mandreyel
c52e35b2e8
removed CharTraits
2017-10-06 00:03:15 +02:00
mandreyel
54694df5f7
fixed mult.def. linking error
2017-10-05 17:09:35 +02:00
mandreyel
9c57dc884e
typo fix
2017-10-05 16:50:24 +02:00
mandreyel
41d3bf06b0
fixed example code in README
2017-10-05 16:48:06 +02:00
mandreyel
d93caf50b1
file name changes
2017-10-05 16:39:56 +02:00
mandreyel
4084e55430
fixed comments, typedefs
2017-10-05 16:37:30 +02:00
mandreyel
5c9c2e83ad
extracted mmap_{source,sink} into one class
2017-10-05 16:29:18 +02:00
mandreyel
1a88259c02
converted mio to templatize the char type
2017-10-04 21:41:18 +02:00
mandreyel
fbc24fa73c
added README.md
2017-10-04 21:15:55 +02:00
mandreyel
c5149286c6
deleted misleading comment in test.cpp
2017-10-02 10:54:24 +02:00