Commit Graph

2879 Commits

Author SHA1 Message Date
Émilie Feral
beb896ec01 README: travis badge of master only 2017-08-31 09:47:38 +02:00
Émilie Feral
3a608ba20a README: clean 2017-08-30 16:53:54 +02:00
Ecco
174ea8cd75 Merge pull request #24 from numworks/fix-reload-home
[home] Fix reload view
2017-08-30 16:49:36 +02:00
Ecco
0f1130761e Merge pull request #26 from numworks/factorial
[poincare] Repair factorial
2017-08-30 16:48:25 +02:00
EmilieNumworks
16dccc3aa5 Merge pull request #1 from adriweb/master
build: fix warnings
2017-08-30 13:36:33 +02:00
Émilie Feral
659a90d197 [poincare] Repare factorial 2017-08-30 13:34:14 +02:00
Émilie Feral
8349f899b7 [home] Fix reload view 2017-08-30 13:20:59 +02:00
Adrien Bertrand
f34bf67bab build: fix warnings
* escher/src/text_area.cpp:113:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
* liba/src/external/openbsd/k_rem_pio2f.c:66:54: disable -Wmisleading-indentation
2017-08-30 13:01:22 +02:00
EmilieNumworks
ea56a74955 Merge pull request #18 from jacobly0/fix-simulator-msleep
[ion] Fix simulator msleep
2017-08-30 10:34:37 +02:00
EmilieNumworks
28e0c16768 Merge pull request #13 from blackketter/ignore
Git should ignore more generated files
2017-08-30 10:18:38 +02:00
EmilieNumworks
a5192da7d3 Merge pull request #12 from jacobly0/master
[ion] Fix #9 by deactivating empty keys in fltkkbd
2017-08-30 10:13:04 +02:00
EmilieNumworks
7e3aa1f032 Merge pull request #10 from adriweb/travis-badge
readme: add travis build badge
2017-08-30 10:03:41 +02:00
Jacob Young
d21d5594f9 Fix #7 fix #11 by using millisecond units in msleep (microseconds would be in usleep). 2017-08-30 03:42:14 -04:00
Jacob Young
67d4df5f59 Fix #9 by deactivating empty keys. 2017-08-30 03:39:23 -04:00
Émilie Feral
f4ecacdfdc [escher] Fix bug in makefile (inliner) 2017-08-30 09:38:55 +02:00
Émilie Feral
aa88921c45 Correct .travis.yml 2017-08-30 09:33:57 +02:00
Dean Blackketter
560106fc42 Git should ignore more generated files 2017-08-29 12:43:55 -07:00
Adrien Bertrand
8f04acba09 readme: add travis build badge
[ci skip]
2017-08-29 19:40:14 +02:00
EmilieNumworks
a3c3b0bfa9 Create .travis.yml 2017-08-29 11:07:21 +02:00
Romain Goyet
fe1e6949df Add License and README
Change-Id: Ia34ded2048f01aad89cfb8ee096fa8168ae0280b
2017-08-28 16:54:31 +02:00
Émilie Feral
679cea755a [Makefile] Change the software version to 1.1.0
Change-Id: I4786fd70d1d0f591c9a4f99412fa6aea7a4acc44
2017-08-28 14:27:07 +02:00
Émilie Feral
45f9036d24 Merge "emscripten: set the language from command-line arguments" 2017-08-28 14:26:38 +02:00
Émilie Feral
4ba4400983 Merge "Remove old docs" 2017-08-28 14:26:34 +02:00
Romain Goyet
c451b56418 emscripten: set the language from command-line arguments
Change-Id: I8bac1670c4c01e974f6303c9aa392a12c5d2fac0
2017-08-28 14:16:10 +02:00
Romain Goyet
ce6b3fafe6 Remove old docs
Change-Id: I73e3140fe50bfe3958b83748033215785d0b1270
2017-08-28 14:14:47 +02:00
Émilie Feral
31fbeda468 [apps/code] Change demo program
Change-Id: I5cce0bfd5bc30fe46cb039883cbeda7c29d45a64
2017-08-28 14:08:36 +02:00
Émilie Feral
52f5858ffd [python][apps/code] Enable interrupting python execution
Change-Id: Iadf7038f79f0289ce20d7ded42f8fe70894f0c0a
2017-08-28 13:30:46 +02:00
Émilie Feral
8c86b62df6 [apps/proba] Avoid hanging in normal law: forbid values <= MIN_FLOAT
Change-Id: Id6c7816e9b6726e4732b6eae5eb1a5b63d019196
2017-08-28 11:51:17 +02:00
Émilie Feral
aa567bf133 [liba] Add comment regarding nearbyintf
Change-Id: I6c02f2fe19cccce60516ad36062bc736e803991a
2017-08-28 11:51:17 +02:00
Émilie Feral
133653c7e0 [kandinsky] Change name to avoid confusion: blend ->
transparentBackground

