Jonathan Turner
|
4a99471304
|
Merge branch '2011-09-09-CxScript' of https://github.com/ChaiScript/ChaiScript into 2011-09-09-CxScript
|
2011-09-24 12:26:17 -06:00 |
|
Jonathan Turner
|
e0d7977f8a
|
Adding reference parsing at a var decl.
|
2011-09-24 12:25:55 -06:00 |
|
Jason Turner
|
92de42e42b
|
Modify "var" to "auto" for unit tests.
|
2011-09-24 12:05:08 -06:00 |
|
Jason Turner
|
e3350fe55f
|
Merge branch '2011-09-09-CxScript' of https://github.com/ChaiScript/ChaiScript into 2011-09-09-CxScript
|
2011-09-24 11:55:36 -06:00 |
|
Jason Turner
|
2ca7a7d7da
|
Some C++11 cleaner usage updates
|
2011-09-24 11:54:40 -06:00 |
|
Jonathan Turner
|
ac4bb95dfb
|
Rename var->auto.
|
2011-09-24 11:50:17 -06:00 |
|
Jason Turner
|
535adce298
|
Remove exception specifications in favor of noexcept keyword
|
2011-09-21 12:22:52 -06:00 |
|
Jason Turner
|
d04960bc4a
|
Update for C++11 features
|
2011-09-21 10:01:21 -06:00 |
|
Jason Turner
|
12bd5b0af5
|
Boost eradicated from ChaiScript
|
2011-09-21 08:36:46 -06:00 |
|
Jason Turner
|
d6b475239a
|
Remove boost from utility and associated module tests
|
2011-09-21 00:04:15 -06:00 |
|
Jason Turner
|
6f1bffda3a
|
Remove boost from bind_first utility.
|
2011-09-15 17:38:46 -06:00 |
|
Jason Turner
|
64382a2399
|
One more file with boost_pp removed
|
2011-09-13 12:26:20 -06:00 |
|
Jason Turner
|
f996c0df37
|
One more file no longer using boost_pp
|
2011-09-13 09:40:10 -06:00 |
|
Jason Turner
|
d5e1650167
|
First file to eliminate need for boost_pp. 2 more to go
|
2011-09-12 23:08:27 -06:00 |
|
Jason Turner
|
cc927fc6bc
|
Remove remaining non-boost_pp libraries as requirements.
|
2011-09-12 11:09:57 -06:00 |
|
Jason Turner
|
6f282b6a56
|
Remove need for boost::function_types library
|
2011-09-12 08:18:51 -06:00 |
|
Jason Turner
|
194001f9a1
|
Remove boost::any requirement by providing our own implementation
|
2011-09-11 19:51:37 -06:00 |
|
Jason Turner
|
a3c3b8683b
|
Rename variables to reflect removal of boost
|
2011-09-11 09:22:44 -06:00 |
|
Jason Turner
|
5efdcdff99
|
Remove need for boost::thread_local_ptr
|
2011-09-11 09:19:06 -06:00 |
|
Jason Turner
|
cd97880d70
|
Drop boost::optional requirement
|
2011-09-11 06:56:15 -06:00 |
|
Jason Turner
|
0a9cb0cbe9
|
Move to std::threading from boost::thread. Still need to sort out thread local storage
|
2011-09-10 14:58:59 -06:00 |
|
Jason Turner
|
99aaa079a4
|
Add missing include for stringstream
|
2011-09-10 14:58:19 -06:00 |
|
Jason Turner
|
f4080c4c75
|
Move from boost::mem_fn to std::mem_fn
|
2011-09-10 14:01:05 -06:00 |
|
Jason Turner
|
4522ff0732
|
Remove various other boost libraries
|
2011-09-10 13:49:29 -06:00 |
|
Jason Turner
|
b297162d13
|
Move from boost::type_traits to std::type_traits
|
2011-09-10 13:18:29 -06:00 |
|
Jason Turner
|
62cf6293e8
|
Move from boost::uint* to std::uint*
|
2011-09-10 12:26:31 -06:00 |
|
Jason Turner
|
6bb2678d18
|
GO from boost::int64_t to std::int64_t, etc.
|
2011-09-10 11:10:14 -06:00 |
|
Jason Turner
|
aa402fdfde
|
swap boost::reference_wrapper for std::reference_wrapper
|
2011-09-10 10:52:59 -06:00 |
|
Jason Turner
|
53108463df
|
Move from boost::bind to std::bind
|
2011-09-10 10:19:55 -06:00 |
|
Jason Turner
|
c842bf14c1
|
Move from boost::function to std::function
|
2011-09-10 09:37:40 -06:00 |
|
Jason Turner
|
e2da56f199
|
Eliminate use of boost::shared_ptr
|
2011-09-10 07:24:46 -06:00 |
|
Jason Turner
|
afa96ecbf9
|
Begin port to C++11
|
2011-09-10 06:55:27 -06:00 |
|
Jason Turner
|
d9727973c1
|
Add files missing from last checkin
|
2011-09-09 17:08:51 -06:00 |
|
Jason Turner
|
0293762904
|
Add ability to provide global consts in Module objects. Issue #14
|
2011-09-09 16:52:32 -06:00 |
|
Jason Turner
|
95c6131ce7
|
Add missing unit test file
|
2011-09-09 16:01:29 -06:00 |
|
Jason Turner
|
e326fe6f2d
|
Add test for constructing from a pointer return value and fix test so it works. Task #13
|
2011-09-09 14:38:55 -06:00 |
|
Jason Turner
|
2b64c90a0e
|
Merge branch 'master' of https://github.com/ChaiScript/ChaiScript
Conflicts:
CMakeLists.txt
Fixed conflicted CMakeLists.txt
|
2011-09-09 13:58:19 -06:00 |
|
Jason Turner
|
dd0d91c7e3
|
Merge pull request #10 from svenstaro/master
Consistency fixes
|
2011-09-09 12:42:48 -07:00 |
|
Jason Turner
|
a386142fa6
|
Get chaiscript compiling with -pedantic. Closes issue #9
|
2011-09-09 13:40:50 -06:00 |
|
Sven-Hendrik Haase
|
cacc744411
|
More consistency fixes
|
2011-08-03 19:25:02 +02:00 |
|
Sven-Hendrik Haase
|
2d23578e0b
|
Removing unused variables
|
2011-08-03 19:22:18 +02:00 |
|
Sven-Hendrik Haase
|
f8880066ea
|
Consistency fix
|
2011-08-03 16:10:13 +02:00 |
|
Jason Turner
|
a85423869f
|
Edited releasenotes.txt via GitHub
|
2011-06-18 15:41:27 -07:00 |
|
Jason Turner
|
469c02ad14
|
Edited releasenotes.txt via GitHub
|
2011-06-18 15:35:26 -07:00 |
|
Jason Turner
|
1cd9a9098c
|
Update gcc flags for MacOS to ignore sign comparison warnings
v3.1.0
Release-3.1.0
|
2011-06-18 07:34:55 -06:00 |
|
Jason Turner
|
5ff14a54db
|
Commented out code removal
|
2011-06-16 10:42:26 -06:00 |
|
Jason Turner
|
28e3d442e2
|
Update version number to 3.1.0 for next release
|
2011-06-16 10:19:54 -06:00 |
|
Jason Turner
|
bb0edcb62a
|
Add exception_specification and unittests for it. #6
|
2011-06-16 10:14:52 -06:00 |
|
Jonathan Turner
|
9a015a5c49
|
Fix typo in unit test and add string literal access
|
2011-06-13 18:14:41 -07:00 |
|
Jonathan Turner
|
9d20f60903
|
Update license year
|
2011-06-13 07:45:11 -07:00 |
|