Jason Turner
|
c19705da5d
|
Merge remote-tracking branch 'origin/c++17' into develop
|
2018-05-29 13:21:09 -06:00 |
|
Jason Turner
|
2d762c8be3
|
Update copyrights to 2018
|
2018-05-29 11:51:15 -06:00 |
|
Jason Turner
|
dae0f3dd62
|
Merge pull request #411 from stephenberry/develop
Critical fix of type_info ordering (less than operator)
|
2018-05-25 16:27:56 -06:00 |
|
Jason Turner
|
805e7c0917
|
Fix up some error handling
|
2018-05-25 14:33:17 -06:00 |
|
Stephen Berry
|
d24743370a
|
Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop
|
2018-05-24 12:21:35 -05:00 |
|
Jason Turner
|
0520bb178c
|
Fix capture error
|
2018-05-20 20:36:33 -06:00 |
|
Jason Turner
|
c14d9dfb6e
|
Fix some new clang related warnings
|
2018-05-08 10:05:10 -06:00 |
|
Jason Turner
|
f695a24e1b
|
Fix clang warning for undefined msvc symbol check
|
2018-05-08 09:46:01 -06:00 |
|
Jason Turner
|
a48f358555
|
Better error reporting on missing type info
|
2018-04-01 11:06:48 -06:00 |
|
Stephen Berry
|
0ad4f83366
|
Removed constexpr for Visual Studio compilation. Xcode (LLVM) works with constexpr on the before function, but Visual Studio (2015) does not.
|
2018-02-15 09:10:11 -06:00 |
|
Stephen Berry
|
2dbfdfe111
|
Critical type_info ordering fix. Was using a less than comparison on pointers, which sometimes resulted in differing behavior between compilations.
|
2018-02-15 08:59:20 -06:00 |
|
Jason Turner
|
6c41ac90d8
|
Add to_int(int) and similar overloads
* This is so that `to_int` `to_char` `to_long` and similar work not
only with strings but also with built-in types
|
2018-02-02 20:35:32 -07:00 |
|
Jason Turner
|
695fa0b371
|
Proper fix for noexcept/msvc2017
From @StephanTLavavej
|
2018-01-19 11:54:19 -07:00 |
|
Jason Turner
|
eb93760f1b
|
Fix building on MSVC in C++17 mode
Closes #403 #396 #395
|
2018-01-19 10:26:31 -07:00 |
|
Jason Turner
|
9f2ed24dd0
|
Merge pull request #369 from mlang/use-using
Use using
|
2017-11-21 14:54:13 -07:00 |
|
Jason Turner
|
e2aec593c1
|
Merge pull request #366 from mlang/future_type
Allow standard_library::future_type to bootstrap hpx::lcos::future
|
2017-11-21 14:42:11 -07:00 |
|
Jason Turner
|
50a2773081
|
Reduce cost of cloning common built in types
Re: #356
|
2017-11-21 09:01:17 -07:00 |
|
Jason Turner
|
dd912822a7
|
Merge commit '8895ee8fc58ff13e7ee17007aeab6f78bf9f81f1' into c++17
|
2017-11-13 00:03:25 -07:00 |
|
Jason Turner
|
8895ee8fc5
|
Fix assignment / modification of return values
|
2017-11-13 00:02:22 -07:00 |
|
Jason Turner
|
91bcf1187e
|
minor noexcept adjustments
|
2017-11-12 04:09:37 -07:00 |
|
Mario Lang
|
f54aa90736
|
Use using
|
2017-09-25 16:55:18 +02:00 |
|
Jason Turner
|
c6237cc528
|
Add += char for string type
|
2017-09-21 08:55:32 -06:00 |
|
Mario Lang
|
3e521d2952
|
Delete now useless local copy
|
2017-09-18 17:00:04 +02:00 |
|
Mario Lang
|
0fa0def112
|
Use range-based for
|
2017-09-18 15:00:52 +02:00 |
|
Mario Lang
|
ee3f828b8c
|
Allow bootstrapping hpx::lcos::future
Which has an overloaded get(error_code &). Use a lambda in
standard_library::future_type to disambiguate.
|
2017-09-15 10:12:47 +02:00 |
|
Jason Turner
|
f338586d37
|
Performance improvements and LOC reduction in BoxedNumber
|
2017-09-02 19:06:46 -06:00 |
|
Jason Turner
|
bfe7799d13
|
Come C++17 updates, namespaces, etc
|
2017-09-02 13:12:52 -06:00 |
|
Jason Turner
|
4213f24761
|
Various C++17 considerations
|
2017-08-29 16:14:44 -06:00 |
|
Jason Turner
|
ac78e978fe
|
Move to template type deduction for function signature
|
2017-08-26 14:19:38 -06:00 |
|
Jason Turner
|
e6a6a20eb6
|
Handful for C++17 things
|
2017-08-26 08:24:55 -06:00 |
|
Jason Turner
|
04902f8209
|
Use C++17's emplace_back return reference
|
2017-08-25 12:48:34 -06:00 |
|
Jason Turner
|
e49df4c54d
|
Move the parser to string_view
|
2017-08-25 11:17:47 -06:00 |
|
Jason Turner
|
ff70341af2
|
Avoid conversions to string_view, 2% perf savings
|
2017-08-24 21:14:05 -06:00 |
|
Jason Turner
|
d115dbfd79
|
move towards string_view
|
2017-08-24 20:46:22 -06:00 |
|
Jason Turner
|
9596e15049
|
Warning / build fixes for gcc7
|
2017-08-24 18:35:03 -06:00 |
|
Jason Turner
|
9bbe723827
|
Fix unhandled divide by zero
|
2017-08-23 21:38:41 -06:00 |
|
Jason Turner
|
7722841294
|
More if constexpr work
|
2017-08-23 21:23:18 -06:00 |
|
Jason Turner
|
dd918c524d
|
Use if constexpr in boxed_number
|
2017-08-23 20:20:17 -06:00 |
|
Jason Turner
|
8568b61014
|
Merge branch 'constexpr' of github.com:ChaiScript/ChaiScript into constexpr
|
2017-08-23 16:13:39 -06:00 |
|
Jason Turner
|
b8b548bab3
|
more constexpr for parser
|
2017-08-23 16:10:10 -06:00 |
|
Jason Turner
|
0d76241f77
|
Avoid capture of constexpr value
|
2017-08-23 16:08:44 -06:00 |
|
Jason Turner
|
3feb084438
|
constexpr user_type objects
|
2017-08-22 22:22:47 -06:00 |
|
Jason Turner
|
ac7af60d76
|
Make constructors return values, not shared_ptr
|
2017-08-22 15:54:42 -06:00 |
|
Jason Turner
|
b810e4f7d9
|
Callable traits constexpr
|
2017-08-22 13:29:08 -06:00 |
|
Jason Turner
|
b51b52dea9
|
constexpr bind_first
|
2017-08-22 10:03:26 -06:00 |
|
Jason Turner
|
ddb2f352cd
|
Initial simple application of constexpr to API
|
2017-08-17 11:27:14 -06:00 |
|
Jason Turner
|
0fc420f69d
|
Revert "Remove exception specification shared_ptr use"
This reverts commit e1cf8b9eb1d59d49149454424ec49bd0d8a3b28f.
|
2017-08-15 10:13:20 -06:00 |
|
Jason Turner
|
5d56051532
|
Various noexcept additions
|
2017-08-10 19:47:03 -06:00 |
|
Jason Turner
|
e1cf8b9eb1
|
Remove exception specification shared_ptr use
|
2017-08-10 10:28:16 -06:00 |
|
Jason Turner
|
7986ea08b6
|
More work towards all noexcept, warning cleanups
|
2017-08-09 14:36:45 -06:00 |
|