|
337edd68fa
|
Merge branch 'master' into thread-safety
|
2017-09-15 22:58:33 -07:00 |
|
|
08967fbb8f
|
Merge pull request #22 from DanilaFe/less-null
Remove some null-heavy parts of the code.
|
2017-09-15 22:56:54 -07:00 |
|
|
46f78bb2ed
|
Merge pull request #21 from DanilaFe/context
Implement a Context system which allows concurrent creation of variables.
|
2017-09-15 22:51:56 -07:00 |
|
|
5b4773dee1
|
Do not use null in exceptions and add messages to exceptions.
|
2017-09-11 19:32:57 -07:00 |
|
|
be94394a5c
|
Catch one exception.
|
2017-09-11 19:32:57 -07:00 |
|
|
45de25cd50
|
Move exceptions to their own package and subclass one class.
|
2017-09-11 19:32:57 -07:00 |
|
|
52ab357fe1
|
Remove nullability from reduction.
|
2017-09-11 19:32:57 -07:00 |
|
|
1575d3e574
|
Remove nullability from tree nodes.
|
2017-09-11 19:32:57 -07:00 |
|
|
87529da15f
|
Precompute all the transitions ahead of time.
|
2017-09-11 19:32:51 -07:00 |
|
|
7cd117dac1
|
Add synchronization to the Standard plugin.
|
2017-09-11 19:32:51 -07:00 |
|
|
8975bfdb99
|
Precompute Pi, and do not store documentation on access.
|
2017-09-11 19:32:51 -07:00 |
|
|
00f8475044
|
Merge branch 'master' into context
|
2017-09-11 19:32:42 -07:00 |
|
|
f0efae21be
|
Merge pull request #19 from DanilaFe/fix-loading
Fix exception during startup if configuration is missing.
|
2017-09-11 19:32:17 -07:00 |
|
|
9f11fd20a2
|
Fix exception during startup if configuration is missing.
|
2017-09-11 19:30:21 -07:00 |
|
|
1667edc72b
|
Merge branch 'master' into context
|
2017-09-11 19:14:07 -07:00 |
|
|
5d2a988f75
|
Merge pull request #17 from DanilaFe/website-update
Add more information about features and some pictures to main page.
|
2017-09-11 19:08:35 -07:00 |
|
|
91978686e6
|
Merge branch 'master' into website-update
|
2017-09-11 19:06:02 -07:00 |
|
|
9a8d0afc19
|
Merge pull request #18 from DanilaFe/configuration-refactor
Refactor configuration
|
2017-09-11 19:05:52 -07:00 |
|
|
5aba5c350b
|
Add comments to the new configuration classes.
|
2017-09-11 18:15:40 -07:00 |
|
|
21b7bd5e2b
|
Move TOML code out of the configuration in core, and into fx.
|
2017-09-11 18:06:40 -07:00 |
|
|
f2ac7b109a
|
Remove old imports.
|
2017-09-10 18:19:30 -07:00 |
|
|
67d240b8f6
|
Remove the unused variable database class.
|
2017-09-10 17:57:43 -07:00 |
|
|
dc4eee6342
|
Decrease the padding and margins on small screens.
|
2017-09-07 16:22:15 -07:00 |
|
|
6909f210d6
|
Add a features list to the landing page.
|
2017-09-07 16:22:08 -07:00 |
|
|
059226a4d4
|
Rename the context class.
|
2017-09-06 22:54:21 -07:00 |
|
|
ef1890f24d
|
Switch Abacus to returning an EvaluationResult with the context.
|
2017-09-06 22:22:15 -07:00 |
|
|
782669a32b
|
Change button to "Save".
|
2017-09-06 22:04:28 -07:00 |
|
|
924849bd8b
|
Make reloads go through the Abacus core.
|
2017-09-06 22:03:54 -07:00 |
|
|
91986112a1
|
Switch all applicables to use the Context.
|
2017-09-06 21:43:07 -07:00 |
|
|
58fea9c52b
|
Move the files into the correct source directory.
|
2017-09-06 20:48:43 -07:00 |
|
|
863be5bcfc
|
Rewrite number reducer in Kotlin.
|
2017-09-06 20:39:38 -07:00 |
|
|
f0e38fed87
|
Add the contexts and delegates for them.
|
2017-09-06 20:36:25 -07:00 |
|
|
fd246f935c
|
Merge pull request #12 from DanilaFe/no-null
Remove the use of null in Applicable calls.
|
2017-09-06 15:18:59 -07:00 |
|
|
6604af5b0f
|
Merge branch 'master' into no-null
|
2017-09-06 15:16:55 -07:00 |
|
|
d49a763e8f
|
Merge pull request #11 from DanilaFe/tree-value-variables
Add variables implemented via Tree Value Operators.
|
2017-09-06 15:11:06 -07:00 |
|
|
48a4d8adc2
|
Merge branch 'master' into tree-value-variables
|
2017-09-06 15:07:45 -07:00 |
|
|
5417b45106
|
Merge pull request #9 from DanilaFe/promotion-system
Implement a basic promotion system.
|
2017-09-06 15:05:22 -07:00 |
|
|
585cabc478
|
Add the ability for plugins to access variables, and add the operators.
|
2017-09-05 23:00:25 -07:00 |
|
|
28802cfed3
|
Remove the additional methods from the VariableDatabase.
|
2017-09-05 23:00:25 -07:00 |
|
|
428df8bfd3
|
Use the variable database for the number reducer.
|
2017-09-05 23:00:25 -07:00 |
|
|
146f3994ef
|
Add the variable database.
|
2017-09-05 23:00:25 -07:00 |
|
|
daffdb6b42
|
Move Abacus core into Kotlin.
|
2017-09-05 23:00:25 -07:00 |
|
|
178f59ef7b
|
Move the exception to the correct package.
|
2017-09-04 12:55:49 -07:00 |
|
|
61616a428a
|
Fix tests that expected null from functions.
|
2017-09-04 12:55:49 -07:00 |
|
|
9c77fa8aeb
|
Add a DomainException that avoids using null in functions.
|
2017-09-04 12:55:49 -07:00 |
|
|
9ddfeb02cf
|
Fix not clearing an important map during reset.
|
2017-09-04 12:51:53 -07:00 |
|
|
bc4a26aafb
|
Fix weird alignment.
|
2017-09-01 18:43:07 -07:00 |
|
|
1f6aa70230
|
Ensure PromotionManager clears its implementation cache.
|
2017-09-01 18:33:12 -07:00 |
|
|
e62722ce2f
|
Add comments.
|
2017-09-01 18:32:41 -07:00 |
|
|
ce82fd56dd
|
Remove newlines generated by IntelliJ's addition of @Nullable.
|
2017-09-01 18:11:19 -07:00 |
|