Oliver Kowalke
|
ef4fc2159e
|
Merge pull request #85 from kuhlenough/patch-1
Duplicate alias should be missing GCC alias
|
2018-09-17 06:59:44 +02:00 |
|
Brian Kuhl
|
09584e9f5b
|
Duplicate alias should be missing GCC alias
Turn duplicate sysv-power-32-elf-clang alias into missing sysv-power-32-elf-gcc alias
|
2018-09-14 01:16:05 -04:00 |
|
Oliver Kowalke
|
16b10296bf
|
Merge pull request #84 from hackaugusto/typo
Just a one letter typo fix
|
2018-08-27 11:44:56 +02:00 |
|
Augusto Hack
|
d2d58c6e28
|
typo fix
|
2018-08-18 20:15:43 -03:00 |
|
Oliver Kowalke
|
e0784676c6
|
Merge pull request #83 from DanielaE/fix/type-mismatches-due-to-typos
Possibly due to typos, assignments of double values were made to std:…
|
2018-07-21 12:24:40 +02:00 |
|
Daniela Engert
|
129bf7c9fa
|
Possibly due to typos, assignments of double values were made to std::string variables.
Signed-off-by: Daniela Engert <dani@ngrt.de>
|
2018-07-21 09:26:07 +02:00 |
|
Oliver Kowalke
|
e7d92e75d1
|
Merge branch 'develop'
|
2018-06-11 19:28:49 +02:00 |
|
Oliver Kowalke
|
2f320aa68b
|
call GetLastError() in BOOST_ASSERT()
|
2018-05-28 09:21:18 +02:00 |
|
Oliver Kowalke
|
ca7301cc55
|
build unit-tests as release
|
2018-05-26 07:18:25 +02:00 |
|
Oliver Kowalke
|
7605c64d95
|
checked catching of forced_unwind
- based on pull request #61
|
2018-05-26 07:18:25 +02:00 |
|
Oliver Kowalke
|
c999e42b7e
|
add copyright statements
|
2018-05-22 08:55:00 +02:00 |
|
Oliver Kowalke
|
32a466ddb8
|
Merge branch 'develop'
|
2018-04-16 08:01:13 +02:00 |
|
Oliver Kowalke
|
2e37599461
|
remove all.hpp because of name clashes (forced_unwind)
|
2018-04-14 11:31:05 +02:00 |
|
Oliver Kowalke
|
d08d608989
|
rename thread-local for fiber
- in context of #78
|
2018-04-11 06:23:29 +02:00 |
|
Oliver Kowalke
|
7900c86918
|
Revert "fix name clash with forced_unwind"
This reverts commit 094f4ca14b .
|
2018-04-09 09:32:12 +02:00 |
|
Oliver Kowalke
|
356d7f4e23
|
Merge branch 'develop'
|
2018-04-05 16:36:16 +02:00 |
|
Oliver Kowalke
|
40c312b590
|
uint-tests using segmented stacks
|
2018-04-05 08:08:45 +02:00 |
|
Oliver Kowalke
|
1b47e8b1e7
|
fully-qualify invoke() inside apply()
|
2018-04-04 20:03:48 +02:00 |
|
Oliver Kowalke
|
3452a2996b
|
full-qualified call of invoke()
|
2018-04-04 19:23:26 +02:00 |
|
Oliver Kowalke
|
78f32eb435
|
segmeneted_stack is passed by value -> no std::forward<> required
|
2018-04-04 19:18:13 +02:00 |
|
Oliver Kowalke
|
094f4ca14b
|
fix name clash with forced_unwind
|
2018-04-04 17:40:07 +02:00 |
|
Oliver Kowalke
|
58ae39ab4b
|
fix copy&paste mistake related to segmented_stack parameter
|
2018-04-04 09:20:47 +02:00 |
|
Oliver Kowalke
|
5f43c3b116
|
operator< is sufficient
|
2018-03-21 08:38:58 +01:00 |
|
Oliver Kowalke
|
72e2f565d3
|
fix example backtrace
|
2018-03-21 08:38:58 +01:00 |
|
Oliver Kowalke
|
18435f6d00
|
Merge pull request #77 from teeks99/min_version
Added working compiler versions and features needed for the lib
|
2018-03-16 07:53:27 +01:00 |
|
Thomas Kent
|
0361f571d1
|
Added working compiler versions and features needed for the lib
|
2018-03-15 16:36:26 -05:00 |
|
Oliver Kowalke
|
3e81d865b3
|
Merge branch 'develop'
|
2018-03-15 10:53:54 +01:00 |
|
Oliver Kowalke
|
ac99b9bf25
|
prevent compiling compilation units for non-C++11 compilers
|
2018-03-12 12:14:50 +01:00 |
|
Oliver Kowalke
|
0c5d6c397a
|
Merge branch 'develop'
|
2018-03-12 09:01:35 +01:00 |
|
Oliver Kowalke
|
bd29b48eab
|
unit-tests: remove warning of redundant move in return statement
|
2018-03-12 09:00:50 +01:00 |
|
Oliver Kowalke
|
383b56d981
|
Merge branch 'develop'
|
2018-03-11 21:36:29 +01:00 |
|
Oliver Kowalke
|
f6982b6aee
|
Merge pull request #75 from danieljames/fix-execution-context-braces
Fix braces in execution_context.cpp
|
2018-03-11 21:35:56 +01:00 |
|
Daniel James
|
63f85b4c54
|
Fix braces in execution_context.cpp
When BOOST_NO_CXX11_THREAD_LOCAL is defined.
|
2018-03-11 18:34:30 +00:00 |
|
Oliver Kowalke
|
ab4b4c20bf
|
Merge branch 'develop'
|
2018-02-24 08:44:19 +01:00 |
|
Oliver Kowalke
|
3ca5a272e7
|
fix C2492 (Windows/MSVC)
- in context of #73
|
2018-02-24 08:42:14 +01:00 |
|
Oliver Kowalke
|
5d3c22d859
|
Merge branch 'develop'
|
2018-02-19 16:09:54 +01:00 |
|
Oliver Kowalke
|
aef5de1aa9
|
unit-test: rename rule to 'native-impl'
|
2018-02-19 16:09:23 +01:00 |
|
Oliver Kowalke
|
e1779838a8
|
Merge branch 'develop'
|
2018-02-19 15:13:56 +01:00 |
|
Oliver Kowalke
|
2b1bf36545
|
unit-tests: exclude android from using ucontext
|
2018-02-19 15:09:49 +01:00 |
|
Oliver Kowalke
|
f3228e4ca8
|
Merge branch 'develop'
|
2018-02-15 17:51:20 +01:00 |
|
Oliver Kowalke
|
40f871b2b3
|
docu
|
2018-02-15 17:51:04 +01:00 |
|
Oliver Kowalke
|
b007282081
|
Merge branch 'develop'
|
2018-02-15 17:45:14 +01:00 |
|
Oliver Kowalke
|
cd1ac4b87b
|
update docu
|
2018-02-15 17:44:20 +01:00 |
|
Oliver Kowalke
|
9b8329a59e
|
Merge branch 'develop'
|
2018-02-10 07:32:42 +01:00 |
|
Oliver Kowalke
|
388a255ee8
|
rvalue-ref qualified resume()/resume_with() only
|
2018-02-09 17:27:35 +01:00 |
|
Oliver Kowalke
|
b47592963c
|
Merge branch 'develop'
|
2018-02-09 06:36:05 +01:00 |
|
Oliver Kowalke
|
3a12382a14
|
documentation updated
|
2018-02-09 06:35:48 +01:00 |
|
Oliver Kowalke
|
8e7ffd157c
|
resume()/resume_with() rvalue-ref qualified
|
2018-02-08 21:36:29 +01:00 |
|
Oliver Kowalke
|
59e43955b5
|
Merge branch 'develop'
|
2018-02-08 21:23:52 +01:00 |
|
Oliver Kowalke
|
7c1f2bce39
|
resume()/resume_with() rvalue-ref qualified
|
2018-02-08 21:06:18 +01:00 |
|