Stéphane Mottelet [Thu, 20 Sep 2018 14:40:36 +0000]
* Bug 8088 fixed: norm() now accepts %nan and %inf terms
http://bugzilla.scilab.org/show_bug.cgi?id=8088
Change-Id: I5c30b4dbbc3f643197fd0b4ffb7130adb90c54f8
Stéphane Mottelet [Wed, 20 Feb 2019 09:38:58 +0000]
* Bug 15964 fixed: now the sparse empty matrix is always real
http://bugzilla.scilab.org/show_bug.cgi?id=15957
Change-Id: I6d9456d87d688044970dec0d55f25b156053631b
Stéphane Mottelet [Wed, 23 Jan 2019 11:00:01 +0000]
[sparse] now sparse([]) is sparse
Note: also fixes other cases when [] was created instead of a
(0,0) sparse matrix.
Change-Id: I2f5eb43cafab1da1888c7d8cd5fea0d5cbc863b9
Stéphane Mottelet [Wed, 14 Nov 2018 08:03:19 +0000]
* Bug 9673 fixed: colon operator precedence was too low
http://bugzilla.scilab.org/show_bug.cgi?id=9673
https://github.com/rdbyk/balisc/issues/601
Change-Id: I42358f7fd938af65232dc063461d4d3506561d85
Nimish Kapoor [Wed, 6 Jun 2018 06:53:49 +0000]
CoverityFix-CID:1350525 Dereference null return value
Change-Id: Ia9330a817bc3c16056394df144719c6237ca5339
Nimish Kapoor [Sun, 5 Aug 2018 17:51:43 +0000]
CoverityFix-CID:1350493 Dereference null return value
Change-Id: I1dcc07e09b3e9a44820de779855e45eb1021e445
Cedric Delamarre [Thu, 6 Jun 2019 08:01:44 +0000]
Makefile update
Change-Id: I5884faf21f92806774ca2d132c45136a95a1fedb
Nimish Kapoor [Mon, 16 Jul 2018 08:50:28 +0000]
CoverityFix-CID:1351082 Unread field should be static
Change-Id: I9b7e286c20cdafdecf88013a3525669da5e7547f
Nimish Kapoor [Fri, 6 Jul 2018 18:19:38 +0000]
CoverityFix CID:1360856 Problems with implementation of equals()
Change-Id: Ia1e175445e2006435b6abd408804b36b008482fe
Samuel GOUGEON [Wed, 20 Mar 2019 23:31:53 +0000]
[scicos_blocks] Capacitor Inductor Resistor: issue with µ unit on icons
Reported at http://mailinglists.scilab.org/Capacitor-value-issue-tt4039249.html
Change-Id: I675c3ce7f93914fa0f873be1318dfb3ecc68df46
Adeline CARNIS [Fri, 5 Apr 2019 10:00:20 +0000]
Example of implicitplot function failed
Change-Id: I3d7cd6c937267af3e3aaa5583af618909b2d2153
Stéphane Mottelet [Tue, 14 May 2019 21:02:22 +0000]
* Bugs 16012, 16014, 16085: fixed regression of insertion in structs
http://bugzilla.scilab.org/show_bug.cgi?id=16014
http://bugzilla.scilab.org/show_bug.cgi?id=16012
http://bugzilla.scilab.org/show_bug.cgi?id=16085
http://bugzilla.scilab.org/show_bug.cgi?id=16087
Change-Id: If3f1b7204698450d731575af46558adf504fcb7f
Samuel GOUGEON [Sat, 20 Apr 2019 22:09:27 +0000]
* Bugs 16071+16072+16075 fixed: prettyprint() debugged & a bit improved
* http://bugzilla.scilab.org/16071 :
- 0*%z : 0 => 0z (to show the symbolic variable)
- complex(1,%nan): 1NaNi => 1 + Nani
- text input
=> tex|latex:
$ \ % & { } ~ ^ characters were not protected.
Spaces were not protected (words were concatenated).
=> mathML: <mi></mi> were missing. "<" was not protected
- MathML:
. MathJax does not support <infinity/> => <mi>∞</mi>
. Any syslin was parenthesed, even with delimiter=""
- Documentation:
. ")" was wrongly indicated as supported delimiter.
. "" as possible delimiter was not documented, to not use any
matrix bracketting.
- Improvements:
. 6.21D+23 : 6.21 x 10^+23 => 6.21 x 10^23
. 1 + (-2-3i)z => 1 - (2+3i)z
. exportFormat was uselessly case-sensitive => no longer the case
. Default argins had to be explicitly provided when an explicit
argin follows => now just skip them with ,,.
. polynomials => tex|latex: a space-free unbreakable string result
was delivered => now 1 space added after each power term,
to ease wrapping when required.
. MathML : formatting of the output improved = \n (ascii(10))
added before and/or after each <mtable>, </mtable>, <mtr>, </mtr>,
<mtd>, <mfenced> and </mfenced> for and around tables, enabling
to easily split the result and then properly indent it with
external tools.
* http://bugzilla.scilab.org/16072
encoded integers were actually NOT supported
* http://bugzilla.scilab.org/16075
prettyprint() was broken for cells arrays
* Unit tests added for texts, integers, complex numbers, polynomials
with complex coefficients, cells, linear systems, and extended for
decimal numbers.
Change-Id: Id2fca732444e0cfe1932a3a82825aa09489d7ae5
Clément DAVID [Thu, 16 May 2019 20:05:15 +0000]
Linux: fix build after
e78c5951 - ASAN support
* reset CFLAGS to the previous one
* disable ASAN by default
Change-Id: I506fccc527b5925c8c25833c3ccdb5b11aea55ab
Stéphane MOTTELET [Mon, 13 May 2019 08:41:23 +0000]
* Bug 15840 fixed: now grand(1,prm,x) has same dims as x
http://bugzilla.scilab.org/show_bug.cgi?id=15840
Change-Id: If7d1d918d46826a3e783f826c926db1e266308ab
Clément DAVID [Thu, 7 Feb 2019 16:53:15 +0000]
AddressSanitizer: allow reports on dyn. loaded libs
Add a ./configure --enable-address-sanitizer flag to ease usage.
Change-Id: Ibd06bb00b8247b1646158931b0dc2673a88f838c
Clement DAVID [Fri, 22 Mar 2019 09:29:37 +0000]
Bug #12502 fixed: Rotate, flip did not work on ports
Change-Id: I34e3918685e2a6500accc30746bc01a78d2f64eb
Clément DAVID [Mon, 6 May 2019 09:54:40 +0000]
coverity: fix #1401290 to #1401299 ; use default values on error
Change-Id: Ic89cb3105d5c35bd0a9f96c8a23aef0f74415420
Antoine ELIAS [Wed, 27 Feb 2019 23:45:46 +0000]
mgetl: fix trouble with 'continuous' read on Windows
Change-Id: I2cbbf601bd78f794f254e3de7f7b5f5eeb216cc1
Stéphane MOTTELET [Thu, 25 Apr 2019 15:15:14 +0000]
[elementary_functions] added bitstring function
help page @ http://www.utc.fr/~mottelet/scilab/download/bitstring.pdf
--> bitstring(%pi)
ans =
0100000000001001001000011111101101010100010001000010110100011000
--> bitstring([1; 1+%eps])
ans =
!0011111111110000000000000000000000000000000000000000000000000000 !
! !
!0011111111110000000000000000000000000000000000000000000000000001 !
--> bitstring(int8(-1))
ans =
11111111
Change-Id: If911c3582c585072844a27186a81fda16f2fc740
Paul Bignier [Sun, 29 Apr 2018 18:54:17 +0000]
Xcos MVC: avoid copy constructor calls
Change-Id: I76e165f89d434004b2ec7b2d9bbb1d5d4bb3c116
Clément DAVID [Fri, 12 Apr 2019 15:01:41 +0000]
Coverity: fix #1400678, #743503, #1400677, #1400675, #1400676
Change-Id: I387f16f279348c5c7950c7876ff949c8af617e86
Stéphane MOTTELET [Mon, 29 Apr 2019 09:05:31 +0000]
* Bug 15812 fixed: source may become corrupted after insertion
http://bugzilla.scilab.org/show_bug.cgi?id=15812
Change-Id: Ic10a138aa5fb2213a2ba68125f5b3f1fb4ba4282
Stéphane MOTTELET [Fri, 26 Apr 2019 16:07:37 +0000]
[differential_equations] add sanity check in ode unit test
http://bugzilla.scilab.org/show_bug.cgi?id=16043
Change-Id: I4fa3b7b7e7b497328716b866daacf1a2f81e7fba
Stéphane MOTTELET [Fri, 26 Apr 2019 13:53:50 +0000]
* Bug 15995 fixed: patch was missing in surface plot
http://bugzilla.scilab.org/show_bug.cgi?id=15995
Change-Id: I074aed1adf25e195b2d22b5e498610df7a9a8ab0
Samuel GOUGEON [Fri, 19 Apr 2019 01:28:45 +0000]
Proud Puffin in good shape for the demo
Don't squeeze The Puffin
Change-Id: Id43b677eece103190fd1798cdadcaa9e6e4c1b04
Samuel GOUGEON [Wed, 17 Apr 2019 04:15:09 +0000]
[doc] Reorganizing [statistics] help pages
* The Descriptive statistics chapter was incoherent. It mixed features
of other sections:
- median center wcenter => Central tendency
- stdev stdevf variance variancef => Dispersion
- histc => Shape (empirical distribution)
- cov covar correl => Multivariate statistics
=> Empty section = deleted
* Regression section: empty = deleted
* reglin => Multivariate
* Summaries/tabul => Shape (empirical distribution)
=> empty section = deleted
* PCA section => Multivariate
=> empty section = deleted
Change-Id: I544218224afb279f786170189ec1e2b0323b5b28
Stéphane Mottelet [Thu, 14 Mar 2019 17:33:03 +0000]
* Bug 16007 fixed: non-integer index in sparse crashed Scilab
http://bugzilla.scilab.org/show_bug.cgi?id=16007
Positive fractionnal indices were supported, provided they were
greater than 1
Change-Id: I821cc4f5cbd2618cf6c5560d0478171b1389c846
Nimish Kapoor [Fri, 27 Jul 2018 20:00:01 +0000]
CoverityFix-CID:1360865 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ifa23ab98ae8da53d7b86f55d8a6cce5cb6f4371f
Nimish Kapoor [Fri, 27 Jul 2018 19:57:44 +0000]
CoverityFix-CID:1360864 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I42b3bce7d4b95b59627e7515aefb51356a4300a3
Nimish Kapoor [Fri, 27 Jul 2018 19:54:08 +0000]
CoverityFix-CID:1360863 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I9421ce517e4c44b6e0a953ab265aa4932b165a0a
Nimish Kapoor [Fri, 27 Jul 2018 19:51:13 +0000]
CoverityFix-CID:1360862 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Id1737d9155cd1266a3d226d6fc4871a43d6bd551
Nimish Kapoor [Fri, 27 Jul 2018 19:47:53 +0000]
CoverityFix-CID:1360861 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I533a633f918f9f69ac9c1f40c257bfc006d46c75
Nimish Kapoor [Fri, 27 Jul 2018 19:44:18 +0000]
CoverityFix-CID:1351079 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I42c31a73c79c4c7f442779a3c27c059e966d34fe
Nimish Kapoor [Fri, 27 Jul 2018 19:40:45 +0000]
CoverityFix-CID:1351078 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ic0f1dff108aec23417a92648a9f3578b69b45f4b
Nimish Kapoor [Fri, 27 Jul 2018 19:37:28 +0000]
CoverityFix-CID:1351077 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I2cc73fd8dd6e9aaf7116c64918b40525901d7a96
Nimish Kapoor [Fri, 27 Jul 2018 19:33:52 +0000]
CoverityFix-CID:1351076 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ib01f7cc0528ca83ae306c1a6163a02506759f589
Nimish Kapoor [Fri, 27 Jul 2018 19:30:11 +0000]
CoverityFix-CID:1351075 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ibdb5c5067673ea55a01b63ca3dabdf72136dddc4
Nimish Kapoor [Fri, 27 Jul 2018 19:04:55 +0000]
CoverityFix-CID:1351072 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Id94c1d1cc67d1ae001a86e291ef63c350e03db8e
Nimish Kapoor [Fri, 27 Jul 2018 18:56:35 +0000]
CoverityFix-CID:1351071 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I3f48777f7ae739e78dbf0785e5ccb0ae97b2fc85
Nimish Kapoor [Fri, 27 Jul 2018 18:46:50 +0000]
CoverityFix-CID:1351070 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: If20c3516fee586a9e4889507d7473dc9f5c39bf8
Nimish Kapoor [Fri, 27 Jul 2018 18:28:32 +0000]
CoverityFix-CID:1351069 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I84368e1eec8b6f574260e1602abdf2a24fe7098a
Nimish Kapoor [Fri, 27 Jul 2018 18:22:31 +0000]
CoverityFix-CID:1351068 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I220b0c820ca6949f9037dbf58b63fb918ed9969f
Nimish Kapoor [Fri, 27 Jul 2018 18:11:00 +0000]
CoverityFix-CID:1351067 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ia48aee55832ea4a56c3adac21cea9cc347c56ae0
Nimish Kapoor [Fri, 27 Jul 2018 18:01:02 +0000]
CoverityFix-CID:1351066 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ia0e9d20fdf56ea6650eac5a9b003502688db0f32
Nimish Kapoor [Fri, 27 Jul 2018 17:49:21 +0000]
CoverityFix-CID:1351065 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I5bf29781b7bce4b50745b8fbc5389d0e71a3f5c4
Nimish Kapoor [Fri, 27 Jul 2018 17:40:50 +0000]
CoverityFix-CID:1351064 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: If531421d09121a58d7e73aea1f1f9cc125eb6236
Nimish Kapoor [Fri, 27 Jul 2018 17:32:51 +0000]
CoverityFix-CID:1351063 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: Ibbf24ac63e6c3d821f7ed9b5c604b3c709c1b20f
Nimish Kapoor [Fri, 27 Jul 2018 17:29:33 +0000]
CoverityFix-CID:1351062 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I2f5696147170bf42696b58c2863a981bf92a2d51
Nimish Kapoor [Fri, 27 Jul 2018 17:23:14 +0000]
CoverityFix-CID:1351061 Inner class could be made static
This class is an inner class, but does not use its embedded reference to
the object which created it.
Change-Id: I482f0aed34f85f687d17b2bd432207fd2c21971d
Nimish Kapoor [Fri, 27 Jul 2018 20:05:34 +0000]
CoverityFix-CID:1367996 Inner class could be made static
This class is an inner class, but does not use its embedded reference to the
object which created it.
Change-Id: I5a82220851690758f9820bf86fad2b538d7abd35
Samuel GOUGEON [Mon, 8 Apr 2019 14:35:50 +0000]
Menu ? => Links => Mailing lists was KO
Change-Id: I4d41af88f2f0aff1e32b0b1c64c19fc058cbc19b
Nimish Kapoor [Sat, 28 Apr 2018 18:12:17 +0000]
CovertyFix-CID:1366841,CID:1366842 Resource Leak
Change-Id: I4ccd41eb231c210a7500d354e8eeb51260a3b729
Stéphane Mottelet [Mon, 1 Apr 2019 11:57:39 +0000]
* Bug 16033 fixed: now scilab-bin is not built using --without-gui
https://bugzilla.scilab.org/show_bug.cgi?id=16033
Change-Id: I8df2799a13ed173e463d409852683a945f0e84ff
Samuel GOUGEON [Tue, 26 Feb 2019 03:03:48 +0000]
* Bug 15983 fixed [cacsd]: group() regressed in 5.5.2
http://bugzilla.scilab.org/15983
test_run signal_processing bug_13205 show_error
test_run signal_processing bug_13692 show_error
test_run signal_processing bug_15983 show_error
Change-Id: Ieaf47ebb58dac71c1d6d054407c7997f2da0ec49
Samuel GOUGEON [Fri, 29 Mar 2019 21:11:55 +0000]
* Bug 16021 fixed: tand(90) cotd(90) 1/cosd(90) were wrong
http://bugzilla.scilab.org/16021
Change-Id: Ia906c625d2aac46e31c0f040fec5a2d93692c86c
Stéphane MOTTELET [Mon, 25 Mar 2019 20:52:28 +0000]
Fix OSX compilation problems
Change-Id: Iaa763c3699cefe43b6c643b78111cd0c520e15ec
Samuel GOUGEON [Fri, 29 Mar 2019 17:52:16 +0000]
* Bug 16005 fixed [doc]: intdec() example was biased & not robust
http://bugzilla.scilab.org/16005
Change-Id: I4ce1a11ce6f0d78e0c9fa10766c58d04c440c141
Antoine ELIAS [Thu, 21 Feb 2019 16:05:32 +0000]
Command history: Save in file before each execution to avoid to lose it in case of crash
Change-Id: I66b67a97ac0ec8ab30e3c7aa14a6e6f2ca68729b
Antoine ELIAS [Thu, 21 Feb 2019 10:56:49 +0000]
EditVar: allow to change "ans" value
Change-Id: I305b4cd2e204fd8c4960e62b85ec98854010515c
Antoine ELIAS [Fri, 15 Feb 2019 13:26:38 +0000]
Merge remote-tracking branch 'origin/6.0'
Change-Id: I9a6de62734cbcb06c9cc038158849013c937439a
Samuel GOUGEON [Thu, 14 Feb 2019 07:44:49 +0000]
[doc] pt_BR: Missing Xcos chapters + wrong entries
Change-Id: I2e0e6d80205e605bd6e2f1374a2634a1e395c445
Clement DAVID [Wed, 13 Feb 2019 22:07:27 +0000]
Xcos: relink on parameters update (with undo/redo)
As usual, using cell level API discard Model change propagation and kill
undo/redo operation.
Change-Id: Ibbab5a22a6dfc322322b4bf171243248fed73d3f
Clement DAVID [Thu, 14 Feb 2019 08:13:46 +0000]
Xcos: discard style update on interfacefunction change
On update, style is already updated so there is no real need apart from
manual/debug testing within Xcos. This style update introduce style
reset while (on Scilab Thread) setting an interface function on a block
(trigger a notification passed to the EDT) *and* setting the style. On
the next EDT execution, the style will be discarded !
Change-Id: Ia0fbc352b5137e32ae4ab5eae9d2a3a4b9be5c62
Samuel GOUGEON [Thu, 14 Feb 2019 05:44:12 +0000]
[doc] colorbar() page overhauled
http://bugzilla.scilab.org/4808 (already in CHANGES)
Page in PDF: http://bugzilla.scilab.org/attachment.cgi?id=4892
Follow-up of https://codereview.scilab.org/20549
Change-Id: I71e2e9bd1ff93b5ea5a4273db95bd1ad35881d4a
Clément DAVID [Mon, 11 Feb 2019 14:17:21 +0000]
update CHANGES and homepage before the release
Change-Id: If4fc5037c6501bfe7f1754dade7e238b4a071b8e
Samuel GOUGEON [Sat, 9 Feb 2019 19:45:48 +0000]
localization: update POT and dispatch PO files
Patch set 1 = Launchpad import from https://codereview.scilab.org/20728
+ CR inputs before the revert https://codereview.scilab.org/20829
Patch set 9: All mismatching formats fixed (~400), except 46 exceptions
in ja & zh due to different order from en to translations:
Example:
sparse - ja_JP : mismatching formats at line #512
%s: Wrong number of input arguments: %d to %d expected.\n
%1$s: 入力引数で不正な数: %3$d への %2$d を想定します.\n
"fuzzy" tags:
* Reviewed: fr (Patch Set 11), pt (PS 14), es (PS15)
* Reviewed & partially cleared:
PS19: cacsd, elementary_functions, graphics
PS22: ast, boolean, data_structures, matio, sparse
PS24: core, graphic_export, gui
PS25: umfpack, xcos
PS26: randlib, scicos, scinotes
PS27: string, polynomials
PS29: atoms, io
PS30: signal_processing, ui_data
PS31: overloading, special_functions
PS32: compatibilty_functions, forgotten entries
Timestamp set to 2019-02-12 for all .po files (even not unchanged ones)
2019-02-12 for graphics.pot
Change-Id: I2490120d890d07f90152e9a4e39bd0110f783a51
Samuel GOUGEON [Tue, 12 Feb 2019 22:23:23 +0000]
[doc] ISO-8859 => UTF-8 reencoding and tagging
Change-Id: I0967b9c5ce5cbdd171c461157fc8467de6785613
Cedric Delamarre [Tue, 12 Feb 2019 15:09:38 +0000]
dynamic link demo fixed
demos -> dynamic link -> c++ function using standard library
Change-Id: If7661d30b178cf4c3fc87b9f5c40fe4babd51a98
Cedric Delamarre [Tue, 12 Feb 2019 16:43:29 +0000]
optimization: navet and seros demos fixed
optimization and simulation -> ICSE -> spaceship landing trajectory
Change-Id: I46ace7c772e92c04afc12e2a6893da1fddf1d62d
Clément DAVID [Tue, 12 Feb 2019 17:11:12 +0000]
macOS: fix some crash while using gfortran from homebrew or other brand
http://bugzilla.scilab.org/show_bug.cgi?id=13697
http://bugzilla.scilab.org/show_bug.cgi?id=13852
http://bugzilla.scilab.org/show_bug.cgi?id=13857
Change-Id: Ib7684024b76effb4d128aecfe5dff4ada291b752
Samuel GOUGEON [Tue, 12 Feb 2019 16:59:04 +0000]
[doc] tree2code updated
Change-Id: Idf821aaa6284cc25076147c9e67ab7c304dc07d0
Samuel GOUGEON [Tue, 12 Feb 2019 14:56:57 +0000]
[doc] pt_BR ISO8859 (badly rendered) => UTF8 (fixed)
Just a start.
More than 800 remaining files tagged ISO-8859.
~50 % of them are badly rendered in web and java browsers.
Change-Id: Ie17006a87f6e8038c32e94cf14f6870fda485c3d
Samuel GOUGEON [Tue, 12 Feb 2019 15:28:21 +0000]
[doc] AFFICH_m: comput function updated
Change-Id: Ide35eed783c82de1120812e58e4fafd04f0ed890
Adeline CARNIS [Tue, 12 Feb 2019 14:56:03 +0000]
update fr_FR/dae.xml
Change-Id: I981aeb259a496c954616c17844c0976c7c1d4bd7
Clement DAVID [Tue, 12 Feb 2019 13:39:30 +0000]
browservar: fix crash after loading libs
Change-Id: Ia55c2ac5c6e2d379d286fa8a3a2ced338a1a5bde
Clement DAVID [Tue, 12 Feb 2019 10:27:31 +0000]
Newsfeed: use async DNS resolution and News fetch
On laggy DNS resolution, Scilab had a laggy startup. This commit
delegate the openConnection and News fetching to a SwingWorker thread
which will free the EDT (main Scilab UI) to do its rendering job.
Change-Id: Ibae3db48abcfa3083e0ab2bd0ae8f1573d6da650
Adeline CARNIS [Tue, 12 Feb 2019 10:42:25 +0000]
[randlib] update messages in grand
Change-Id: Ia0903baa51cd638f3e3d4d72d55c485c94d91865
Samuel GOUGEON [Tue, 12 Feb 2019 05:20:20 +0000]
varargout is now list() by default
http://bugzilla.scilab.org/1805
CHANGES updated @ https://codereview.scilab.org/20827
Change-Id: I206c350371f7c91d43c5d7d1de40454da148f364
Antoine ELIAS [Mon, 11 Feb 2019 13:42:54 +0000]
update version to 6.0.2
Change-Id: I8b6f8f24ab8d38395bbd0e698e4cd2bfc961d3cf
Clément DAVID [Mon, 11 Feb 2019 21:35:40 +0000]
linux: fix desktop startup
Change-Id: I348faf679ba4efd9c89cd1076ae0039811ff6755
Clément DAVID [Mon, 11 Feb 2019 22:09:04 +0000]
merge origin/6.0 into master
Change-Id: I61aa867c78a95fc3265eade726c4e9c7fd2c21d0
Clément DAVID [Mon, 11 Feb 2019 16:48:10 +0000]
linux: fix static libgfortran / libstdc++ check
Change-Id: I9cef4b323c7bf0ee77dc40b8a285151aa22e4f98
Antoine ELIAS [Sun, 10 Feb 2019 08:45:43 +0000]
update some tests
Change-Id: Iecd65b557744ecaaa194df6fde4eb192b7579df7
Samuel GOUGEON [Wed, 6 Feb 2019 00:46:47 +0000]
Update tests header: 4012 (del) 4084 4807 6558 8046 15746
4012: the session header is now the date
http://bugzilla.scilab.org/4012
Change-Id: Ied605b1c7a6f6a55c4d68361f0157fbe3a158bc1
Antoine ELIAS [Sat, 9 Feb 2019 14:40:18 +0000]
Revert "localization: update POT and dispatch PO files"
This reverts commit
a1174d8713f73e5ad92cbc2f6ac61cdf9917e9b7.
Change-Id: I2bd37ba7b16a0021927de0caf2ff0c80ae4c7597
Antoine ELIAS [Fri, 8 Feb 2019 22:01:45 +0000]
read: fix wrong length propagation
Change-Id: Ie343a830318f837c208d26a3117c6a6e78848937
Samuel GOUGEON [Fri, 8 Feb 2019 02:46:34 +0000]
[development_tools] update bug_10119.tst
Change-Id: Ibbd17e5a4e5e8835b3cf8bbd101304092f5f6d79
Samuel GOUGEON [Wed, 6 Feb 2019 01:25:31 +0000]
[gui] update some tests
Change-Id: Iaf72a7f82f7570c5c3ec98f9e971ab5a03cc78d7
Cedric Delamarre [Mon, 4 Feb 2019 16:08:38 +0000]
interactive test tag removed
Change-Id: I92281c84fc72c23b101e438db53f5b9f29161a24
Cedric Delamarre [Thu, 7 Feb 2019 11:00:48 +0000]
[MPI] warning compilation and tests fixed
Change-Id: I59a571adeadf734a5a00a9193454fadf73069069
Samuel GOUGEON [Tue, 5 Feb 2019 18:22:27 +0000]
* Bug 15259: complementary fix
http://bugzilla.scilab.org/15259
Change-Id: If5fc5d96f018f8ef29d296c260c91fde2ab8e511
Clément DAVID [Thu, 7 Feb 2019 16:52:29 +0000]
Scicos: fix SIGSEGV and memleaks after
62afc99d
Change-Id: I43a7368253e5cd46ee16bce227b6321234f46f74
Clement DAVID [Fri, 8 Feb 2019 07:04:02 +0000]
Xcos: fix defaultButton on setup dialog
Change-Id: Ia767d750c264ba7c33c130b22d9c0a4936b4fed4
Clement DAVID [Fri, 8 Feb 2019 06:34:54 +0000]
Xcos: fix crash on block parameter change #2
After eca8e3d, on windows x64 Release build, Xcos keep crashing on block
update listener. Wrapping the (uid, kind) object into an owned
ScicosObjectOwner Java object will delegate the
referenceObject/deleteObject to the Java GC and will discard Java
statements reordering (thus the crash).
Change-Id: I979a324788265e32b60e75ad1ca60836d8e581aa
Samuel GOUGEON [Tue, 5 Feb 2019 02:55:29 +0000]
[m2sci][doc] + subsection internals
Change-Id: Ie7f83a1804adc4887ad316357b18178713d3e669
Samuel GOUGEON [Mon, 4 Feb 2019 17:30:32 +0000]
[m2sci] fix ~ all .dia.ref diff. & bug_682 925 1003 1082 1124 2341 2395
https://codereview.scilab.org/20041 was wrongly canceled by
https://codereview.scilab.org/20525
Reopened: 699, 750, 853, 859, 946, 979, 1149, 1262, 1662, 2428
Change-Id: I7243db64748820ce79efaa291ad4855671ff9b85
Clément DAVID [Wed, 6 Feb 2019 07:13:26 +0000]
Scicos tests: add scicos_simulate/sciblk2/sciblk4 memleak tests
Change-Id: Ia76d76463b681c8827eac725cf6eaf950ac6cdb9
Clément DAVID [Fri, 1 Feb 2019 17:17:35 +0000]
Xcos: fix memleak on MVC objects after
238f0650
Change-Id: I750dde7f03da59b0fdf8e74f3bb4421e577a33d2
Clément DAVID [Thu, 7 Feb 2019 09:45:24 +0000]
Scicos: fix programmation typo that invalidate some behaviors
These two change have been detected while investigating the tests ; on
clone, there should not be any FAILED reported by the LoggerView. If a
FAILED is reported it means that the clone might not be completed
successfully and the FAILED property had not been set correctly.
Change-Id: I622f7ee0f6bdc1e8ce78d76aea4155d83ddb4ec9