Émilie Feral
|
8b926612a2
|
Revert "[ion] Namespace Ion::UTF8Helper and Ion::UTF8Decoder"
This reverts commit 23da0d3f2c.
|
2019-05-03 16:29:28 +02:00 |
|
Émilie Feral
|
23da0d3f2c
|
[ion] Namespace Ion::UTF8Helper and Ion::UTF8Decoder
|
2019-04-29 18:01:30 +02:00 |
|
Léa Saviot
|
82d5ff7799
|
[ion/unicode] Clean special code points
|
2019-04-12 15:16:53 +02:00 |
|
Émilie Feral
|
71195240e2
|
[shared] Change name of classes:
FunctionRecordData --> FunctionRecordDataBuffer
CartesianFunctionRecordData --> CartesianFunctionRecordDataBuffer
SequenceRecordData --> SequenceRecordDataBuffer
|
2019-04-12 15:16:52 +02:00 |
|
Émilie Feral
|
3c1e35ec04
|
[shared] Rename classes:
ExpressionModelHandle --> ExpressionModel
SingleExpressionModelHandle --> ExpressionModelHandle
StorageFunction --> Function
StorageCartesianFunction --> CartesianFunction
StorageFunctionApp --> FunctionApp
|
2019-04-12 15:16:52 +02:00 |
|
Émilie Feral
|
3ce406fde1
|
[shared] Clean unused classes
|
2019-04-12 15:16:52 +02:00 |
|
Émilie Feral
|
ecf3f2ea0f
|
[poincare] Create a a flag on Expression that is set when the
approximation encouters a complex value
All approximation methods take the complex format into account.
|
2019-01-10 11:42:04 +01:00 |
|
Émilie Feral
|
17e63a5b07
|
[shared] Fix references to Poincare
|
2018-08-10 13:18:46 +02:00 |
|
Émilie Feral
|
e61a408a0a
|
[poincare] Get rid of AngleUnit::Default
|
2018-07-18 17:09:07 +02:00 |
|
Émilie Feral
|
fccebdcc06
|
[poincare] Move maximum/roots solver from CartesianFunction to Poincare::Expression (part I)
|
2018-06-07 13:46:19 +02:00 |
|
Émilie Feral
|
b266c4cbd1
|
[shared] Make a parent class to Function: ExpressionModel (factorize
code for furtur model Equation)
|
2018-06-07 13:46:17 +02:00 |
|
Émilie Feral
|
6de71ae145
|
[poincare] Clean: convertFloatToText should be in PrintFloat instead of
Complex
|
2018-03-21 15:57:19 +01:00 |
|
Émilie Feral
|
59fdcde548
|
[poincare] Avoid returning partial simplification when the
simplification process has been interrupted
|
2018-01-30 16:17:03 +01:00 |
|
Émilie Feral
|
2c06727f36
|
[apps] Simplify expressions in sequence and function applications
Change-Id: I2708934d3b5c90e8692e50d939b3a13028b8615e
|
2017-11-24 14:39:06 +01:00 |
|
Émilie Feral
|
fda382cc0d
|
[poincare] Change name: evaluate->approximate
Change-Id: I649a7c640190713dcf063a4148decd6038e62796
|
2017-11-24 13:31:44 +01:00 |
|
Émilie Feral
|
76cbd2678d
|
[poincare] Change names: approximate->approximateToScalar
Change-Id: I701451b35909bb577dd729e0ea76a405b9543f23
|
2017-11-24 12:06:35 +01:00 |
|
Romain Goyet
|
52bdf4a41f
|
Merge branch 'cas_with_app_copy' into python_console
|
2017-11-21 18:44:38 +01:00 |
|
Émilie Feral
|
6c51c584f2
|
[apps] Change Calculation to hold an exact and an approximate output
Change-Id: I1805839e17cd42b82f06ce0a320d20b49cd2a6cd
|
2017-11-21 17:37:25 +01:00 |
|
Jacob Young
|
17ac54cad5
|
Use cmath in c++ files.
|
2017-10-13 18:08:15 +02:00 |
|
Émilie Feral
|
23629b0939
|
[poincare] Restructuration of poincare (no duplication of children
storage)
Change-Id: Ia10c3cc83e10d238750c6954b7c093d26b762c94
|
2017-09-21 13:49:06 +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
|
d2c55eb7d0
|
[apps/graph][apps/sequence] In values controller, memoize the number of
columns to improve performance
Change-Id: Ie3c545d0198a2f23575bd22fdbf56e9c6b8ff2b8
|
2017-06-02 14:07:40 +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
|
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
|
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
|
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
|
0dfbf3ade3
|
[apps] Rule of 5 (2)
Change-Id: I62eebed201a9f61b3f89233fda4e714f0bab0db7
|
2017-05-09 14:12:13 +02: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
|
bd094056e6
|
[apps/graph] Avoid storing weird x values in the local context
Change-Id: Iee751da03fb9c6cda2e77d2570e8af2aef5ed5da
|
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
|
dc7a629dfa
|
[poincare] Replace complex constructors by named constructors
Change-Id: I6aad82edfb1bd243c4537a48888655608b90eeb5
|
2017-02-20 09:39:25 +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
|
59553e69e0
|
[apps/shared] Move function model in shared to be used by sequences
Change-Id: I2fbd4136b8352497da30c8c959cd0f0b25d36642
|
2017-02-13 17:15:06 +01:00 |
|