wq
Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop
This commit is contained in:
commit
a32a180a06
@ -82,7 +82,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"
|
|||||||
|
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR 5)
|
set(CPACK_PACKAGE_VERSION_MAJOR 5)
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR 5)
|
set(CPACK_PACKAGE_VERSION_MINOR 5)
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH 0)
|
set(CPACK_PACKAGE_VERSION_PATCH 1)
|
||||||
|
|
||||||
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
|
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
|
||||||
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")
|
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
namespace chaiscript {
|
namespace chaiscript {
|
||||||
static const int version_major = 5;
|
static const int version_major = 5;
|
||||||
static const int version_minor = 5;
|
static const int version_minor = 5;
|
||||||
static const int version_patch = 0;
|
static const int version_patch = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -16,6 +16,8 @@ Release under the BSD license, see "license.txt" for details.
|
|||||||
Introduction
|
Introduction
|
||||||
============
|
============
|
||||||
|
|
||||||
|
[](https://gitter.im/ChaiScript/ChaiScript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
ChaiScript is one of the only embedded scripting language designed from the
|
ChaiScript is one of the only embedded scripting language designed from the
|
||||||
ground up to directly target C++ and take advantage of modern C++ development
|
ground up to directly target C++ and take advantage of modern C++ development
|
||||||
techniques, working with the developer like he expects it to work. Being a
|
techniques, working with the developer like he expects it to work. Being a
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
Notes:
|
Notes:
|
||||||
=======
|
=======
|
||||||
Current Version: 5.5.0
|
Current Version: 5.5.1
|
||||||
|
|
||||||
|
### Changes since 5.5.0
|
||||||
|
* 30% performance increase
|
||||||
|
* Fix handling of object stack, resulting in greatly reduced memory usage
|
||||||
|
* Code cleanups
|
||||||
|
|
||||||
### Changes since 5.4.0
|
### Changes since 5.4.0
|
||||||
* 2x performance increase
|
* 2x performance increase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user