8000 Add 5.3.0 release · mlamby/chaiscript.github.io@b7ea5d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7ea5d2

Browse files
committed
Add 5.3.0 release
1 parent 39900c3 commit b7ea5d2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Release 5.3.0
3+
tags: release
4+
---
5+
## [Release 5.3.0](https://github.com/ChaiScript/ChaiScript/releases/tag/Release-5.3.0 "Release 5.3.0")
6+
7+
Note, with this version the C++11 version of ChaiScript has become the official version, and the boost version of ChaiScript will see very little if any future development.
8+
9+
### Changes since 5.2.0
10+
11+
* Official support for MSVC with C++11. All major platforms and compilers are now support for C++11 release
12+
* Enhanced unit tests
13+
* Add `continue` statement, fix various use cases for `for` loops
14+
* Fix use of suffixed numbers in vector initialization
15+
* Code cleanups
16+
* Eliminate global data, which makes code more portable and thread safe
17+
* Fix issue #79
18+
* Merge pretty_print fixes from @mgee #82
19+
* Compiler warning fixes for latest compiler releases
20+
* Fix threading problems
21+
* Fix linking error on MacOS Mavericks #88
22+
* Allow non-const globals
23+
* Make sure user cannot name a variable with `::` in it #91
24+
* Fix various string / map / vector `size` and `count` calls for compilers which have weird overloads for them. #90 #93 #95
25+
* Make module search path relative to the currently running executable
26+
* Build and work with wstring windows builds
27+
* fix for some new line cases in the middle of a vector initialization from jespada
28+
29+

0 commit comments

Comments
 (0)
0