Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | more goal ideas | olpc user | 1 | -1/+4 |
2019-12-10 | wrote plan down | olpc user | 1 | -0/+21 |
2019-12-09 | compilation fixes for clang | user | 3 | -4/+4 |
2019-12-09 | pass context to habits specifically | olpc user | 4 | -7/+6 |
2019-12-09 | positional argument sugar for habits | olpc user | 10 | -61/+145 |
2019-12-09 | use tls contexts for habits | olpc user | 5 | -17/+30 |
2019-12-09 | make level-2 have refs | olpc user | 13 | -10/+132 |
2019-12-09 | level 1 subref operator | olpc user | 2 | -5/+6 |
2019-12-09 | move level-1 dump up into baseref so derived can use | olpc user | 5 | -34/+26 |
2019-12-09 | add iteration macro to open syntax sugar options | olpc user | 1 | -0/+19 |
2019-12-08 | remove ref casting, not presently needed | olpc user | 1 | -2/+2 |
2019-12-08 | move habit macro into level-2 | olpc user | 3 | -4/+12 |
2019-12-08 | basic learning | olpc user | 1 | -0/+4 |
2019-12-07 | Merge branch 'master' of xloem.github:xloem/intellect | olpc user | 1 | -1/+19 |
2019-12-07 | habit sugar | olpc user | 2 | -55/+45 |
2019-12-07 | added alternative solution has no numbers | user | 1 | -1/+19 |
2019-12-07 | notes on learning with this much basis | olpc user | 1 | -0/+89 |
2019-12-07 | add 200ms limit to rhythm | olpc user | 2 | -1/+15 |
2019-12-07 | one way to address rapid growth fear | olpc user | 1 | -0/+8 |
2019-12-07 | emotion ref to blockchain life validation | olpc user | 1 | -1/+6 |
2019-12-07 | lots of feeling-word-enumeration | olpc user | 1 | -0/+285 |
2019-12-06 | used make funcs to put level0 in level1 | user | 1 | -4/+4 |
2019-12-06 | change missing from rhythm | olpc user | 1 | -1/+1 |
2019-12-06 | Merge branch 'master' of xloem.github:xloem/intellect | olpc user | 1 | -0/+7 |
2019-12-06 | some code around a timing concept | olpc user | 4 | -5/+169 |
2019-12-05 | tried to add more emotions | user | 1 | -3/+7 |
2019-12-05 | i think we learn when we cry | user | 1 | -0/+3 |
2019-12-05 | add structure attempt files | olpc user | 3 | -0/+230 |
2019-12-05 | add function syntaxes | olpc user | 6 | -2/+64 |
2019-11-26 | switch data to use std::any and merge value struct with concept | olpc user | 13 | -65/+53 |
2019-11-26 | removed braces from multilink call, normalized memorystore ref usage per prop... | olpc user | 6 | -24/+27 |
2019-11-26 | this approach to level 2 is just taking too long to plan, may abandon | olpc user | 10 | -0/+282 |
2019-11-25 | add batch linking via initializer_list, also some missing changes | olpc user | 6 | -26/+58 |
2019-11-25 | add isanonymous, movetoname, decl[s], and nothing concept | olpc user | 8 | -23/+69 |
2019-11-25 | add vset | olpc user | 3 | -13/+15 |
2019-11-25 | separate functionality out a bit | olpc user | 22 | -192/+216 |
2019-11-25 | cleanup mixin pointer mess for refs | olpc user | 11 | -116/+165 |
2019-11-24 | messy but works. rushing to get this done with may have been a poor investment. | olpc user | 19 | -25/+386 |
2019-11-24 | add a linking mixin for use by ref classes | olpc user | 4 | -10/+45 |
2019-11-24 | level0 few more checks | olpc user | 4 | -2/+38 |
2019-11-24 | breaking into levels | olpc user | 16 | -157/+377 |
2019-11-24 | wip fixing up, decided to refactor: see top of helpers.cpp | olpc user | 6 | -125/+257 |
2019-11-24 | changes didn't pan out; next change is big (merging statementevaluable with r... | olpc user | 8 | -53/+153 |
2019-11-23 | more syntax sugar, building meaning | olpc user | 9 | -50/+176 |
2019-11-23 | make memory store a set <- waste of time | olpc user | 1 | -8/+11 |
2019-11-22 | syntax sugar for assigning anonymous to name | olpc user | 5 | -24/+61 |
2019-11-22 | use refs for temporaries, which means pulling them out of containers | olpc user | 6 | -38/+37 |
2019-11-22 | while wip, moved concept storage off of helpers | olpc user | 7 | -18/+128 |
2019-11-22 | basic habit state change meaning boilerplate | olpc user | 6 | -8/+151 |
2019-11-22 | decl references in one expression | olpc user | 3 | -6/+26 |