Filter
Exclude
Time range
-
Near
Replying to @melqtx
Really cool! You should check out 42-school, they have assignments like this. Here is my Webserver in CPP98 supporting any CGI, chunked transfer, nginx like configuration style & more github.com/chronikum/42-Webs…

1
4
1,139
Added support for function objects to scope-lite under C 98. Thanks to Hayati Aygün, @h_ayguen for asking (issue 4). nonstd::scope_exit<functor<int> > guard = nonstd::make_scope_exit(functor<int>(resource)); Example: github.com/martinmoene/scope… #cpp #cplusplus #cpp98
1
1
3
`std::end` is provided by the <ostream> header, same as it was since #Cpp98. <iomanip> is the obvious-looking bluff. <iosfwd> was the slightly smarter bluff, for those wondering how #include <iostream> gained endl (the answer is #Cpp11). <streambuf> was the too-clever bluff ;)
1
Released v0.1.0 of bit-lite C 20 bit operations for C 98 and later in a single-file header-only library. #cpp #cpp20 #cpp98 #cpp11 #cpp14 #cpp20 github.com/martinmoene/bit-l…
1
4
18
span-lite 0.6.0 released, thanks to @flex_ferrum github.com/martinmoene/span-… #cpp #cpp98 #cpp20

1
2
3
Mathieu Ropert. Modern C 03 - Blog, mropert.github.io/2018/02/25… - CppCon2018, youtu.be/76uHxUi6L5g #cpp #modern_cpp #cpp98

2
27 Dec 2018
Replying to @rod11 @mcclure111
Genuine question. Unless you're using unclear api calls, how does that happen anymore? Are you stuck in a shop that is CPP98, no boost, and anti RIAA?
5
nonstd lite projects like any-lite, span-lite, optional-lite etc. (except gsl-lite) are now distributed under the Boost Software License, github.com/martinmoene #cpp #cplusplus #cpp98 #cpp11 #cpp14 #cpp17

1
1
8
gsl-lite v0.29.0 supports CMake find_package(), thanks to @FlorianWolters, github.com/martinmoene/gsl-l… C Core Guidelines , #cplusplus #cpp #cpp98 #cpp17 #gsl

1
2
Alpha release of string_view lite, a single-file header-only version of a C 17-like string_view for C 98, C 11 and later, github.com/martinmoene/strin… #cpp #cpp98 #cpp11 #cpp17

5
9
gsl lite release 0.28.0 expand CI compiler matrices and adds C Core Guidelines checking; gsl lite does not generate C CG warnings , github.com/martinmoene/gsl-l…#cpp #cpp98 #cpp11 #gsl (Travis seems to have a hiccup)

4
6
any-lite, optional-lite and variant-lite now use their C 17 standard versions if available, github.com/martinmoene/any-l… #cpp #cpp98 #cpp17

1
3
optional bare - A simple single-file header-only version of a C 17-like optional for default-constructible, copyable types, for C 98 and later, github.com/martinmoene/optio… #cpp #cpp98 #cpp17 #optional

1
3
gsl lite release 0.25.0 adds not_null<> comparisons, restricts owner<> to pointers, github.com/martinmoene/gsl-l… #cpp #cpp98 #cpp11 #gsl

2
1
Initial code for value-ptr-lite, an optional--smart-pointer crossover, github.com/martinmoene/value…#cpp #cpp98 #cpp11

1
Thinking of starting value-ptr-lite ;) github.com/martinmoene/value… #cpp #cpp98 #cpp11

4
10
Started work on ring-span lite, a C ??-like ring_span for C 98 and later, github.com/martinmoene/ring-… #cpp #cpp98 #ring #circular #queue

1