Antoine ELIAS [Wed, 23 Sep 2015 15:51:34 +0000]
bug #14149: fix h5read hypermatrix dimensions issue
Change-Id: I5f4cebdd2790e3a91f0e816ebc7307a4870f7490
Calixte DENIZET [Wed, 23 Sep 2015 14:53:00 +0000]
Analysis: infer when a refcount is required and add colors in DebugVisitor
Change-Id: Ia34946b02bc3758ff35a7f523789b459c8cad2f3
Paul Bignier [Wed, 23 Sep 2015 08:50:36 +0000]
Xcos GUI: fix Simulation->Setup->OK button
Change-Id: Ie572258297bba86214f6e443b941419f9c5d4126
Antoine ELIAS [Wed, 23 Sep 2015 10:25:30 +0000]
bug #14144 and #12928 : %nan, %inf in intXX() functions and crash on int64(2^63)
Change-Id: I27905752ed9568ad022b21f5e82b34b7a1f931e7
Clément DAVID [Tue, 1 Sep 2015 15:21:05 +0000]
Scicos: fix some invalid access
Change-Id: Ibad804a14138497fc20cf96788589eb415e2a658
Paul Bignier [Tue, 22 Sep 2015 13:34:07 +0000]
Xcos MVC: add the 'style' field to an Annotation
Change-Id: I2c333e155b4f2ce6f2c8e4a93132f987218913ca
Antoine ELIAS [Tue, 22 Sep 2015 10:33:50 +0000]
add management of VS 2015 in dynamic_link
Change-Id: I82de6da721698cfbcfc61ce450e558f0fdec8eba
Antoine ELIAS [Tue, 22 Sep 2015 08:25:43 +0000]
let VS configure its environment
Change-Id: Ie4d70fa1df3fe9b237cee93892bc77fbb03d5207
Clément DAVID [Fri, 18 Sep 2015 11:21:58 +0000]
Xcos: create an ANNOTATION works
Change-Id: I3553cdd3afd5410f76eeef1115c7b532d37fc828
Paul Bignier [Tue, 22 Sep 2015 07:59:42 +0000]
Xcos MVC: minor fix to specify long long constant
Change-Id: I687365235ab4f63dc60057f48bba8d8e27904067
Paul Bignier [Tue, 22 Sep 2015 07:46:23 +0000]
Xcos MVC: minor fixes in error messages
Change-Id: I79629375407732e680bb7bfbad44770d680ca5e1
Calixte DENIZET [Mon, 21 Sep 2015 09:52:48 +0000]
DebugV: fix function names in DebugVisitor
Change-Id: I594928f9e35c58ba906951f0d5908882d9aca829
Calixte DENIZET [Fri, 18 Sep 2015 15:34:15 +0000]
Analysis: add info to delete useless data
Change-Id: Ie7027bb1b65ec6cb3ee3387dac51826346914698
Antoine ELIAS [Thu, 17 Sep 2015 15:22:30 +0000]
improve find performance is case of one output argument
a = rand(3000,3000);
tic();find(a>0.5);toc
6.0.0 alpha1 around 0.350 second
after path : < 0.100 second
Change-Id: I83e01862134320dd0f22753590105c66ec31620d
Antoine ELIAS [Fri, 18 Sep 2015 09:34:37 +0000]
fix sci_clearfun after
8b58e9ef commit
Change-Id: I5fdd0d9b43488e5ae829e9748f6d10392e3442e7
Clément DAVID [Tue, 15 Sep 2015 15:28:29 +0000]
Xcos: workaround zcos doc generation
Change-Id: I57a317781a6152462eb4673eb7edff5d31bab7c1
Simon Marchetto [Thu, 10 Sep 2015 09:26:51 +0000]
* Bug #14150 fixed : The Windows SDK is not found on Windows 8.1
Change-Id: I1915b702a4aecc6843772c468f65182d6c9269e8
Antoine ELIAS [Wed, 16 Sep 2015 15:12:20 +0000]
std::wstring as parameter must be const & when is possible
remove using namespace ast/types/std and use :: instead of.
Change-Id: Id5033cd35c3e82176e5f4d43268370f75659a3d1
Antoine ELIAS [Mon, 14 Sep 2015 10:31:53 +0000]
remove getFullFilename from output_stream and use one in fileio
Change-Id: I51974b4a8346315f7a995cdd287c9ecaa07f5bb7
Calixte DENIZET [Wed, 16 Sep 2015 08:39:25 +0000]
Analysis: fix bugs (one in mangling & one with tempId associated to zeros)
Change-Id: I25139288bbe446f22054e571748aeb10c5bc1285
Calixte DENIZET [Tue, 15 Sep 2015 10:06:44 +0000]
Analysis: fix bug in OperAnalyzer
Change-Id: Ia7dbef22ff5d3ead46c1fa81a7ef212592c4b970
Calixte DENIZET [Mon, 14 Sep 2015 17:29:09 +0000]
FileBrowser: fix issue when two cd are made
Change-Id: Ib71b14786bdffc8c4d13fb40ca9fbfb98b3a0291
Adeline CARNIS [Mon, 14 Sep 2015 10:26:58 +0000]
%s*eye()-A where A is a matrix of doubles produces an error. So eye() is replaced by eye(m,n).
Change-Id: Id3ae8dcb7e6e02f7f4fd253d98702d4179966e6a
Clément DAVID [Mon, 14 Sep 2015 06:53:32 +0000]
Xcos: fix a memleak merge issue
Change-Id: Id31253332a116dcdb1246bfe49fe259e711652d1
Clément DAVID [Thu, 3 Sep 2015 16:39:56 +0000]
Xcos: fix some typo after f6b07c
Change-Id: I09c87dd757e33ab30c58a0075a93642ad6d1e4da
Cedric Delamarre [Tue, 8 Sep 2015 15:39:12 +0000]
[polynomials] memleak and invalid read/write
Change-Id: Ic62a312cc7c38d504da5f8390ed0502b5d8e2927
Cedric Delamarre [Tue, 8 Sep 2015 07:54:52 +0000]
mprintf fixed about new line
mprintf("test"+ascii(10)+"end")
mprintf("test\nend")
Change-Id: I9a5610e1c6666898891d482ab88adac1bdbdfa8b
Cedric Delamarre [Mon, 7 Sep 2015 08:09:21 +0000]
[io] memleak fixed
// bug_2389 fail, there is a memleak because
// we do not perform ludel
test_run("io", [], "mode_nwni_profiling")
Change-Id: I6aaf8c1cb1d38df8ac64596f35145c4950a747b9
Cedric Delamarre [Fri, 4 Sep 2015 10:16:02 +0000]
genlib updated about 4th argument
* bug_12593 updated.
* bug_9059 updated.
* -quit added to make macros.
* genlib return an error if the 4th output argument is given.
test_run functions bug_12593
Change-Id: Ib620c08007b773df920ce3ee424db2e0e0c43dd1
Calixte DENIZET [Fri, 11 Sep 2015 17:53:17 +0000]
Analysis: fix few memleaks found with Valgrind
Change-Id: Ie218c929ef2ebfc9bbff2ea094ccdb6575e93f1c
Calixte DENIZET [Fri, 11 Sep 2015 17:30:03 +0000]
Analysis: fix bugs found with Coverity
Change-Id: I66eb04dc5bef4a1f12e5e9e19f76b4ef2a7fc1af
Calixte DENIZET [Fri, 11 Sep 2015 16:52:28 +0000]
Analysis: fix bug in listexp when in a vardec
Change-Id: I438862f0141f3bff36494c2cc6cd7e751d08687c
Calixte DENIZET [Thu, 10 Sep 2015 16:37:01 +0000]
Analysis: fix bug in listexp analysis
Change-Id: Ic97e231ebf88a83aac32b060b2c90806c3d02a48
Paul Bignier [Fri, 11 Sep 2015 09:42:38 +0000]
Core: fix Linux compilation
Change-Id: Icd764cce5f19cb43b289ed23507f430b7366ebe4
Cedric Delamarre [Fri, 4 Sep 2015 12:27:44 +0000]
loadlib fixed about path file
test_run functions bug_6549
test_run functions bug_6550
Change-Id: I1e3ca8052e0eaee63795b7d435c8e0a72bca9bcf
Cedric Delamarre [Fri, 4 Sep 2015 07:31:52 +0000]
memleak fixed in functions module.
Change-Id: Ic75d2b9bc110a2581ecf4e67bc7fa6337693843f
Clément DAVID [Thu, 10 Sep 2015 07:22:22 +0000]
Xcos: first version using the MVC
No more no less than before : just instantiate a diagram.
Change-Id: Ib435a5b7027e73c88cebd3761546f47746c275b4
Clément DAVID [Thu, 10 Sep 2015 09:10:28 +0000]
Java: enable Java 8 features
For more information, see :
* http://docs.oracle.com/javase/7/docs/technotes/guides/language/enhancements.html#javase7
* http://docs.oracle.com/javase/8/docs/technotes/guides/language/enhancements.html#javase8
Change-Id: I2240829500915a286a7efc6597fe61f70175eac3
Paul Bignier [Tue, 9 Jun 2015 07:35:46 +0000]
Xcos gateways: rewrite sci_Xcos to Scilab 6 API
* Allowed to pass Scicos objects (UserType) to xcos()
Change-Id: I1ccda0d7b2ab8e1a23ec9ad2483ebbec30d257e5
Antoine ELIAS [Thu, 10 Sep 2015 15:21:28 +0000]
limit windows.h inclusion to avoid definition of macros min/max
Change-Id: Ib3b3ca7d15582846d0fdee6553ce366cddef65dc
Calixte DENIZET [Wed, 9 Sep 2015 12:09:54 +0000]
Analysis: forgot file
Change-Id: I372ea0b11cd50caf2d10496700bd257f777e50c2
Calixte DENIZET [Wed, 9 Sep 2015 08:47:08 +0000]
Analysis: move code
Change-Id: I61bdcf24633f4a30c5245ed5286f35c4cb6c4042
Calixte DENIZET [Tue, 8 Sep 2015 16:59:52 +0000]
Decrease dependency level with ast modules
Change-Id: I5957dfdc72073d421ae268499ab5423bf03f2865
Cedric Delamarre [Tue, 8 Sep 2015 17:45:50 +0000]
Linux compilation fixed
Change-Id: I9f1128e56f91b146f3d1dfaed140739a424917f3
Antoine ELIAS [Tue, 8 Sep 2015 15:00:12 +0000]
bug 13890 : fix macro getd, avoid use of stack order
Change-Id: I63085fb9b76433e8e336b5947662d425806f2a5a
Calixte DENIZET [Tue, 8 Sep 2015 11:51:14 +0000]
Analysis: fix bugs & add a loop analyzer
Change-Id: Iefe5e7075e8c1013fec3372d9b38475db0224073
Adeline CARNIS [Thu, 3 Sep 2015 12:14:56 +0000]
cumprod(%i+%s) crashed Scilab.
Change-Id: I686c94716393db2a4e61902747b2711957cc6cf6
John GLIKSBERG [Fri, 4 Sep 2015 16:14:19 +0000]
re-enable test_run for Atoms modules
Change-Id: Ib45fa328f87fb8e4578411a12754124e55e8d830
Antoine ELIAS [Mon, 7 Sep 2015 10:14:43 +0000]
api_scilab: printError must free msgs but not error number
test_run arnoldi eigs
Change-Id: I323293fc82d955f64a55e5415bb2dd83909f4e26
Calixte DENIZET [Wed, 29 Jul 2015 13:20:27 +0000]
Analysis: try to restore it !
Change-Id: I1576c2464d84ea457b5e05840dd275f710ba25b0
Antoine ELIAS [Mon, 7 Sep 2015 07:37:43 +0000]
fix umf_luget test to be consistent
Change-Id: Iea4f914d8a7f950df0822158de101c217ca338c6
Charlotte HECQUET [Wed, 2 Sep 2015 14:14:53 +0000]
* Bug #14038 fixed - Encoded integers were no longer accepted for list extraction.
Change-Id: Id2c3af749258a548597071222fb8e4c10deb6672
Marcos CARDINOT [Sun, 23 Aug 2015 08:46:11 +0000]
* Bug #13907 fixed - avoids the gray background on the right panel of the palette Browser
This patch modifies the FlowLayout in order to always fill up the whole panel.
Change-Id: I628455516073b78ea10e1d3c0422a49da0fc03d9
Antoine ELIAS [Thu, 3 Sep 2015 15:44:28 +0000]
copy of axes must create a new axes
Change-Id: I270f4b7f5ba1560edc47474b1159b5a4cf37289a
Calixte DENIZET [Wed, 2 Sep 2015 14:35:22 +0000]
Lexer: transfer error to parser
put in file :
function t1
t="test'
endfunction
then exec file, the 2nd error about "unexpected end of line" must not appear.
Change-Id: I2d5a3b3af65ddc2d8b7be23612b066baf2e06a7f
Charlotte HECQUET [Mon, 31 Aug 2015 06:47:18 +0000]
* Bug #14107 fixed - lstcat of a string and a list did not produce consistent results.
Change-Id: Ibdfe6281913bb546a308cc0f26dc299225872695
Clément DAVID [Fri, 4 Sep 2015 08:17:29 +0000]
Scicos startup: force the load of scicos_scicoslib at startup
Change-Id: I86d4e55a745a258215b4618ad4b855fdd296c5c1
Marcos CARDINOT [Wed, 29 Jul 2015 18:22:00 +0000]
* Bug #13942 fixed - tree is not resized when expanded/collapsed
- implements a tree expand listener
Change-Id: I4e89374eefbe0f0cc15007a6886d001b2f57f5e1
Cedric Delamarre [Wed, 2 Sep 2015 12:11:59 +0000]
Remove useless rules and warnings at bison execution.
Change-Id: I51b8412db12a5dad21379261c84d7c7dcb77482c
Calixte DENIZET [Wed, 2 Sep 2015 10:17:46 +0000]
Lexer: fix memleaks
Change-Id: I119b33bf74e4e162911a6f2ace2caabccf0ad3bb
Calixte DENIZET [Sun, 30 Aug 2015 13:54:09 +0000]
Parser: remove memleaks on parsing errors
Change-Id: I9c7224407a11d07c840693229ce8d8db8c8cc00d
Antoine ELIAS [Tue, 1 Sep 2015 14:09:07 +0000]
fix api_scilab memleaks
Change-Id: I989c2d3ecfab0264c63e5919a9239a9e7448374f
Clément DAVID [Tue, 1 Sep 2015 12:08:43 +0000]
Scicos, Xcos: fix some Coverity issues
Change-Id: I00554a23d9c839a7f095d71481b9e9ef16f0de9e
Antoine ELIAS [Fri, 28 Aug 2015 14:16:14 +0000]
free string after use in localization module
Change-Id: Iacf984e4196a1a4124f80d7a090ec58668801b9d
Charlotte HECQUET [Mon, 31 Aug 2015 09:42:17 +0000]
* Bug #14082 fixed - m=1; m()=1; made Scilab crash.
Change-Id: Icfdc18ec79e51ca7d58caacbd0d8227322329cae
Cedric Delamarre [Mon, 31 Aug 2015 10:33:57 +0000]
test_run fixed about variable LANG and profiling.
// a test with ENGLISH IMPOSED inside.
test_run ast library mode_nwni_profiling
Change-Id: Ied5063da2300d3eaa597efda1a35106858904fc7
Cedric Delamarre [Mon, 31 Aug 2015 10:36:07 +0000]
invalid read and memleak fixed
Change-Id: Iac2914d6f5cfbc1df7c68d4944623d4adc1d68aa
Clément DAVID [Mon, 31 Aug 2015 08:13:53 +0000]
data_structure: memleak while accessing a field
Change-Id: Ic04d5d29f3d6af733ef557aa10ace7d7029d6dfa
Clément DAVID [Fri, 28 Aug 2015 08:39:34 +0000]
Startup: do not check glxinfo on "nwni"
This will speed up the Scilab startup under an heavy-loaded system.
Change-Id: Ieed3191bddce79c802d61f64a3e1427d5a450c12
Cedric Delamarre [Fri, 28 Aug 2015 14:18:05 +0000]
CLI SHELL MODE missing
Change-Id: Ic0d12fdfac9d15c990d9eb89730bceaf59cd1e9c
Clément DAVID [Fri, 28 Aug 2015 13:45:24 +0000]
commons: always free returned C-style strings
Change-Id: If7960720a3110baadd11efdb9064f6203d79f703
Antoine ELIAS [Fri, 28 Aug 2015 10:46:32 +0000]
fix ref count in symbol::Libraries
Change-Id: Ie9055491150d9e7e3ad289cb0f35b018a52ac053
John GLIKSBERG [Wed, 19 Aug 2015 09:36:21 +0000]
mfprintf: implicit loop over column vectors now prints a new line after each iteration (like mprintf, etc)
Change-Id: I49b341884350e211fc55533c7107dd7f23fd8cc8
Antoine ELIAS [Tue, 25 Aug 2015 15:08:52 +0000]
replug csvIsnum on isnum
Change-Id: Iba8b469a9ab8d387514a712cd10c09d95262e631
Antoine ELIAS [Tue, 25 Aug 2015 13:50:02 +0000]
fix development_tools tests
Change-Id: I2fadd628ea37660f635f20fc6d515c6de6d9c696
Cedric Delamarre [Fri, 28 Aug 2015 12:31:03 +0000]
fix non close file after call of exec
Change-Id: I62bc9d8fd39746b002642de59dd4ceae3c069929
Charlotte HECQUET [Fri, 28 Aug 2015 08:47:33 +0000]
* Bug #14023 fixed - It was not possible to concatenate cells.
Change-Id: Ib66fd783b022bdd569c311bd8a256480d06bc9ec
Antoine ELIAS [Thu, 27 Aug 2015 09:53:54 +0000]
add "CLI SHELL MODE" in all tests that do not have :
- "XCOS TEST"
- "CLI SHELL MODE"
- "JVM NOT MANDATORY"
- "TEST WITH GRAPHIC"
- "INTERACTIVE TEST"
use "mode_nwni" or "mode_nwni_profiling" in test_run will skipped tests without "CLI SHELL MODE".
+ fix some refs
command to update script :
sed -i "1i// <-- CLI SHELL MODE -->" $(grep -L "<-- XCOS TEST -->" $(grep -L "<-- CLI SHELL MODE -->" $(grep -L "<-- JVM NOT MANDATORY -->" $(grep -L "<-- TEST WITH GRAPHIC -->" $(find . -name *.tst)))))
Change-Id: I15a5b6c2bf7f9e23f160ec6f797b128d63dcc105
Cedric Delamarre [Fri, 28 Aug 2015 08:23:46 +0000]
boolean display fixed
test_run core display
Change-Id: Ife9027011bae4e5f5957a6b6172aaa27cb78a3ab
Cedric Delamarre [Thu, 27 Aug 2015 16:41:36 +0000]
insertion fixed when error occured.
// "a" must not exist after error
a{} = 1
clear a;
a.b() = 1
Change-Id: I92f679f5f42b9012ec6ed84bcbd6a225bf5e6db8
Clément DAVID [Tue, 25 Aug 2015 13:01:21 +0000]
AST tests: extract graphics dependant tests
Change-Id: If9de00ca5b9b6031b0d159326fcb5b4b8ee9fc61
Cedric Delamarre [Thu, 20 Aug 2015 08:18:41 +0000]
* Bug #14093 fixed - atanh returns NaN for values with an absolute value greater than 1
test_run elementary_functions bug_14093
Change-Id: I8d78ffdf02b65be0a7ff0104371abd4ab555e67a
Cedric Delamarre [Thu, 27 Aug 2015 09:27:49 +0000]
disp(macro) fixed
function test()
end
disp(test)
test2 = test
disp(test2)
Change-Id: I1c6bcc83a3fb4f75b5a802759ea191a751270b72
Charlotte HECQUET [Thu, 27 Aug 2015 13:46:40 +0000]
c{} (with c a cell) make Scilab crashe.
Change-Id: Ic09a11e48e54e09c76f475900372534d6b250444
Clément DAVID [Thu, 27 Aug 2015 13:50:03 +0000]
PASS test_run('scicos', [], 'mode_nwni')
* add TEST WITH GRAPHIC when needed
* create needed dia.ref
Change-Id: Ib6db69469302dcc2c891cdd35d13f43d7de4a609
Charlotte HECQUET [Thu, 27 Aug 2015 08:50:00 +0000]
Scilab crashes with: c{}=1 (with c is a cell).
Change-Id: Ib739d85d5846fcd391b50eaea662a4fb24481299
Cedric Delamarre [Wed, 26 Aug 2015 16:31:03 +0000]
memory leaks in hdf5 module
test_run hdf5
test_run("hdf5",[],"mode_nwni_profiling")
Change-Id: Iab19db68723227debf623a61b946075ac6b530dd
Adeline CARNIS [Fri, 21 Aug 2015 12:49:00 +0000]
* Bug #14057 fixed - grand(m,n) returned a wrong error and grand(m,n,p) called %s_grand function instead of returning an error.
Change-Id: Ic2bba07166184cb39cc9bcf0a4c63a4d8d9df2f4
Antoine ELIAS [Wed, 26 Aug 2015 10:45:10 +0000]
callOnPrompt use StoreCommand
Change-Id: Iceae62f7c82a6650b025562b47780d2848355260
Charlotte HECQUET [Mon, 24 Aug 2015 09:56:06 +0000]
Update cell help page.
Change-Id: I216658c37b85b5c9b47e544ed51898cc6ba46725
Charlotte HECQUET [Wed, 26 Aug 2015 09:15:36 +0000]
Update functions and help pages with new cell format.
Change-Id: I3a2ce5b3a08baf39acad771a5bb1f27547c78454
Charlotte HECQUET [Mon, 24 Aug 2015 10:07:24 +0000]
iscell() help pages updated.
Change-Id: Ic401fb91da202c73a1be083ea18f7391871bb29c
Charlotte HECQUET [Mon, 24 Aug 2015 12:08:10 +0000]
Update cellstr, num2cell and cell2mat (+ help pages).
Change-Id: I08d3e1ad879ca707aa87aa2b6c9211c5dbd70dd8
Cedric Delamarre [Thu, 27 Aug 2015 09:05:46 +0000]
more information added to error message in macro call
function [a,b,c]=foo()
a=1
// b=1
c=1
endfunction
[x,y,z]=foo()
Change-Id: I7fcafa94be3fc59929d2ebcee999ef97eb0ef296
Antoine ELIAS [Wed, 26 Aug 2015 09:49:20 +0000]
test_run flag JVM NOT MANDATORY become deprecated
Change-Id: Ifecc2375f969cf4ac7bd3f002c97c578cbb60462
Antoine ELIAS [Tue, 25 Aug 2015 13:24:18 +0000]
fix mexlib mexEvalString test
Change-Id: Ib1b63e8099c3218345cb661f908de8bc7cfc61b6
Francois GRANADE [Wed, 26 Aug 2015 19:48:52 +0000]
MacOS X: fix runtime library loading ('function proposed to the engine is the wrong one.') after libtools upgrade in
fc90b8cc - patched again
Change-Id: Ia8149a5de513980adc21bf0559eb5bd24ee1b4fb
Francois GRANADE [Wed, 26 Aug 2015 09:43:20 +0000]
Typo in message
Change-Id: I787180480cee3309d9cc081b613b517a13251cc4
Clément DAVID [Tue, 25 Aug 2015 15:43:14 +0000]
MacOS X: fix .dylib detection after
fc90b8cc
Change-Id: Iedc53a6d1b8af5f36cc07dac33eecf94b4bdeb95
Cedric Delamarre [Tue, 25 Aug 2015 13:14:02 +0000]
execstr fixed about third argument.
execstr("a=1;a(3)","errcatch","m")
Change-Id: Ia7c6a2770fff378af83d940b91eb8c3bee96541d