Change-Id: I90327e71699e5ec4b349544e537e04327ec2bd7c
2017-08-28 11:51:17 +02:00
Émilie Feral
dd8caaa82e [escher] In textfield: change the behaviour of clear event
Change-Id: I6292faf383e40e7a9b00407bb5c052f92e49a1f6
2017-08-28 11:51:17 +02:00
Émilie Feral
54336b02b5 [escher] Fix bug in textfield: layout when delete the first char after a
right scroll

Change-Id: I272236f44d19266851d2ea8adef733d3459ac7d1
2017-08-28 11:51:17 +02:00
Émilie Feral
71c11bd22c [escher] In text area, change the behaviour of clear event
Change-Id: I4bc49d54f84a2db7155c63d962a2c28fe3c614a5
2017-08-28 11:51:11 +02:00
Émilie Feral
90891dabe8 [apps/proba] Avoid using unitialize values (valgrind)
Change-Id: I5c15cc0db7eb5cbcd23efbb59f2bd35366081b9f
2017-08-25 18:16:13 +02:00
Émilie Feral
0f08546245 [apps/shared] Correct checksum of float_pair_store
Change-Id: I3a050abeaf8e8e0aa4148f71fa7a0a0d4d0f2d8a
2017-08-25 17:42:07 +02:00
Émilie Feral
ff8fe2b498 [apps/statistics] Simplify histogram controller and resolve bugs: with
very large values, casting in float gives approximate values that
trigger bugs

Change-Id: I5aac31ad07f267f1b96ee3406b041e527cf247ba
2017-08-25 17:41:16 +02:00
Émilie Feral
b893a7d0aa [apps/statistics] Fix oversight in store
Change-Id: I929c25994d6ba59021941646611debdfb18f0cbf
2017-08-25 17:37:04 +02:00
Émilie Feral
cf91fb6315 [apps/shared] Fix bug in draw histogram. Do not color excessive bar.
Change-Id: Id6de0136d119874cf71ef5e8a54a210394782d81
2017-08-25 16:54:01 +02:00
Émilie Feral
be8a0c6df3 [apps] Replace sizeInBits>>2 sizeInBits/sizeof(uint32_t) in checksums
Change-Id: I4f96514caa4552d2158bb9ebdc328a6453554934
2017-08-25 14:18:27 +02:00
Émilie Feral
eea1928ac9 [apps/sequence][apps/graph] Keep the angle unit version in snapshot
Change-Id: Ib907531c78feae6ba8155ae3be3b8fb13fdebea2
2017-08-25 14:02:03 +02:00
Émilie Feral
fdf1d23248 [escher] Fix bug: alternate empty view controller do not handle onOff
event

Change-Id: I9a597eef6f24e954830c79950ed11fe3536b6866
2017-08-25 13:36:30 +02:00
Émilie Feral
8fd329d167 [ion] Fix alpha and shift modifiers for emscripten
Change-Id: If8ae07048dddbcf77c18a7c9f06160359f6638ba
2017-08-25 11:20:49 +02:00
Émilie Feral
35a9753609 [poincare][apps] Memory leaks
Change-Id: I2338760fb52bcf57997f7d82fd1f5cee68e95266
2017-08-25 11:20:49 +02:00
Émilie Feral
c6598fb24d [escher] Fix bug with modal view: linked to commit:
In modal view controller, draw the regular view only if the modal view does not cover all of it

Change-Id: Ieab97e56a8da611a029fb6b42efcd2020c1b4b30
2017-08-25 11:20:49 +02:00
Émilie Feral
b277d86430 [liba] Add test to setjmp longjmp
Change-Id: I6951d7948d8c6a282b16007d6bef448c179f70b8
2017-08-25 11:20:49 +02:00
Émilie Feral
e0252c7751 [python] Fix garbage collector
Change-Id: I529ff93e7f8841574ff24cb1b6461aa48039ab61
2017-08-25 11:20:49 +02:00
Émilie Feral
6b783346cc [liba] Add setjmp and longjmp
Change-Id: I3a57787199308900de8e7c6ce5961b2a26f6d38e
2017-08-25 11:20:49 +02:00
Émilie Feral
67e68e145f [apps/statistics] Avoid infinite loop in histogram
Change-Id: Ifd106d76628fe149c970f365eb0a92bc302f3b13
2017-08-25 11:20:49 +02:00
Émilie Feral
3faf0b55b2 [apps/probability] Fix bug in poisson law
Change-Id: I9bfc59ab7a07eb2658081abbf44f3ff127d0218a
2017-08-25 11:20:49 +02:00
Émilie Feral
818c56bd45 [python] Enable float
Change-Id: I94111dd821fb3a9ef1e22ae5133c3a48285c52d5
2017-08-25 11:20:49 +02:00