Jason Turner 286b130f47 Merge branch 'master' into 2011-09-09-CxScript
Conflicts:
	CMakeLists.txt
	include/chaiscript/dispatchkit/boxed_number.hpp
	include/chaiscript/language/chaiscript_engine.hpp
2012-05-14 10:08:04 -06:00
..
assign_const.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
bind2.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
bind.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
block_start.chai Add some missing unit tests for number formats and block starting 2009-10-14 12:25:21 +00:00
bool_not.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
boxed_cast_test.cpp Rename variables to reflect removal of boost 2011-09-11 09:22:44 -06:00
break_while.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
char_init.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
classification.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
collate.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
compare_gt.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
compare_lt.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
concat.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
const_range_test.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
convert_double_string.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
convert_int_string.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
convert_string_double.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
convert_string_int.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
deep_array_lookup.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
dispatch_functions.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
drop_while.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
drop.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
dynamic_object_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
empty.chai Closing issue #99 : shared const char * memory issues. Also, clean up some file loading overhead (did not seem to have an performance impact). 2010-11-05 22:01:39 +00:00
equ_shortform.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
eval_catch_exception_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
eval_error.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
eval.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
even.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
exception_finally.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
exception_guards.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
exception.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
filter.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
float.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
foldl.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
for_each_range.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
for_each_retro.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
for_each.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
for.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
function_array_adjacent.chai Fix parsing of member access and function calls 2011-06-13 07:43:51 -07:00
function_introspection.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
function_ordering_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
function_reassignment.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
functor_cast_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
functor_creation_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
generate_range.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
global_const_in_module.chai Add ability to provide global consts in Module objects. Issue #14 2011-09-09 16:52:32 -06:00
if_else.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
if_elseif_else.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
if_elseif.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
if.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
index_operator.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
inheritance.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
instring_eval_more.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
instring_eval.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
invalid_function_assignment.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
invalid_function_reassignment.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
is_undef.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
join.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
lambda.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
list_push_back.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
list_push_front.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
load_module.chai Get cpack working for source and deb distribtions. Still need to check nsis and rpm 2010-03-29 15:32:20 +00:00
loop_inner_outer.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
malformed_inline_map.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
map_access.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
map_inplace_init.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
map.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
math_add_mixed.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_add.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_dec.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
math_div.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_inc.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
math_mod.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_mult.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_negate.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_paren.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
math_sub.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
max.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
memberscope.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
method_sugar.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
min.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
mmd1.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
mmd2.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
multifile_test_chai.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
multifile_test_chai.hpp Begin port to C++11 2011-09-10 06:55:27 -06:00
multifile_test_main.cpp Begin port to C++11 2011-09-10 06:55:27 -06:00
multifile_test_module.cpp Get mutlifile compilation working again and add a test for it 2010-10-22 21:30:58 +00:00
multifile_test_module.hpp Get mutlifile compilation working again and add a test for it 2010-10-22 21:30:58 +00:00
multiline.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
number_formats.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
object_attr_same_name.chai Fix fix for duplication attribute name errors 2012-01-30 09:16:20 -07:00
object_attr.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
object_clone.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
object_constructor_guards.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
object_lifetime_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
object_method_guards.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
odd.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
operator_overload2.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
operator_overload.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
operators_float.chai Switch lambda syntax over to [](){} format, to line up with C++11. 2011-09-24 13:31:24 -06:00
operators_int.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
pair.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
pointer_passed_to_constructor.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
precedence_1.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
precedence_2.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
precedence_3.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
precedence_eq.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
product.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
range_back.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
range_contains.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
range_find.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
range_inplace.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
range.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
reduce.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
reflection_test.chai Merge branch '2011-09-09-CxScript' of https://github.com/ChaiScript/ChaiScript into 2011-09-09-CxScript 2011-09-24 15:10:18 -06:00
retro.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
retroretro.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
return.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
runtime_error.chai Modify "var" to "auto" for unit tests. 2011-09-24 12:05:08 -06:00
scoping.chai Add scoping test 2011-09-24 15:21:15 -06:00
shift.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
short_comparison_test.cpp Merge branch 'master' into 2011-09-09-CxScript 2012-05-14 10:08:04 -06:00
string_charptr.chai Add string.c_str() and string.data() methods. 2010-08-05 13:38:11 +00:00
string_concat.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_find_first_not_of.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_find_first_of.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_find_last_not_of.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_find_last_of.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_find.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
string_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_literal_access.chai Fix typo in unit test and add string literal access 2011-06-13 18:14:41 -07:00
string_rfind.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
sum.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
take_while.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
take.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
type_info_test.cpp 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
type_info.chai Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation 2010-03-14 05:19:24 +00:00
unit_test.inc Add scoping test 2011-09-24 15:21:15 -06:00
use.chai Apply some module and parameter variable naming standards. Remove ChaiScript template where it was no longer necessary. 2010-11-06 05:20:41 +00:00
use.inc Apply some module and parameter variable naming standards. Remove ChaiScript template where it was no longer necessary. 2010-11-06 05:20:41 +00:00
utility_test.cpp Reduce cost of including chaiscript.hpp 2011-12-27 21:37:00 -07:00
var_decl.chai Adding new test that is just a var decl. 2011-09-24 12:26:45 -06:00
var_ref_decl.chai Get & variable declarations working 2011-09-24 14:21:21 -06:00
vector_access.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_erase_at.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_inplace_init.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_insert_at.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_literal_acccess.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_of_one.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_paren_literal_access.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_push_back.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
vector_push_empty.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
zip_with.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00
zip.chai Switch vectors and maps over to curly braces from square braces to line up with C++11. 2011-09-24 13:15:12 -06:00