2010-01-27 03:54:42 +00:00
..
bind.chai Add a unit test for bind 2009-07-09 03:37:57 +00:00
bind.txt Add a unit test for bind 2009-07-09 03:37:57 +00:00
block_start.chai Add some missing unit tests for number formats and block starting 2009-10-14 12:25:21 +00:00
block_start.txt Add some missing unit tests for number formats and block starting 2009-10-14 12:25:21 +00:00
bool_not.chai First set of unit tests 2009-07-08 18:59:10 +00:00
bool_not.txt First set of unit tests 2009-07-08 18:59:10 +00:00
break_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
break_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
char_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
char_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
classification.chai Add Type_Info type and add *_type objects at time of type registration. 2009-11-21 22:47:44 +00:00
classification.txt Added introspecition/classification of types 2009-11-21 06:39:35 +00:00
collate.chai First set of unit tests 2009-07-08 18:59:10 +00:00
collate.txt First set of unit tests 2009-07-08 18:59:10 +00:00
compare_gt.chai First set of unit tests 2009-07-08 18:59:10 +00:00
compare_gt.txt First set of unit tests 2009-07-08 18:59:10 +00:00
compare_lt.chai First set of unit tests 2009-07-08 18:59:10 +00:00
compare_lt.txt First set of unit tests 2009-07-08 18:59:10 +00:00
concat.chai First set of unit tests 2009-07-08 18:59:10 +00:00
concat.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_double_string.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_double_string.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_int_string.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_int_string.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_double.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_double.txt First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_int.chai First set of unit tests 2009-07-08 18:59:10 +00:00
convert_string_int.txt First set of unit tests 2009-07-08 18:59:10 +00:00
drop_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
drop_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
drop.chai First set of unit tests 2009-07-08 18:59:10 +00:00
drop.txt First set of unit tests 2009-07-08 18:59:10 +00:00
equ_shortform.chai Fix parser to handle shortform equations (fix bad operator parsing). Add back lines to prelude for line numbers 2009-09-09 14:11:03 +00:00
equ_shortform.txt Fix parser to handle shortform equations (fix bad operator parsing). Add back lines to prelude for line numbers 2009-09-09 14:11:03 +00:00
eval.chai Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
eval.txt Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
even.chai First set of unit tests 2009-07-08 18:59:10 +00:00
even.txt First set of unit tests 2009-07-08 18:59:10 +00:00
exception_finally.chai Added 'finally' to try/catch block 2009-09-19 18:12:22 +00:00
exception_finally.txt Added 'finally' to try/catch block 2009-09-19 18:12:22 +00:00
exception_guards.chai Added guarded exception catches 2009-09-19 13:30:11 +00:00
exception_guards.txt Added guarded exception catches 2009-09-19 13:30:11 +00:00
exception.chai Add exception unit test 2009-09-19 02:21:36 +00:00
exception.txt Add exception unit test 2009-09-19 02:21:36 +00:00
filter.chai First set of unit tests 2009-07-08 18:59:10 +00:00
filter.txt First set of unit tests 2009-07-08 18:59:10 +00:00
float.chai Allow floating point numbers without a zero before the decimal point 2009-08-20 14:50:13 +00:00
float.txt Allow floating point numbers without a zero before the decimal point 2009-08-20 14:50:13 +00:00
foldl.chai First set of unit tests 2009-07-08 18:59:10 +00:00
foldl.txt First set of unit tests 2009-07-08 18:59:10 +00:00
for_each_range.chai Add unit tests for range lookups 2009-09-22 01:36:13 +00:00
for_each_range.txt Add unit tests for range lookups 2009-09-22 01:36:13 +00:00
for_each_retro.chai Add unit tests for range lookups 2009-09-22 01:36:13 +00:00
for_each_retro.txt Add unit tests for range lookups 2009-09-22 01:36:13 +00:00
for_each.chai First set of unit tests 2009-07-08 18:59:10 +00:00
for_each.txt First set of unit tests 2009-07-08 18:59:10 +00:00
for.chai First set of unit tests 2009-07-08 18:59:10 +00:00
for.txt First set of unit tests 2009-07-08 18:59:10 +00:00
function_reassignment.chai Add const correctness for proxy functions. Add unit tests for function variable assignment scenarios 2009-09-19 21:13:12 +00:00
function_reassignment.txt Add const correctness for proxy functions. Add unit tests for function variable assignment scenarios 2009-09-19 21:13:12 +00:00
generate_range.chai First set of unit tests 2009-07-08 18:59:10 +00:00
generate_range.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_else.chai First set of unit tests 2009-07-08 18:59:10 +00:00
if_else.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_elseif_else.chai Change 'elseif' to 'else if' to better support C++ expectations 2009-07-17 14:16:27 +00:00
if_elseif_else.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if_elseif.chai Change 'elseif' to 'else if' to better support C++ expectations 2009-07-17 14:16:27 +00:00
if_elseif.txt First set of unit tests 2009-07-08 18:59:10 +00:00
if.chai First set of unit tests 2009-07-08 18:59:10 +00:00
if.txt First set of unit tests 2009-07-08 18:59:10 +00:00
instring_eval_more.chai Add a couple more in-string eval unit tests to check for proper escaping 2009-09-13 12:53:12 +00:00
instring_eval_more.txt Add a couple more in-string eval unit tests to check for proper escaping 2009-09-13 12:53:12 +00:00
instring_eval.chai Add some unit tests for in-string eval 2009-09-12 14:55:14 +00:00
instring_eval.txt Add some unit tests for in-string eval 2009-09-12 14:55:14 +00:00
invalid_function_assignment.chai Add const correctness for proxy functions. Add unit tests for function variable assignment scenarios 2009-09-19 21:13:12 +00:00
invalid_function_assignment.txt Fixed unittests broken by last checkin 2009-11-21 06:39:11 +00:00
invalid_function_reassignment.chai Add const correctness for proxy functions. Add unit tests for function variable assignment scenarios 2009-09-19 21:13:12 +00:00
invalid_function_reassignment.txt Fixed unittests broken by last checkin 2009-11-21 06:39:11 +00:00
is_undef.chai Add Type_Info type and add *_type objects at time of type registration. 2009-11-21 22:47:44 +00:00
is_undef.txt add is_undef functionality to boxed_value 2009-11-08 15:16:15 +00:00
join.chai First set of unit tests 2009-07-08 18:59:10 +00:00
join.txt First set of unit tests 2009-07-08 18:59:10 +00:00
lambda.chai First set of unit tests 2009-07-08 18:59:10 +00:00
lambda.txt First set of unit tests 2009-07-08 18:59:10 +00:00
list_push_back.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
list_push_back.txt Add std::list support 2009-08-29 14:00:07 +00:00
list_push_front.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
list_push_front.txt Add std::list support 2009-08-29 14:00:07 +00:00
load_module.chai Move std::list<> support from main.cpp into a module, stl_extra.cpp, to better allow for measuring of core compile times / performance. 2009-09-15 01:30:51 +00:00
load_module.txt Add support for loadable modules on POSIX systems 2009-09-06 23:33:03 +00:00
loop_inner_outer.chai Add unit tests for multiline and inner outer loops 2009-09-21 17:30:55 +00:00
loop_inner_outer.txt Add unit tests for multiline and inner outer loops 2009-09-21 17:30:55 +00:00
map_access.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map_access.txt First set of unit tests 2009-07-08 18:59:10 +00:00
map_inplace_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map_inplace_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
map.chai First set of unit tests 2009-07-08 18:59:10 +00:00
map.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_add_mixed.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_add_mixed.txt Missing unit test answer 2009-07-08 19:03:36 +00:00
math_add.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_add.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_dec.chai Correcting unit tests that are inc/dec temporaries. This is no longer allowed 2009-09-06 02:50:36 +00:00
math_dec.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_div.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_div.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_inc.chai Correcting unit tests that are inc/dec temporaries. This is no longer allowed 2009-09-06 02:50:36 +00:00
math_inc.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_mod.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_mod.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_mult.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_mult.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_negate.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_negate.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_paren.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_paren.txt First set of unit tests 2009-07-08 18:59:10 +00:00
math_sub.chai First set of unit tests 2009-07-08 18:59:10 +00:00
math_sub.txt First set of unit tests 2009-07-08 18:59:10 +00:00
max.chai First set of unit tests 2009-07-08 18:59:10 +00:00
max.txt First set of unit tests 2009-07-08 18:59:10 +00:00
method_sugar.chai First set of unit tests 2009-07-08 18:59:10 +00:00
method_sugar.txt First set of unit tests 2009-07-08 18:59:10 +00:00
min.chai First set of unit tests 2009-07-08 18:59:10 +00:00
min.txt First set of unit tests 2009-07-08 18:59:10 +00:00
mmd1.chai Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd1.txt Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd2.chai Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
mmd2.txt Add unit tests for mmd and guarded mmd 2009-07-09 17:07:29 +00:00
multiline.chai Add unit tests for multiline and inner outer loops 2009-09-21 17:31:10 +00:00
multiline.txt Add unit tests for multiline and inner outer loops 2009-09-21 17:31:10 +00:00
number_formats.chai Add some missing unit tests for number formats and block starting 2009-10-14 12:25:21 +00:00
number_formats.txt Add some missing unit tests for number formats and block starting 2009-10-14 12:25:21 +00:00
object_attr.chai Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
object_attr.txt Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
object_clone.chai Add support for cloning of dynamic objects 2009-09-19 23:12:56 +00:00
object_clone.txt Add support for cloning of dynamic objects 2009-09-19 23:12:56 +00:00
object_constructor_guards.chai Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
object_constructor_guards.txt Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
object_method_guards.chai Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
object_method_guards.txt Add support for chai objects by adding methods and attrs 2009-09-19 15:32:12 +00:00
odd.chai First set of unit tests 2009-07-08 18:59:10 +00:00
odd.txt First set of unit tests 2009-07-08 18:59:10 +00:00
operator_overload2.chai Add another unit test for operator overloading 2009-10-14 14:00:22 +00:00
operator_overload2.txt Add another unit test for operator overloading 2009-10-14 14:00:22 +00:00
operator_overload.chai Fix Id Literals so that they are keyed off an Id search. This allows us to add operator overloading on the parse side. 2009-10-14 13:51:35 +00:00
operator_overload.txt Fix Id Literals so that they are keyed off an Id search. This allows us to add operator overloading on the parse side. 2009-10-14 13:51:35 +00:00
operators_float.chai Operators unittests 2009-11-11 03:03:24 +00:00
operators_float.txt Operators unittests 2009-11-11 03:03:24 +00:00
operators_int.chai Operators unittests 2009-11-11 03:03:24 +00:00
operators_int.txt Operators unittests 2009-11-11 03:03:24 +00:00
precedence_1.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_1.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_2.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_2.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_3.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_3.txt First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_eq.chai First set of unit tests 2009-07-08 18:59:10 +00:00
precedence_eq.txt First set of unit tests 2009-07-08 18:59:10 +00:00
product.chai First set of unit tests 2009-07-08 18:59:10 +00:00
product.txt First set of unit tests 2009-07-08 18:59:10 +00:00
range_back.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range_back.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range_contains.chai Impliment range find functions and add unit test for contains and find. 2009-10-13 02:05:18 +00:00
range_contains.txt Impliment range find functions and add unit test for contains and find. 2009-10-13 02:05:18 +00:00
range_find.chai Impliment range find functions and add unit test for contains and find. 2009-10-13 02:05:18 +00:00
range_find.txt Impliment range find functions and add unit test for contains and find. 2009-10-13 02:05:18 +00:00
range_inplace.chai First set of unit tests 2009-07-08 18:59:10 +00:00
range_inplace.txt First set of unit tests 2009-07-08 18:59:10 +00:00
range.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
range.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
reduce.chai First set of unit tests 2009-07-08 18:59:10 +00:00
reduce.txt First set of unit tests 2009-07-08 18:59:10 +00:00
ref_equal.chai Add ref equal unit test 2009-08-27 15:03:49 +00:00
ref_equal.txt Add ref equal unit test 2009-08-27 15:03:49 +00:00
retro.chai Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
retro.txt Added 'clear'. Added 'push_back' to string. Added char. Added simple reverse 2009-07-23 17:01:07 +00:00
retroretro.chai Port "retro" to use the new built in object typing, add unit test for retro'ing a retro 2009-09-20 03:50:25 +00:00
retroretro.txt Port "retro" to use the new built in object typing, add unit test for retro'ing a retro 2009-09-20 03:50:25 +00:00
return.chai Code cleanup. Refactor chaiscript_eval to use functions instead of inline code 2009-07-08 22:01:40 +00:00
return.txt First set of unit tests 2009-07-08 18:59:10 +00:00
runtime_error.chai Add runtime_error support, for throwing a normal std::exception. Also, move bootstrap for Dynamic_Object into its proper place. 2009-09-19 12:15:17 +00:00
runtime_error.txt Add runtime_error support, for throwing a normal std::exception. Also, move bootstrap for Dynamic_Object into its proper place. 2009-09-19 12:15:17 +00:00
shift.chai Add bit shifting operators 2009-10-13 03:35:01 +00:00
shift.txt Add bit shifting operators 2009-10-13 03:35:01 +00:00
string_concat.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_concat.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_not_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_not_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_first_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_not_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_not_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_of.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find_last_of.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_find.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_find.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
string_rfind.chai First set of unit tests 2009-07-08 18:59:10 +00:00
string_rfind.txt First set of unit tests 2009-07-08 18:59:10 +00:00
sum.chai First set of unit tests 2009-07-08 18:59:10 +00:00
sum.txt First set of unit tests 2009-07-08 18:59:10 +00:00
take_while.chai First set of unit tests 2009-07-08 18:59:10 +00:00
take_while.txt First set of unit tests 2009-07-08 18:59:10 +00:00
take.chai First set of unit tests 2009-07-08 18:59:10 +00:00
take.txt First set of unit tests 2009-07-08 18:59:10 +00:00
type_info.chai Add Type_Info type and add *_type objects at time of type registration. 2009-11-21 22:47:44 +00:00
type_info.txt Add Type_Info type and add *_type objects at time of type registration. 2009-11-21 22:47:44 +00:00
use.chai Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
use.inc Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
use.txt Add unittest for 'use' feature 2009-08-21 18:26:34 +00:00
vector_access.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_access.txt First set of unit tests 2009-07-08 18:59:10 +00:00
vector_erase_at.chai Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_erase_at.txt Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_inplace_init.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_inplace_init.txt First set of unit tests 2009-07-08 18:59:10 +00:00
vector_insert_at.chai Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_insert_at.txt Add a couple of unit tests for insert_at and erase_at 2009-07-09 02:56:31 +00:00
vector_push_back.chai First set of unit tests 2009-07-08 18:59:10 +00:00
vector_push_back.txt First set of unit tests 2009-07-08 18:59:10 +00:00
vector_push_empty.chai Add unit test that dies after r465 2010-01-06 19:39:04 +00:00
vector_push_empty.txt Add the answer to the unittest I added earlier 2010-01-06 19:42:09 +00:00
zip_with.chai First set of unit tests 2009-07-08 18:59:10 +00:00
zip_with.txt First set of unit tests 2009-07-08 18:59:10 +00:00
zip.chai First set of unit tests 2009-07-08 18:59:10 +00:00
zip.txt First set of unit tests 2009-07-08 18:59:10 +00:00