Jason Turner
7339ff2c2f
Update release notes for 5.8.5
v5.8.5
2016-10-09 19:59:48 -06:00
Jason Turner
665125665a
Bump to 5.8.5
...
- remove parsing of unary &, it was unused
2016-10-06 22:32:55 -06:00
Jason Turner
d1c7645a4e
Backport inits for g++4.6
2016-10-06 15:19:47 -06:00
Jason Turner
58faea1cf2
Add conversion to bool compile test
...
Re: #275
2016-10-06 14:52:34 -06:00
Jason Turner
8b7fe33bf1
Fix order of operations for prefix and '*', '/'
...
The problem is that Prefix did not properly participate in
operator precedence. I've fixed this, at least for the moment,
by adding a final depth of precedence that can be called when
the depth gets to the bottom.
closes #285
2016-10-06 14:44:30 -06:00
Jason Turner
21495ebb40
Make sure atomics are initialized
2016-10-06 09:09:50 -06:00
Jason Turner
bec1b91b7b
Increment to 5.8.4
v5.8.4
2016-09-24 17:17:40 -06:00
Jason Turner
4b81a24a0a
Fix numeric mixed-convesion operations
2016-09-24 17:15:17 -06:00
Jason Turner
cefb4d3c78
Update release notes for 5.x
2016-09-16 12:33:07 -06:00
Jason Turner
41c1c490c8
Add support for *& return types
v5.8.3
2016-04-29 08:31:59 -06:00
Jason Turner
1e62eb4e12
Update to 5.8.2 release notes
v5.8.2
2016-03-30 12:52:53 -06:00
Jason Turner
c07c2a9cc2
Make sure type_info works with shared_ptr &
2016-03-28 15:57:26 -06:00
Jason Turner
46c45e8fc7
Update boxed_cast_tests to account for new features
2016-03-27 20:50:15 -06:00
Jason Turner
91a3ae1f14
Add ability to take non-const & shared_ptr params
2016-03-27 20:02:27 -06:00
Jason Turner
328aef10d7
Add failing test for non-const shared_ptr &
2016-03-27 18:24:38 -06:00
Jason Turner
71c67bc763
Move debug over to windows build
v5.8.1
2016-03-05 12:04:30 -07:00
Jason Turner
539ee3c84f
Ignore unknown pragmas in older apple clang
2016-03-05 10:44:40 -07:00
Jason Turner
594958ea8b
Address MSVC2013 specific warnings
2016-03-05 07:46:28 -07:00
Jason Turner
83b966df47
Address g++4.8 warnings
2016-03-05 07:45:33 -07:00
Jason Turner
c24004c70e
Disable more warnings for catch/gcc
2016-03-04 22:09:26 -07:00
Jason Turner
a0ee8d1137
Address more catch/msvc warnings
2016-03-04 21:48:08 -07:00
Jason Turner
765e6ed8df
Update release notes for 5.8.1
2016-03-04 18:26:14 -07:00
Jason Turner
0cb4c18638
Fix some more windows warnings
2016-03-04 18:22:21 -07:00
Jason Turner
ad7e2138d9
Various Windows fixes
2016-03-04 17:39:32 -07:00
Jason Turner
0eee23109e
Upgrade catch to new version
2016-03-04 16:05:08 -07:00
Jason Turner
b663654a6d
Add missing header for locale
2016-03-04 15:49:31 -07:00
Jason Turner
2a8c248167
Implement locale dependent float parser
...
closes #250
2016-03-04 15:18:12 -07:00
Jason Turner
457367ea7b
Add failing tests for locale changes
...
re #250
2016-03-04 14:31:19 -07:00
Jason Turner
8feff5bc76
Clean up some more warnings
2016-03-04 10:03:39 -07:00
Jason Turner
a6dcbb1f1c
Fix multithreaded test
2016-03-04 08:28:49 -07:00
Jason Turner
d4f02b5e67
Address sign promotion warnings, add todo test
2016-03-04 07:58:21 -07:00
Jason Turner
645377e191
Remove memory_order_relaxed usage
2016-03-02 20:36:05 -07:00
Jason Turner
5a03c88ee3
Add -Wconvert and address the warnings from it
...
closes #254
2016-03-02 17:40:15 -07:00
Jason Turner
abc30ba573
Create CONTRIBUTING.md
2016-02-23 14:08:22 -07:00
Jason Turner
f36b1fc5eb
Rename PULL_REQUEST_TEMPLATE to PULL_REQUEST_TEMPLATE.md
2016-02-23 13:39:07 -07:00
Jason Turner
feb7775d21
Rename ISSUE_TEMPLATE to ISSUE_TEMPLATE.md
2016-02-23 13:38:50 -07:00
Jason Turner
8d50160cd9
Create ISSUE_TEMPLATE
2016-02-23 13:37:42 -07:00
Jason Turner
871ad10e0e
Create PULL_REQUEST_TEMPLATE
2016-02-23 13:31:38 -07:00
Jason Turner
c0664d778c
Merge pull request #248 from ChaiScript/release-5.x
...
Release 5.x
2016-02-16 17:52:50 -07:00
Jason Turner
6c483bd6f6
Update release notes and prepare for 5.8.0
v5.8.0
2016-02-16 15:00:13 -07:00
Jason Turner
7f8a6f24f9
Fix a few warnings from old gcc
2016-02-16 11:13:14 -07:00
Jason Turner
07fa8010e4
Ack! Rollback debug statement print out
2016-02-16 11:06:20 -07:00
Jason Turner
e024b99b36
Fixes for type_conversion handling
2016-02-16 08:29:01 -07:00
Jason Turner
ed65ad72d0
Update copyrights
2016-02-14 20:04:17 -07:00
Jason Turner
bc0eaa5d15
Fix some issues found by cppcheck
2016-02-14 20:01:49 -07:00
Jason Turner
e0827634bb
Add some cpp<->chai performance tests
2016-02-05 16:18:54 -07:00
Jason Turner
08ba646200
Enable thread local in MSVC 2015
2016-02-02 09:18:08 -07:00
Jason Turner
caf0a8b5d1
Remove extra version of push_back async vector
2016-02-02 07:25:41 -07:00
Jason Turner
357df5c8ec
Remove async test from list_push_back
2016-02-01 15:38:32 -07:00
Jason Turner
d0630d5edd
Attempt to fix warning from MSVC
2016-02-01 15:24:08 -07:00