Jason Turner
|
c839e4bc21
|
Handle unnecessary MSVC compiler warnings.
|
2011-06-08 19:19:59 -06:00 |
|
Jason Turner
|
7a9baeb350
|
Rename of numeric to number
|
2011-06-08 13:53:55 -06:00 |
|
Jason Turner
|
4053196188
|
Reduce creation of new Boxed_Value containers when returning the same value that was passed in
|
2011-06-04 04:26:06 +08:00 |
|
Jason Turner
|
5b40a85024
|
Add direct access to Boxed_Value data * for high performance operations
|
2011-06-04 04:26:00 +08:00 |
|
Jason Turner
|
36faba8ed3
|
Bypass dispatch during numeric operations. 2x speedup
|
2011-06-04 04:25:54 +08:00 |
|
Jason Turner
|
b933bb6c50
|
Begin move of Operators code out a level so that it can be used before dispatch
|
2011-06-04 04:25:42 +08:00 |
|
Jason Turner
|
92bfcfdcf3
|
Wrap up new Boxed_Numeric support
|
2011-06-04 04:25:36 +08:00 |
|
Jason Turner
|
3b754cfec4
|
Further simplification and refinement of enhanced Algebraic types support
|
2011-06-04 04:25:30 +08:00 |
|
Jason Turner
|
3689c01e4b
|
Significant reduction in templates instantiated by grouping of operators - smaller code and compile time
|
2011-06-04 04:25:24 +08:00 |
|
Jason Turner
|
4b90fbd07a
|
wrap up support for all built in C++ Arithmetic types
|
2011-06-04 04:25:18 +08:00 |
|
Jason Turner
|
1a225dca67
|
Progress towards eliminating arithmetic operators on a per-type basis
|
2011-06-04 04:25:12 +08:00 |
|
Jason Turner
|
226666c2bb
|
Rename Boxed_POD_Value to Boxed_Numeric, which is more correct.
|
2011-06-04 04:24:57 +08:00 |
|
Jason Turner
|
897385953c
|
More documentation updates and additions to getting started guide
|
2011-05-22 12:08:24 -06:00 |
|
Jason Turner
|
319f9e4de9
|
Fix issues with trim() and with unit tests relying on certain line endings.
|
2011-05-20 16:01:50 -06:00 |
|
Jason Turner
|
2786156086
|
Finalize documentation for 3.0.0 release and update version number in CMakeLists.txt
|
2011-05-20 13:44:34 -06:00 |
|
Jason Turner
|
61b8481514
|
Further documentation of the prelude / standard library.
|
2011-04-25 20:24:31 -06:00 |
|
Jason Turner
|
8a0ef143c9
|
C++ API documentation is complete. ChaiScript keyword and language documentation about 75% complete (mostly ported from website.)
|
2011-04-17 09:29:34 -06:00 |
|
Jason Turner
|
f1918f147d
|
More documentation updates.
|
2011-04-04 07:08:28 -06:00 |
|
Jason Turner
|
0d238b1617
|
Documentation updates and namespace reorg for docs.
|
2011-04-02 20:52:49 -06:00 |
|
Jason Turner
|
d22a77503c
|
Fix build errors and warnings for VS2010
|
2011-04-02 11:21:11 -06:00 |
|
Jason Turner
|
a91c66d286
|
Couple of include guard cleanups
|
2011-03-29 09:28:35 -06:00 |
|
Jason Turner
|
bbe89e61bc
|
elimination of unused / outdated code and documentation cleanups.
|
2011-03-26 22:42:11 -06:00 |
|
Jason Turner
|
87c29ebc91
|
Ensure that non-shared_ptr, non-boxed_value, non-reference return types
are treated as const.
|
2011-03-26 09:03:36 -06:00 |
|
Jason Turner
|
92c836c58a
|
Simplify mutex code by providing stubs that are do nothing during
CHAISCRIPT_NO_THREADS builds.
|
2011-03-25 22:49:17 -06:00 |
|
Jason Turner
|
58e5df0a9a
|
Even more reorganization of namespaces to help with documentation and
clarity.
|
2011-03-25 15:42:18 -06:00 |
|
Jason Turner
|
8bd512a0af
|
Merge branch '2011-03-15-DocumentationUpdates' of https://github.com/ChaiScript/ChaiScript into 2011-03-15-DocumentationUpdates
|
2011-03-24 09:28:11 -06:00 |
|
Jason Turner
|
deb4cb036f
|
Hide Bare_Type in detail namespace
|
2011-03-24 09:26:41 -06:00 |
|
Jason Turner
|
cd8bead54a
|
Further namespace reorganization and cleanup to limit to the user the
most important aspect of the API and make documenation easier.
|
2011-03-24 09:23:05 -06:00 |
|
Jason Turner
|
637164e457
|
Move around some namespaces for documentation purposes.
Fix problems with building on clang 2.8.
Remove unneeded function for get_engine() and fix functor<> calls that take a Boxed_Value
|
2011-03-15 17:35:14 -06:00 |
|
Jason Turner
|
9dd9ffec46
|
Update copyright information for 2011
|
2011-03-15 09:42:33 -06:00 |
|
Jason Turner
|
e3feb05e05
|
Merge branch 'master' of https://github.com/ChaiScript/ChaiScript
|
2011-03-14 09:12:01 -06:00 |
|
Jason Turner
|
4e06478fb8
|
Amp up the warnings used in g++ and fix associated errors
|
2011-03-12 11:27:53 -07:00 |
|
Jason Turner
|
46a669dab1
|
Fix problem with method specifiers for bad_dynamic_boxed_cast exception. Add support for operators to Utility.hpp
|
2011-03-11 17:56:46 -07:00 |
|
Jason Turner
|
d9a92a5148
|
Add std::exception as a base clase off std::runtime_error and provide unit test for it.
|
2011-03-09 21:41:32 -07:00 |
|
Jason Turner
|
f6b6936348
|
Normalize on include guard style, removing __ reserved words
|
2011-03-08 14:06:09 -07:00 |
|
Jason Turner
|
0b97fcb4df
|
Add better namespaces to make documentation easier to handle
|
2011-03-05 22:50:38 -07:00 |
|
Jason Turner
|
80f576a2f3
|
Reflection and introspection updates for task #85
|
2010-12-29 17:58:56 +00:00 |
|
Jason Turner
|
0a2b5d7a40
|
Find, test and fix an issue related to function argument type reporting when discussing dynamic object functions (ie, def int::somefunc() {} )
|
2010-12-24 22:26:14 +00:00 |
|
Jason Turner
|
660e978da3
|
Implement test for function ordering for dispatch. Catch bug for "const" characterization of function parameters. Add test for type characterizations.
|
2010-12-13 03:32:47 +00:00 |
|
Jason Turner
|
e90d49bb9d
|
Function ordering is working properly now, just need to add a unit test for it.
|
2010-12-11 22:38:08 +00:00 |
|
Jason Turner
|
13f53839c9
|
Check in of function ordering. Breaks function assignment test - need to understand why still.
|
2010-12-11 21:01:18 +00:00 |
|
Jason Turner
|
7ef1b81504
|
Simplify how functions are stored and passed. This is the first step in allowing us to sort functions so that dispatches are attempted in an organized order (as opposed to just the order they were added in).
Should have resulted in a speed imrovement too - fewer string copies during dispatch.
|
2010-11-15 05:52:48 +00:00 |
|
Jason Turner
|
97081b1f33
|
Remove vestiges of object caching from dispatch kit
|
2010-11-14 22:28:05 +00:00 |
|
Jason Turner
|
a758c86ba5
|
Add automatic unwrapping of Proxy_Function_Impl contained boost::function during functor() construction if possible.
Task #110
|
2010-11-14 01:17:56 +00:00 |
|
Jason Turner
|
906140ec78
|
Find and fix bug in handling of bound function types_infos and arity.
Remote outdated samples. Move working samples into samples folder and make part of build process. Make building of samples optional.
Closing #107
|
2010-11-08 05:22:15 +00:00 |
|
Jason Turner
|
e1e48d732f
|
Wrap up of clean up of warnings in 64bit visual studio
|
2010-11-05 04:05:02 +00:00 |
|
Jason Turner
|
6e18aa3dcd
|
Further VS 64bit warning fixes.
|
2010-11-05 02:43:52 +00:00 |
|
Jason Turner
|
6a18862c79
|
Fix some of the 64bit VS warnings.
|
2010-11-05 02:22:38 +00:00 |
|
Jason Turner
|
70cc1111f3
|
Regression - fix VisualStudio builds
|
2010-10-23 16:25:16 +00:00 |
|
Jason Turner
|
67bad374a9
|
Get mutlifile compilation working again and add a test for it
|
2010-10-22 21:30:58 +00:00 |
|