Jason Turner
|
aa0f54c53f
|
Port to visual studio + a couple of minor bug fixes. Compiles with only 2 "unreachable code" warnings on /W4 in VC++
|
2009-07-09 22:24:11 +00:00 |
|
Jason Turner
|
9c8e4dd535
|
Add insert_at and erase_at for vector
|
2009-07-09 02:08:16 +00:00 |
|
Jason Turner
|
90aa53bdc6
|
dump_system() looks nice now, lots of little updates. Annotations are displayed as well, but they do not work for the prelude, I don't know why. Any attempt to add them invalidates the function definition in question. sensors.chai does work, however
|
2009-07-08 04:22:47 +00:00 |
|
Jason Turner
|
8ae2e6cc8b
|
Add rudimentary string searching based on std::string capabilities
|
2009-07-07 03:29:41 +00:00 |
|
Jason Turner
|
24a4d61e44
|
Add "empty" support to standard containers.
|
2009-07-07 02:17:37 +00:00 |
|
Jonathan Turner
|
494335fb09
|
Change default push_back behavior
|
2009-07-04 15:20:15 +00:00 |
|
Jason Turner
|
310dd030ac
|
Register string as a container type and update the prelue to guard to_string for ranges against strings.
|
2009-07-03 16:37:18 +00:00 |
|
Jason Turner
|
47052f710c
|
Fix some semantics of operator= to reduce dispatch, etc.
Also, add more bootstrapping support for some of the built in types.
|
2009-07-02 19:59:40 +00:00 |
|
Jonathan Turner
|
f6342ef2a8
|
Remove stale && and || registration
|
2009-07-01 20:02:01 +00:00 |
|
Jason Turner
|
3d23bb68f6
|
Add support for std::pair
|
2009-06-20 16:02:22 +00:00 |
|
Jason Turner
|
febc3753be
|
Further support for std::map
|
2009-06-17 03:02:00 +00:00 |
|
Jason Turner
|
4bb66255ef
|
Forbid adding of two functions with the exact same signature
|
2009-06-17 02:17:27 +00:00 |
|
Jason Turner
|
146bdf8ea1
|
Initial support for maps
|
2009-06-17 00:47:46 +00:00 |
|
Jason Turner
|
a952bcd066
|
Initial support for container ranges. Still half baked, but works.
|
2009-06-14 16:55:09 +00:00 |
|
Jason Turner
|
785263628b
|
Add namespace dispatchkit
|
2009-06-13 22:42:13 +00:00 |
|
Jason Turner
|
ce52cae45c
|
Updated nameing of boxedcpp to dispatchkit
|
2009-06-13 22:03:41 +00:00 |
|
Jason Turner
|
1eb0964f4e
|
Reduce problems for header only implementation be eliminating static class object
|
2009-06-13 20:55:47 +00:00 |
|
Jonathan Turner
|
7c935702f6
|
Last step of new move attempt
|
2009-06-11 17:38:34 +00:00 |
|