Romain Goyet
|
3d10d3e951
|
Use zero-initialization for character arrays
It makes some not-fully-compliant compilers happy
|
2017-10-19 17:31:40 +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
|
82e212e771
|
[poincare] Template for double
Change-Id: I7404bd5cefc9ef78a5dbd572c3874a557cded28e
|
2017-08-16 09:55:29 +02:00 |
|
Émilie Feral
|
1964d61fdc
|
[libaxx] add cmath and use cmath instead of math.h when required
Change-Id: Id839b17d33c69e2e002f370e553ff35246a1bc90
|
2017-08-16 09:55:29 +02:00 |
|
Émilie Feral
|
832af9f9f4
|
[apps/sequence][apps/graph] Checksum takes into account whether the
function is active and its name
Change-Id: I790d9a793c512a686f21f1db4fc0848a16baea5c
|
2017-05-29 11:41:39 +02:00 |
|
Émilie Feral
|
eb19fde371
|
[apps/sequence] Fix bug
Change-Id: Id99ddaa85fc04ba621f1a1db3a95e97636236956
|
2017-05-24 14:38:49 +02:00 |
|
Émilie Feral
|
ba7d740a10
|
[apps/sequence][apps/graph] CRC should be called on sizes multiple of 4
Change-Id: I4a55c14e1418f730051252cabef324833279747f
|
2017-05-24 14:38:32 +02:00 |
|
Émilie Feral
|
69036ffe4d
|
[apps/sequence][apps/graph] Reimplement checksum to avoid risking
overflowing the stack
Change-Id: Ia2b70ceb174d70c20b0e7d635183a890629e4b24
|
2017-05-22 16:35:27 +02:00 |
|
Émilie Feral
|
dbacafe2e8
|
[apps/sequence] Give an example of content in recurrent sequences
Change-Id: If80b62673d21954d96cd128108cb783b2d4487cc
|
2017-05-19 14:40:03 +02:00 |
|
Émilie Feral
|
eb476610fc
|
[apps/sequence][apps/graph] Fix bug
Change-Id: I998421900b993099c16d19fa825f8e4d180ed22c
|
2017-05-19 11:35:27 +02:00 |
|
Émilie Feral
|
71284311bb
|
[escher] [apps] Implement app snapshot
Change-Id: I24d7eed7cef964af8be1c85222e758c297dc0da1
|
2017-05-18 14:16:41 +02:00 |
|
Émilie Feral
|
f81ae8d5e5
|
[apps/sequence] Avoid infinite loop
Change-Id: Ib84ce244c8faeabc9d71bccd590b3a242cef184c
|
2017-05-10 16:30:45 +02:00 |
|
Émilie Feral
|
32d48fb94b
|
[apps/sequence][apps/graph] fix behaviour when deleting functions
Change-Id: Ieccc85887fa0077446aaf57fee105b7fd2f3bff9
|
2017-05-10 13:24:47 +02:00 |
|
Émilie Feral
|
e5dd0d8d7f
|
[apps/sequence] Fix error in copy assignment of sequence
Change-Id: If27924c6001a8d7011371336ffbaf012f9d8bbc9
|
2017-05-10 11:33:25 +02:00 |
|
Émilie Feral
|
0b9abfa869
|
[apps/sequence] Unable linked sequence (return NAN when evaluate)
Change-Id: I0024e3912bb038343413bcfea78fc4cf18a739f7
|
2017-05-10 11:17:32 +02:00 |
|
Émilie Feral
|
95396ded15
|
[apps/sequence] Changing sequence type automatically reinit sequence
Change-Id: I1342f5a2a8ca5dd4ff02178c3b2d6c6f44a8c194
|
2017-05-09 14:54:44 +02:00 |
|
Émilie Feral
|
0dfbf3ade3
|
[apps] Rule of 5 (2)
Change-Id: I62eebed201a9f61b3f89233fda4e714f0bab0db7
|
2017-05-09 14:12:13 +02:00 |
|
Émilie Feral
|
ce4ce94c67
|
[apps/sequence] Delete useless call in destructor
Change-Id: I249722e150d90e01b07a71f62a12f63b73c524de
|
2017-05-03 14:22:52 +02:00 |
|
Émilie Feral
|
de6d17e432
|
[apps:sequence] Avoid infinite loop when computing sum of terms
Change-Id: I5264f86edd6d0464691e354e85aa136a037f358c
|
2017-04-27 13:17:03 +02:00 |
|
Émilie Feral
|
8cec0ccd28
|
[apps/sequence] Clean sequence buffer implementation
Change-Id: I03e4ead6d32f883c11e5b070896e386e29533cf7
|
2017-04-18 11:05:28 +02:00 |
|
Émilie Feral
|
8f2a6c3122
|
[apps/sequence] Cap the sum of terms to a maximum number of terms
Change-Id: Ib9abcdc92cef5e4e188a81c319b20be2c8b7ab72
|
2017-04-17 15:48:23 +02:00 |
|
Émilie Feral
|
a773228657
|
[apps/sequence] In model, use float buffers to avoid recomputing all the
sequence to find a recurrent sequence value at an abscissa n
Change-Id: Ic476a5065bbf7aa45c06aa3e9b4d3caa79dd18af
|
2017-04-14 13:46:21 +02:00 |
|
Émilie Feral
|
18df46872b
|
[apps/sequence] Add a space to improve rendering
Change-Id: I67d9cc1b3d587575db268ff546fff166b1fb9ac9
|
2017-03-20 14:55:59 +01:00 |
|
Émilie Feral
|
654bd358f8
|
[app/sequence][app/graph] Change the implementation of is defined in
function class
Change-Id: Ie81829ea7bc688574219894513f3c48b37bbcfda
|
2017-03-07 15:03:10 +01:00 |
|
Émilie Feral
|
eef5f8dacb
|
[apps/sequence] Create a values tab
Change-Id: I37ffc57bdce85c74f46d9966a4ba4db8233e6053
|
2017-03-03 14:32:08 +01:00 |
|
Émilie Feral
|
f57d633c08
|
[apps/sequence/graph] Improve term sum controller
Change-Id: Ic2b81e7f1c608e5a9f4f8c5a8de116433f930042
|
2017-03-03 09:38:53 +01:00 |
|
Émilie Feral
|
cf3379a1d9
|
[apps/sequence] Improve method to evaluate sequence at abscissa
Change-Id: I04dc0e960adde25d95ce80cc7e43fb0ec5c9b625
|
2017-03-02 15:35:03 +01:00 |
|
Émilie Feral
|
5b78ad893d
|
[apps/shared] Specifiy the meaning of a defined sequence in sequence/
Change-Id: I082a7f9f9785c12dfedcee070badb4eded66ab89
|
2017-03-02 15:35:02 +01:00 |
|
Émilie Feral
|
51c33b0a5b
|
[apps/sequence] Redesign list controller
Change-Id: If114a643b0f682e98076cf1ec9f4479b3dafdfa6
|
2017-02-20 10:52:02 +01:00 |
|
Émilie Feral
|
e5e9f7cc41
|
[poincare][apps] Make preferences a const object accessible from
anywhere (poincare and apps)
Change-Id: I49cc6bf940d1efeb6b153daac949ffcb23999a8d
|
2017-02-20 09:39:24 +01:00 |
|
Émilie Feral
|
4f7658b271
|
[apps] Ensure to reset pointers when their content have been deleted
Change-Id: I4c236c045cbe5e6ba215cbf56b27eba92133b675
|
2017-02-17 16:34:57 +01:00 |
|
Émilie Feral
|
0960fab1a5
|
[apps/sequence] Correct bug
Change-Id: I86bf0d4c45f2f0da774348b69037026f0b809efd
|
2017-02-16 16:34:12 +01:00 |
|
Émilie Feral
|
8cfdc66e48
|
[apps/sequence/list] Edit the selected sequence when clicking on OK (or
event with text)
Change-Id: Ib9ac0c0605424cb3e57b0e3e5dcd64bd99ea97e3
|
2017-02-16 16:34:11 +01:00 |
|
Émilie Feral
|
460e692309
|
[apps/sequence] Improve sequence model
Change-Id: I1369646291c4da852777f07c4730c640c3df76ac
|
2017-02-13 17:15:08 +01:00 |
|
Émilie Feral
|
44ce4fb069
|
[apps/sequence] Add model to the new application folder sequence/
Change-Id: I9880e85770d0895849f7f47c474a2a42b00eb3e1
|
2017-02-13 17:15:07 +01:00 |
|