Commit Graph

15 Commits

Author SHA1 Message Date
Guillaume Jenkins
eebaf91f6e
Add math functions to cpp layer (#1069) 2018-08-09 15:54:51 -04:00
Richard Knoll
b03c984c38
Fixing atan2 typo in arguments (#1045) 2018-08-06 11:31:33 -07:00
Richard Knoll
6884b2bedf
Fixing parseInt() (#1022) 2018-08-01 12:45:56 -07:00
Michał Moskal
b0eee4afe5
Convert int-to-string directly, without double, see #999 (#1009) 2018-07-31 14:41:31 -07:00
Michał Moskal
cad13785e2 Implement tagged integers in C++ (#813)
* Start on the C++ conversion for tagged ints
2018-05-29 15:55:58 -07:00
Peli de Halleux
6081679ec7
adding fp math operators (#753)
* adding fp math operators

* updated locs files
2018-04-25 08:17:34 -04:00
Michal Moskal
b673108852 Add functions needed for switch ref-counting fix 2017-12-11 14:48:34 +00:00
Peli de Halleux
17bab9f64f updated afterProgramPage computation 2017-04-19 22:53:05 -07:00
chmora
86f6b58d38 fix"string compare works differently in simulator/on target" (#340)
* fix for "string compare works differently in simulator/on target", fixes #901
2017-01-12 15:50:39 -08:00
Michal Moskal
487da05eca Fix for https://github.com/Microsoft/pxt/issues/1057 2017-01-09 10:58:24 +00:00
Abhijith Chatra
f682e5e694 insertAt support for array (#328)
* Adding insertAt and setLength to array

* implemented review comments

* Bump pxt-core to 0.8.2
2017-01-04 13:07:58 -08:00
Abhijith Chatra
3fcbdbdd82 Array reimplementation as single segment with support for missing values 2016-12-23 19:49:15 -08:00
Peli de Halleux
19fb5ecf01 merging ksbit.h into pxt.h 2016-11-29 21:35:26 -08:00
Michal Moskal
b4b789422e Add afterProgramPage() for filesystem support 2016-11-07 16:04:15 +00:00
Sam El-Husseini
277d5a721c rename "microbit" package to "core" #414 (#270)
* rename "microbit" package to "core" #414

* shouldn't edit the package id.

* updating package.json

* updated the wrong version

* missed updating pxt.json of tests
2016-10-10 16:21:50 -07:00