Clément DAVID [Mon, 29 Feb 2016 17:02:38 +0000]
Elementary function: move ndgrid to the right place after
6ad9efdc
Change-Id: I17c3cf3e86c29520d5d4805fbb05c83c76dad9b9
Francois Granade [Tue, 1 Mar 2016 15:43:47 +0000]
Cosmetic: removed dupllicate code in atoms
Tests still all passing
Change-Id: I4ce99bba2fbc26bb61aaea8c29921ad88234a984
Francois Granade [Wed, 2 Mar 2016 14:51:05 +0000]
Better doc for toolboxes, removed the unused DESCRIPTION-FUNCTIONS
See also https://wiki.scilab.org/ATOMS#ATOMS_for_developers ,
and the recent commits to git@git.forge.scilab.org:atomscc.git ("rewrite" branch)
Once merged, need to be zipped and uploaded to http://atoms.scilab.org/toolboxes/toolbox_skeleton/
(or maybe we should **remove** the release 6 from atoms.scilab.org ? never good to have things in two places...)
Change-Id: I664b77da71cf6fce8081b261c035e4d3e35ef1e8
Pierre-Aime Agnel [Wed, 24 Feb 2016 14:11:07 +0000]
* Bug #14423 fixed - bench_run did not have a return value, export file was not configurable
* Bug #9456 fixed - bench_run did not work on a path or in a toolbox
* Bug #13869 fixed - bench_run with option nb_run=10 did not override the NB RUN tags
Change-Id: Ic00a11e5f0aae492faadac857629f4df192ea6f1
Clément DAVID [Tue, 16 Feb 2016 07:26:05 +0000]
Fix some easy to fix warnings
The goal is to pass : make CXXFLAGS='-Wall -Werror' but some options are
still valid :
-Wno-sign-compare : to allow comparing vector.size() and int
-Wno-unused-parameter : to implement an API with ease
Change-Id: I9bb93dcb5d7754774745a9eca7cfa89afa039693
Samuel GOUGEON [Tue, 23 Feb 2016 09:25:04 +0000]
* Bug #14025 fixed - Extend ndgrid() to any homogeneous data type
booleans, integers, polynomials, rationals, strings, [] are managed.
Change-Id: I6b49b3a1cdec730bf89d8fa991bc7f718fbc79f1
Clément DAVID [Mon, 29 Feb 2016 12:42:37 +0000]
Xcos: fix the build after
a00f9a31
Change-Id: I79fd0524083113390ec7421006ef1ff2589b815c
Cedric Delamarre [Mon, 29 Feb 2016 10:33:25 +0000]
[bug_14433] atanh fixed about double free
test_run elementary_functions bug_14433
test_run elementary_functions bug_14433 mode_nwni_profiling
Change-Id: I3420b67dd9c32e7cc731e208a6b072b1d581a094
Paul Bignier [Fri, 26 Feb 2016 12:57:30 +0000]
Helptools: add coverage
Change-Id: I512dfa834d342c9e816f0564eedeb08c950761d7
Clément DAVID [Sun, 7 Feb 2016 22:43:39 +0000]
JavaHelp viewer: upgrade to Java8 and fix possible NPE
Change-Id: Ib5da9811687dfd2df73f0913e17791b850b6d4d2
Clément DAVID [Tue, 9 Feb 2016 13:50:55 +0000]
Types: remove a warning about an unused internal helper method
Change-Id: I55ae7c458f7ba90535f6b43187d146946c0a2502
Clément DAVID [Fri, 19 Feb 2016 14:13:59 +0000]
Coverage: add documentation
Change-Id: Ibb1f7e1d31c5a1be522072c6225646c817cd3de7
Clément DAVID [Wed, 3 Feb 2016 16:08:19 +0000]
Linux/MacOxX: fix xcos and scinotes launchers
Change-Id: I9d10f294602f7fb82dda2cdb87d25f251e3e0a98
Clément DAVID [Tue, 26 Jan 2016 13:44:17 +0000]
Fix some GCC warnings that hide real issues
Change-Id: I23df313a97a627926e69ec855e88f318aa3f2eac
Clément DAVID [Wed, 6 Jan 2016 09:28:01 +0000]
Xcos MVC: remove multiple template instantiation
libscicos.so and libscixcos.so previously contained model access.
Change-Id: Idd1e6a1ec60e426683aa805eebcd3981caabfbd5
Antoine ELIAS [Wed, 24 Feb 2016 09:05:10 +0000]
add UT8.hxx in installer and make install
Change-Id: I89fbd2d4ca373d6759f889a3b0281c22c4c526bf
Paul Bignier [Fri, 5 Feb 2016 10:32:42 +0000]
Scicos src: fix warning
Change-Id: Ia652fa0207229f204b682eb9132d325c1dcbe408
Clément DAVID [Thu, 4 Feb 2016 16:35:47 +0000]
Analysis: fix some warnings to be strongly typed
Rationale: int64_t is supposed to by wide enough to handle dimensions but
sometimes we let the user specify dimensions as double. We have to enforce
the cast to always promote 2^53 values to 2^64 ones.
Change-Id: I8eccaabb4ab771a0dd1e957486ae74ea48dbecd8
Paul Bignier [Mon, 15 Feb 2016 09:01:10 +0000]
[Coverity 1320351] Scicos src: Check function return
Change-Id: I005a60f743c38500ff85739271d3ac881e21bb6d
Adhitya Kamakshidasan [Tue, 23 Feb 2016 06:41:09 +0000]
Comment change in Xcos.java
diagramId is of type long and cannot take null values
Change-Id: I6fe9aac0282f3d9bd949f15b611964d65183421c
Clément DAVID [Tue, 16 Feb 2016 07:57:12 +0000]
Indent all C/C++ files
Change-Id: Ifcd0a4796fe89d2c3f688b2b8253e94483cafae3
Clément DAVID [Wed, 10 Feb 2016 10:15:57 +0000]
Localization: also localize demos and tests
THe update script has been updated to add the missing directories.
Change-Id: Ic500a061918d16d72a87fe7302c69faf64f39797
Simon Marchetto [Wed, 10 Feb 2016 09:11:45 +0000]
ui_data: move newsfeed image to the top
Change-Id: I328a9a08bc02a31d137d56244017f91d62004585
Pierre-Aime Agnel [Tue, 9 Feb 2016 09:36:20 +0000]
Corrections on the homepages
Change-Id: I72a8561875020a33d583d7b37f96e1beba01f0a4
Clément DAVID [Tue, 9 Feb 2016 10:45:17 +0000]
Regenerate dia.ref after indentation hook
Change-Id: Ic0ff72fb43a33d5c5c7e6097cb3aa7e6b2ccf61e
Clément DAVID [Tue, 9 Feb 2016 10:25:17 +0000]
Fix tests after
3f9d15da
Change-Id: I5837fb142aa22fc833911710f26a0cc21cae5a33
Antoine ELIAS [Tue, 9 Feb 2016 09:54:23 +0000]
replace arrow character in demo_gui
Change-Id: Ibde3e04d30f8fef4342dfe7dc2b3325a69cde8a0
Cedric Delamarre [Tue, 9 Feb 2016 09:28:50 +0000]
operation + [] fixed in demo gui.
Change-Id: I9fa1580a58f4f98e215bea396f6b54e0c718afa5
Cedric Delamarre [Tue, 9 Feb 2016 08:57:14 +0000]
switch console startup message from alpha to beta.
Change-Id: Ibfa37b960f729f6aa6f91f8f65343e326ad5dd89
Clément DAVID [Tue, 9 Feb 2016 08:50:57 +0000]
AboutDialog: resize image to the previous size
Change-Id: I347b1ebf9ee23ce38f0e4683c2883a5d2f1883fc
Francois Granade [Mon, 8 Feb 2016 19:40:41 +0000]
New license in the about dialog
Change-Id: Ibf47f25ef97a204382f3249afe5e629809d0922b
Antoine ELIAS [Sat, 6 Feb 2016 13:25:28 +0000]
fix trouble in ilib_build functions on detection of DEBUG mode under Windows
Change-Id: I638fa4a6e8f7e34fe4c4d4ff784f5fceaf7cc845
Simon Marchetto [Fri, 5 Feb 2016 15:44:11 +0000]
ui_data: remove newsfeed printStackTrace
Change-Id: I233158e7be2f10acb4b45002936be6ea1c4bc7a5
Simon Marchetto [Fri, 5 Feb 2016 15:17:30 +0000]
uidate: fix newsfeed images
Change-Id: I3402ba3a16492ff0366463d23d246f41b7b97fc8
Clément DAVID [Fri, 5 Feb 2016 13:56:40 +0000]
Newsfeed: keep the first lines visible on previous/next
Tip: moving the caret to from the end to the beginning will move the
viewport as the caret position is always visible.
Change-Id: If8d3cfb7a5a4587ce03dedd1a1777a468f673704
Francois Granade [Sun, 7 Feb 2016 12:25:57 +0000]
New, better change log and what's new for the 6.0.0 beta 1
Change-Id: I88f2c545a78a524b7b4cd34a7ac8be66d180f408
Antoine ELIAS [Fri, 5 Feb 2016 10:57:53 +0000]
fix free on shell interaction
Change-Id: Ie5ce53dbbebbf0eb5c4ccc4022b671591afe2347
Antoine ELIAS [Thu, 4 Feb 2016 15:44:34 +0000]
bug 14348: replug shell interaction on Windows
Change-Id: I4824dd7fb0df9d1342b4b31f536e8d6d30beac5f
Clément DAVID [Thu, 4 Feb 2016 15:21:24 +0000]
Newsfeed: fix a NoSuchElementException
Change-Id: I7ddf802f8f9809ba960923e5ecaf68475e7d7143
Clément DAVID [Thu, 4 Feb 2016 14:31:16 +0000]
Newsfeed: use a Java header for RSS title
Due to the poor CSS support of the JRE HTMLEditorKit the use of Swing
components is preferred.
Change-Id: I024907944f9b6579bbe365c32f7b93bf8d90d376
Cedric Delamarre [Wed, 3 Feb 2016 14:25:47 +0000]
[logspace] macro fixed about the use of ^ instead of .^
test_run elementary_functions logspace
Change-Id: I277df0b401a6919840767259ce62f663d22ba660
Simon Marchetto [Mon, 1 Feb 2016 16:50:43 +0000]
uidata: in newsfeed use also <title> when using <content>
Change-Id: I25a9ec0db1c5c5d6e27547f22760eda76b5fb4f9
Simon Marchetto [Mon, 1 Feb 2016 14:30:56 +0000]
uidata: fix newsfeed persistence issue
Change-Id: I52690429f60b1849a8d10ff2cca9e03ca9379a82
Simon Marchetto [Mon, 1 Feb 2016 14:24:46 +0000]
uidata: simplify newsfeed tab management code
Change-Id: If03b233b4c2bfd14a8b240e73b54c318f926d1c6
Cedric Delamarre [Wed, 3 Feb 2016 09:26:01 +0000]
[ast][bug_9344] test fixed about parser error.
Change-Id: Ia7e40c62a45caeacfa606435f471157365a80640
Pierre-Aime Agnel [Tue, 2 Feb 2016 17:09:15 +0000]
License Header change: Removed the LICENSE_END before beta
Change-Id: Ibd125f3f874e20ff03b2f4a604e754f53f928009
Pierre-Aime Agnel [Mon, 4 Jan 2016 13:43:46 +0000]
* Bug #13795 fixed - grep with regexp option did not match the empty string properly
Change-Id: I0997fa19cc0f8c6b39793c18c824f16147ae7100
Cedric Delamarre [Tue, 19 Jan 2016 17:45:29 +0000]
[core] tests updated or deleted
test_run core bug_1619
test_run core bug_2611
test_run core bug_414
test_run core bug_6891
test_run core bug_9659
test_run core clear
test_run core parse
test_run core scal_vect_mat
Change-Id: I84a853a06ad4f5f659f10f1a975b69499123951e
Pierre-Aime Agnel [Mon, 1 Feb 2016 16:39:26 +0000]
* Bug #9560 fixed - (1./M) was parsed as (1. / M) instead of (1 ./ M)
Change-Id: I9d63b22f0875d94a0a850229dbff8903cfd9c227
Cedric Delamarre [Tue, 2 Feb 2016 15:01:35 +0000]
[core][error] better fix after https://codereview.scilab.org/#/c/17744/
test_run core bug_10503
test_run core bug_8781
Change-Id: I72df651fd9c2ab2502ce74e53008b8ce8787cc91
Pierre-Aime Agnel [Fri, 29 Jan 2016 11:22:48 +0000]
* Bug #14303 fixed - matrix display for large number was not correctly aligned
Change-Id: I411a353ce6f5b729e639cc9efef4753ad85be82c
Clément DAVID [Tue, 2 Feb 2016 09:17:00 +0000]
Revert "GUI: use "Droid Sans" as default font"
This reverts commit
f32c2da22144c6a64793d930988859ed799be713 as the feature
is only partially implemented and does not the right fonts.
Change-Id: I6eee14e052f38744fa6e86fcb1b403d70e28a071
Samuel GOUGEON [Thu, 28 Jan 2016 15:48:51 +0000]
* Bug #13999 fixed - editor() should be modeless.
Change-Id: If1bf5d080a5819e24c7d1e8cd0c975dc984d2d21
Clément DAVID [Mon, 1 Feb 2016 13:13:15 +0000]
Xcos: add some javadoc comments and JDK8 style
Change-Id: Ie599073564217d11bf680dd06a400a1f47ade307
Clément DAVID [Thu, 7 Jan 2016 09:37:56 +0000]
GUI: use "Droid Sans" as default font
This commit only change the Java initialised components not Scilab
uicontrols. To enforce a specific font for uicontrols we should provide
a custom JVM (with a modified lib/fonts directory and a custom
fontconfig.properties.src file).
Change-Id: I2e13182b2b69e77b51ec6ffa194d5b08f4852cea
Adeline CARNIS [Mon, 1 Feb 2016 10:47:58 +0000]
* Bug #14331 fixed - lsq(A,B,%eps) crashed Scilab.
Change-Id: I3e0ba72800e325c8f2b629ae8809342c89d99edc
Simon Marchetto [Wed, 27 Jan 2016 08:40:30 +0000]
GUI: change default scilab window size
Change-Id: Ic76dc2657df43edb9df35e71af8639be07085ae3
Simon Marchetto [Mon, 25 Jan 2016 09:09:07 +0000]
newsfeed: add css to installer
Change-Id: Ifab1a3cb6a61a8c1e65a9ef563b026e32056bf7b
Cedric Delamarre [Tue, 19 Jan 2016 17:30:53 +0000]
[typename] input argument removed.
test_run core typename
Change-Id: Id5517769ac19d0345f0cd3608f476b2c6837d1ed
Cedric Delamarre [Thu, 28 Jan 2016 16:41:37 +0000]
[core][error] gateway and test fixed.
Change-Id: If665bcd84bb11fab76d5313e9d680b493c32d530
Cedric Delamarre [Fri, 29 Jan 2016 09:01:45 +0000]
[deff] third input argument removed.
Change-Id: I7f5334b3820c4061107a02a726abf2af5e00b0b4
Cedric Delamarre [Mon, 28 Sep 2015 15:21:19 +0000]
* Bug #14030 fixed - schur fixed about bad delete and error management.
Scilab also crashed with fft(a, -1) instruction (free NULL pointer)
To test : Demo > Introduction: Getting started with Scilab > Linear
Algebra
Change-Id: Id2bb46551ead178dbe2b5f60c437217adcc1c962
Cedric Delamarre [Mon, 11 Jan 2016 10:10:17 +0000]
profile/bytecode functions/doc/tests removed.
functions removed :
add_profiling
plotprofile
remove_profiling
reset_profiling
showprofile
profile
bytecodewalk
bytecode
recompilefunction
listfunctions
Change-Id: Ibdaf9b92d2a12ecd0db3ba1b17643aca2e77c37c
Clément DAVID [Fri, 29 Jan 2016 07:55:48 +0000]
Xcos ports: fix RoundBlock inputs position
Change-Id: I8515f6f2be776a72b9fddb38f020988853c760c0
Cedric Delamarre [Wed, 6 Jan 2016 15:51:44 +0000]
scilabRead management
* scilabRead is only called by the console thread.
* step by step mode and mscanf does not call scilabread anymore.
https://codereview.scilab.org/#/c/17044/
Change-Id: I218f93f4d396315f6fc0c2bb294f0b1eba30f7a7
Clément DAVID [Wed, 27 Jan 2016 16:14:16 +0000]
Xcos save: store control-points on the link geometry
Change-Id: Icc0ec4c7405b0c0b10a50f1b26c792f90daf156e
Cedric Delamarre [Mon, 11 Jan 2016 13:00:40 +0000]
test fixed about lasterror function name.
Change-Id: Id8eacf7829d104ecb0b5dafbc409652509a36d86
Pierre-Aime Agnel [Sun, 24 Jan 2016 14:10:17 +0000]
Added a flag to revert to old behaviour for addition and subtraction with empty matrix
Change-Id: I9b49cb31d4ba1f353fa31a7ba43f05b001b0980e
Cedric Delamarre [Tue, 11 Aug 2015 13:13:13 +0000]
parser error message modified and bug 14039 fixed
Change-Id: I9b239415324ce5c41f45c8b21dd90ea28526a293
Cedric Delamarre [Wed, 27 Jan 2016 16:46:55 +0000]
extraction fixed.
function foo()
end
foo()(1)
who()(1)
Change-Id: Ifeaf7bee5c900711241be1d8e086f60a05e8e0ca
Cedric Delamarre [Wed, 27 Jan 2016 15:01:21 +0000]
AssignExp fixed about resume with a CallExp as left expression.
test_run core bug_1384
Change-Id: I872d3c9ea4762b18b78d2578d10bb3a3d3e4a89b
Cedric Delamarre [Thu, 28 Jan 2016 09:53:02 +0000]
Makefile.in updated after https://codereview.scilab.org/#/c/17734/
Change-Id: I8f474de73e6882bb8e044e84d797f9c7c25444da
Cedric Delamarre [Wed, 27 Jan 2016 10:44:28 +0000]
macr2tree fixed and test updated
test_run("core", ["comment", "function", "bug_1304", "bug_1619"])
Change-Id: Ic5c25994745ee2a33a83251004200e6bf0ef0abb
Cedric Delamarre [Tue, 19 Jan 2016 11:29:48 +0000]
[QR] ldivide fixed about matrix\scalar.
test_run core QR
Change-Id: I2903173adb5e0e53e6e26d985cb45d187230257a
Cedric Delamarre [Mon, 25 Jan 2016 15:54:06 +0000]
[core][calpol] Mismatched delete fixed.
test_run core calpol
test_run core calpol mode_nwni_profiling
Change-Id: I9dcb964875556e0e6a6fae45ac51ce0c5ab31940
Cedric Delamarre [Fri, 15 Jan 2016 16:18:14 +0000]
The body of executed file/macro have to be returnable.
// test bug_10139
atomsInstall apifun
atomsTest apifun
atomsRemove apifun
Change-Id: Icb46b11f2ba29c0b114decbfab32a0a42d496d76
Cedric Delamarre [Tue, 26 Jan 2016 17:59:58 +0000]
global variable management fixed.
test_run core bug_11953
test_run core bug_169
test_run core bug_1955
test_run core bug_2139
test_run core bug_8531
test_run core bug_9523
Change-Id: Ida0c8196976733be9859a90598cf1f578feaee67
Paul Bignier [Thu, 28 Jan 2016 09:13:31 +0000]
Scicos src: fix gcc compilation warnings
Change-Id: I121c32f063a3b05b2d7af99085788440b6a5c966
Francois Granade [Wed, 27 Jan 2016 19:01:08 +0000]
specific path for 10.11 Mac libraries
Not sure it'll be used
Change-Id: I98ae09d58ee98787984e494cead5e62c95897e25
Francois Granade [Wed, 27 Jan 2016 22:09:04 +0000]
updated copyright year
Change-Id: I0b5fcbc8de5038012f10d4e1e7248eb721659c66
Adeline CARNIS [Wed, 27 Jan 2016 13:59:58 +0000]
* Bug #14304 fixed - find(x, nmax) returned []. Non regression test added.
Change-Id: I01cfee130036bf865f77805149f5ffd69ce0e5cb
Clément DAVID [Wed, 27 Jan 2016 14:40:43 +0000]
Xcos tests: fix after
cad91838
Change-Id: Ie74dd7f2deee2e5fd58f2d0ba5f5d27abd573e07
Clément DAVID [Tue, 26 Jan 2016 16:15:10 +0000]
Xcos: report a user visible error when the interface function is not callable
Change-Id: I776102fd5fe03dce40b1dbc7115596a157668185
Vladislav TRUBKIN [Thu, 17 Apr 2014 12:08:52 +0000]
Xcos block: fix for the interface function.
Change-Id: Iba7e11e37ab6bdb297b8b4c80683ae364f110ddc
Adeline CARNIS [Wed, 27 Jan 2016 14:43:20 +0000]
* Bug #14247 fixed - sqrt did not work on hypermatrices. Non regression test added.
Change-Id: Ia622ab88abf15d2613937afcd7c67a545349529f
Francois Granade [Thu, 28 Jan 2016 07:29:34 +0000]
Fixed the build following license changes
Change-Id: Ifa6addf09b5df72d5576664aad2b9f1255962216
Pierre-Aime Agnel [Wed, 27 Jan 2016 09:54:09 +0000]
GPL + CeCILL Header change
including COPYING file and other license files
Command below show non processed files
find . -type f -exec grep --files-without-match "=== LICENSE_END ===" {} /dev/null \; | xargs grep -li "cecill"
Change-Id: I0ce11528800e320d496ce18df15ed9e9042e958e
Pierre-Aimé Agnel [Wed, 13 Jan 2016 15:39:43 +0000]
* Bug #14316 fixed - Operation scalar^matrix was identical to scalar.^matrix instead of being expm( log(scalar) * matrix )
Change-Id: Ie497c0effe3559eec686cb3b8edc9ea93fd15d1d
Antoine ELIAS [Fri, 22 Jan 2016 15:29:59 +0000]
change order of tasks during scilab stop
-> exec scilab.quit.
-> exec modules.quit.
-> close scopes (macros and gateways).
-> unload dynamic libraries.
Change-Id: I1f9946b70e81ada38741606d8fccd6cb7b1f6438
Antoine ELIAS [Tue, 26 Jan 2016 17:18:07 +0000]
Windows installer: add missing lib files in scicos_blocks
Change-Id: Idbe3c6d11ca0ce0692260aa8910784a818a5cb90
Pierre-Aime Agnel [Tue, 19 Jan 2016 15:35:26 +0000]
Improved test_run to fail when a test generates an error on create_ref or no_check_ref
Change-Id: I64dc914e6e46148ce83c6683466a517dd71f9f27
Cedric Delamarre [Fri, 15 Jan 2016 17:14:45 +0000]
[Atoms] interactiv tests updated.
Change-Id: I00336d91bf4bc3c14e0a949abb7b4745327d4c5b
Clément DAVID [Mon, 25 Jan 2016 14:06:26 +0000]
Update localization
Change-Id: I7218419ffcf2f1ba40c7b4ca8009402ce92e0408
Francois Granade [Sun, 24 Jan 2016 18:20:56 +0000]
Add the newsfeed files to the build
Change-Id: I9622682223c1e3d556db0eda4b67c3b5ed4cec0f
Francois Granade [Sat, 23 Jan 2016 13:45:19 +0000]
Allow building on 10.11 El Capitan
Change-Id: I6dc80d58914d5ca5569243d71ed14b59eb5fc098
Clément DAVID [Fri, 22 Jan 2016 11:30:42 +0000]
Help ja_JP: fix duplicated xml:id after
f26e5021
Change-Id: I0f4e097ba3b73c5944f89eb04fc7d5c022cba69d
Cedric Delamarre [Thu, 21 Jan 2016 17:47:31 +0000]
dead lock fixed when the parser fails to open file
Change-Id: Ib3a9aef35d914ecb413797a821cf05f3922267ee
Antoine ELIAS [Fri, 22 Jan 2016 10:56:39 +0000]
do not change legacy API prototype !
Change-Id: I69ceb433bee1b79d9681110ab9bfa9f8f2a9992d
Antoine ELIAS [Wed, 20 Jan 2016 12:59:37 +0000]
call_scilab need good information about library path on Windows
Change-Id: I784902698380fa5347134ddb4191639bbd31caf0
Francois Granade [Thu, 21 Jan 2016 17:16:38 +0000]
Fixed merge mistake in previous commit
we don't support MacOS <= 10.8.3 anymore
Change-Id: I7736cee10b0ec594465c97411f27e94935acf5d7