Sylvain GENIN [Thu, 10 Jul 2014 13:23:32 +0000]
fix srkf
a transpose function is loophole used by 5.5 for transpose an element
l=list([1 2 3], [1;2;3], [4 5 6])
[a,b,c] = l(1:3)'
test_run("signal_processing","srkf",["no_check_error_output" ])
Change-Id: I2cc0946cc0af669b71b2da2ec169a1d789dcb0ff
Cedric Delamarre [Tue, 2 Sep 2014 12:14:24 +0000]
print of double and polynom fixed.
Change-Id: Ifbaccd34df183a237665dfdbeaf39356e9c1d983
Cedric Delamarre [Mon, 25 Aug 2014 13:50:40 +0000]
ode corrected
test_run differential_equations odedc
test_run differential_equations matode
test_run differential_equations ode
Change-Id: I75f1fd73aadfac541749d037256191c27e503489
Paul Bignier [Fri, 5 Sep 2014 10:25:27 +0000]
Xcos MVC: fix the adaptor-local parameters getters
* fix all the adapters to let Block.tst PASS.
* 'gui' Block property setter fixed
Change-Id: I6f0c25df41c16746b9ab24f06c837789ae401cf6
Sylvain GENIN [Fri, 5 Sep 2014 14:36:35 +0000]
fix fft gateway
assert_checkequal(fft([1,0;2,0;0,0;0,0],-1,4,1),[3,0;1-2*%i,0;-1,0;1+2*%i,0])
assert_checkequal(convol2d([3;4],[1;2]),[3;10;8]);
assert_checkequal(convol2d([3;4;1],[1;2]),[3;10;9;2])
Change-Id: Ie2f198defc56039d6c753f245abac250a6ca92ed
Sylvain GENIN [Thu, 4 Sep 2014 08:00:43 +0000]
fix display of sci_exec: the prompt does not appear
do a file *.tst with
"
if ( %t ) then
a = 1;
end
"
then
exec("path\*.tst")
test_run("randlib","grand_prm",["no_check_error_output" ]);
Change-Id: Ice1ceea9a79e3c236fef60d6a22ad191d568ae9f
Paul Bignier [Thu, 28 Aug 2014 09:22:18 +0000]
Xcos MVC: implement Annotations
Change-Id: Iad8dd86eef130a7eb3910cfe9f5949916b30aaf9
Paul Bignier [Fri, 5 Sep 2014 08:25:17 +0000]
Remove redundant static statements and add fix headers
Change-Id: Ibcb7609c1e385a54a7f13c46a362250fc80c8e67
Calixte DENIZET [Mon, 25 Aug 2014 14:39:49 +0000]
Lexer: fix sin (1)
Change-Id: I1ade0cf75cc00118334b1eb03a4538f4470153dd
Calixte DENIZET [Mon, 25 Aug 2014 14:36:45 +0000]
Lexer: fix 1 < = 2
Change-Id: I9edc07f372b6a2aec3a3500eba080f4d3b06f9f4
Antoine ELIAS [Fri, 5 Sep 2014 09:52:12 +0000]
windows install : add ast/macros/lib file to installer
Change-Id: I5d91273d63d2d6f674329717f857f66a6cdb53c2
Clément DAVID [Fri, 5 Sep 2014 09:21:38 +0000]
Xcos MVC: use model adapters instead of mlists or tlists #2
Change-Id: Id6ac4878ef96963c4999457aef1a3dd34b32939b
Cedric Delamarre [Wed, 3 Sep 2014 14:55:37 +0000]
call without argument fixed.
plot([1,2]);
e=gce();
e.children
e.children()
a.b=12
a.b
a.b()
Change-Id: I28612114cd1d71e00344c9f04d13f70411e68bfa
Vladislav TRUBKIN [Tue, 26 Aug 2014 15:06:05 +0000]
api scilab: updated createNamedMatrixOfBoolean.
Change-Id: I01ee3091206db25799447dcfce6494d3062a5cd0
Antoine ELIAS [Fri, 5 Sep 2014 08:56:30 +0000]
_W macro do really a gettext call
Change-Id: Ib3622aa41a550a053e51cef5be1dc34d944e3ec6
Clément DAVID [Thu, 4 Sep 2014 18:15:38 +0000]
Xcos MVC: blk.model.blocktype is a string
Change-Id: I16b76e7d48c53a5508718f4436869eadf331ea9b
Clément DAVID [Thu, 4 Sep 2014 17:03:16 +0000]
Xcos MVC: use model adapters instead of mlists or tlists
Some tlist might be preserved as they do not interact with the model and
do not need modification notification.
Change-Id: I5bc108d8a8166b6400689499e6a700b1fa7ceef1
Paul Bignier [Fri, 29 Aug 2014 14:58:25 +0000]
Xcos MVC: implement diagram objs / version / contrib
Change-Id: I0bf8ff0166d7efa9d8636c86f82e413f8282efd2
Clément DAVID [Thu, 4 Sep 2014 13:46:50 +0000]
Fix GCC 4.8 optional warnings (-Wall -Wextra)
Change-Id: I623b8198f643c02390c3d34bd5a6a910cfbdd7cf
Anais AUBERT [Fri, 22 Aug 2014 08:13:50 +0000]
fix bug 1805 test
Change-Id: I8e1e79e6d212f8d8ba18c959461267e0522f3d87
Anais AUBERT [Fri, 22 Aug 2014 08:16:47 +0000]
fix bug 186 test
Change-Id: I78c7796ba80d14d935ed85392c191f141938b3d8
Antoine ELIAS [Thu, 4 Sep 2014 14:31:17 +0000]
Remove calling of Initialize and Finalize of shared libraries
Shared object constructors should be used instead. For the windows
platform use 'Dllmain', on Unix use '__attribute__((constructor))'.
Change-Id: Ia6267864c5653717a0d8b2036917ca09c9e09e38
Anais AUBERT [Thu, 21 Aug 2014 09:43:28 +0000]
fix bug 12045 test
Change-Id: Icbe478ff88d97cdc756f777e353c219cd67cd392
Antoine ELIAS [Thu, 4 Sep 2014 14:26:26 +0000]
slipt .quit and unload operation to clean and destroy context in the middle during scilab exit
Change-Id: Ibc0b5d404ce57cae30536310d6452fe0382f6824
Anais AUBERT [Wed, 20 Aug 2014 08:34:54 +0000]
regenerated schur test ref file
Change-Id: Ie18ded707ff07b147b613662ebe38b6eca31dc1f
Paul Bignier [Fri, 29 Aug 2014 06:03:00 +0000]
Xcos MVC: add missing headers
Change-Id: Ic0b7abc6cdfb86b41e809451232935dffc2e87da
Vincent COUVERT [Thu, 4 Sep 2014 14:09:06 +0000]
Fix DLL name
Change-Id: I833db032abf3af3c6eeab2bbd06a14d177bc9544
Sylvain GENIN [Fri, 25 Jul 2014 14:21:27 +0000]
the display changed on warnings for sparser -> bug_3310
Change-Id: I5c164d5699490674ad19290b469e6782ffebcc6b
Anais AUBERT [Wed, 3 Sep 2014 14:48:15 +0000]
regenerated checkfilesequal test ref
Change-Id: I0f662692fdf003f58051c49a34d3839fa3c1a70d
Clément DAVID [Wed, 3 Sep 2014 10:21:52 +0000]
Xcos MVC: clean -Wall -Wextra warnings
Change-Id: I33828e34c01dd0cafe79f65f607e502bfe7b866a
Antoine ELIAS [Wed, 3 Sep 2014 10:42:11 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/configure
scilab/modules/elementary_functions/sci_gateway/fortran/sci_f_rand.f
scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/MatchingBlockScanner.java
scilab/modules/string/sci_gateway/c/sci_strtod.c
Change-Id: I9fc4ccbbe0edf01bbec4c595ff3e906eba43ad1b
Antoine ELIAS [Wed, 3 Sep 2014 10:20:37 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I1399a4a8f0b6a367107103f5f0fe683f0e63ffba
Antoine ELIAS [Wed, 3 Sep 2014 10:14:03 +0000]
update dumpexts to remote Intel C++/Fortran 14 strange symbols
Change-Id: Ia31b737ed022120f5f861d3a7df0704e3ac878c4
Sylvain GENIN [Tue, 2 Sep 2014 14:41:35 +0000]
fix removelinehistory
test_run("history_manager","removelinehistory",["no_check_error_output" ]);
Change-Id: Ia75c4106ebd70096e6bb99c8193fd26c74304ff9
Sylvain GENIN [Mon, 1 Sep 2014 09:15:05 +0000]
fix the complete removal of data in a table returns Double::Empty()
tst = int8([4512,1231])
tst(1,1) = []
tst(1,1) = []
tst = ["a","b"]
tst(1,1) = []
tst(1,1) = []
tst = rand(3,3);
tst(1:2, 1:2) = [] // must return an error
Change-Id: I9d3de25e4fd88d1cbc99ebcb8a5b46bb7d287fad
Antoine ELIAS [Wed, 3 Sep 2014 08:12:11 +0000]
fix inline warning message ( removing inline for defined functions in cpp files )
Change-Id: Idf4e121acf944e33850e21c0ce4d6ec82dbb335f
Antoine ELIAS [Tue, 2 Sep 2014 15:42:42 +0000]
fix template mismatching
Change-Id: I9c785f870ee95a9caa62e084cb7cd585b1905901
Antoine ELIAS [Tue, 2 Sep 2014 16:18:39 +0000]
fix warning in scicos MVC compilation
Change-Id: I888221cbab5786211caf810a8e33bd04b9ec181c
Antoine ELIAS [Tue, 2 Sep 2014 16:17:58 +0000]
fix windows compilation, rename CONTEXT in scicos MVC to DIAGRAM_CONTEXT ( CONTEXT is a struct defined in winnt.h)
Change-Id: I0055b0284626442a0db5776c96541e1b7356aff6
Clément DAVID [Tue, 2 Sep 2014 15:11:00 +0000]
Xcos MVC: remove __cxa_guard_acquire dependency
__cxa_guard_acquire calls are generated using static storage variable in
a multithreaded environment. This API may or may not be supported with a
statically linked stdlibc++.
See http://mentorembedded.github.io/cxx-abi/abi.html#once-ctor
Change-Id: Ic953e2c361ee79f2417c121fad630d34f64c3992
Antoine ELIAS [Tue, 2 Sep 2014 14:08:24 +0000]
enable localisation on button text in x_dialog dialog
Change-Id: I7c28d0ccdbc2e8887de80db510e2f4dc9feb9fea
Sylvain GENIN [Thu, 3 Jul 2014 10:39:59 +0000]
fix double insertion in polynom
Change-Id: I057f9a5cd3965fdcff0d9eb28255209e93d662d8
Paul Bignier [Tue, 2 Sep 2014 10:08:19 +0000]
Xcos MVC: get default values for odstate, opar and firing
Fixed the absence of FIRING in ports management getter.
Change-Id: I84e378ebcea119dcf3fdac3683f152d6e4c91fd9
Paul Bignier [Thu, 28 Aug 2014 16:06:59 +0000]
Xcos MVC: implement params 'doc' / 'options" and slight fixes
Change-Id: Iaa75965e76fb67bc886d0d6aba829c2b4a4bf623
Paul Bignier [Thu, 28 Aug 2014 15:43:35 +0000]
Xcos MVC: implement params wpar / title / tol / tf / context
Also, prepared the remaining properties for the test to pass.
Change-Id: Ib5b32fd24f68e5bbad308007f1e55d720d75e8ac
Antoine ELIAS [Tue, 2 Sep 2014 10:41:56 +0000]
add function::createfunction with optional list AND loaddeps
Change-Id: I5b5bf5da7438868d0e82003d8c4d8c7ca6d563a1
Antoine ELIAS [Tue, 2 Sep 2014 12:01:46 +0000]
replace if ... else if ... by switch
Change-Id: I7dfab2ec4371a76283e8f146177c3876a8871567
Clément DAVID [Wed, 23 Jul 2014 12:26:25 +0000]
Xcos MVC: generate Controller JNI using SWIG
* Implement a default logger XcosView in Java
* Use SWIG Vectors for data handling
* Move needed includes from scicos/src/cpp to scicos/includes
Change-Id: I8b63ab07f4c335c37dfdf3bf81051c1ebbbe615f
Anais AUBERT [Thu, 21 Aug 2014 10:06:46 +0000]
regenerated bug 2345 test ref
Change-Id: Ic766026bcb2f5cafaea7964d98c9bf6b62610e50
Sylvain GENIN [Thu, 28 Aug 2014 09:54:06 +0000]
fix error message of the overloading
Change-Id: I957cca0dac8343ea3ac6e778f25a329344c2a1ce
Paul Bignier [Thu, 28 Aug 2014 09:15:41 +0000]
Xcos MVC: Allow string for 'rpar' (Text blocks)
Text blocks are now allowed to define strings in 'rpar'.
Change-Id: I4c1da343159a0f1a345495b9485131fb7219bee4
Anais AUBERT [Fri, 29 Aug 2014 12:35:29 +0000]
fix global test
Change-Id: Ib9f2f0ffea77368930f2cff0674d6d9b0d86c458
Bruno JOFRET [Fri, 29 Aug 2014 10:35:56 +0000]
Fix location within implicit call
Change-Id: I686ca819552a12b43dd2b3e630997a6abbea7edc
Sylvain GENIN [Wed, 27 Aug 2014 12:50:50 +0000]
the suppression of overloading %c_f_s for duplicate the same behavior
Change-Id: I4e7232148510899f397cb6bab4521c7e1255fa8b
Antoine ELIAS [Mon, 1 Sep 2014 07:55:40 +0000]
reforge "&" operator
Change-Id: I8faed5faea05bf3da7ca75401c8813124e97a814
Cedric Delamarre [Thu, 28 Aug 2014 09:55:44 +0000]
insert in struct corrected.
a("b")(2) = 12
a(3)("b")(2)=13
test_run ast insert
Change-Id: Ib56a320de05e7e2581b714e11de42eeded04e62d
Antoine ELIAS [Tue, 19 Aug 2014 10:40:26 +0000]
reforge dot multiplication
Change-Id: I1386d392a50e5e95754b18ae9bba05792e8717ad
Vincent COUVERT [Thu, 28 Aug 2014 15:31:58 +0000]
Merge remote-tracking branch 'origin/5.5'
Conflicts:
scilab/modules/helptools/data/pages/homepage-ru_RU.html
Change-Id: I03db64455e82edd715a78e4465510f6ef0745968
Bruno JOFRET [Mon, 18 Aug 2014 07:58:47 +0000]
Make compilation fail on grammar shift/reduce or reduce/reduce conflict
Change-Id: Ic077160d5f3c4da69bb1456aa9616f8b26c9ca52
Bruno JOFRET [Thu, 28 Aug 2014 08:49:29 +0000]
Fix complex display
Change-Id: I7b1caed2f483ab93d8b52d09ea456319a3280579
Bruno JOFRET [Thu, 28 Aug 2014 14:19:30 +0000]
Configure option: --enable-build-swig as --enable-build-giws
Change-Id: I8f5dc425e2be616d358c16e66b8183983f800051
Bruno JOFRET [Thu, 28 Aug 2014 13:59:12 +0000]
SWIG Makefiles: add per Makefile.am SWIG_OPTIONS to ease customization
Change-Id: Ie499d10eab49fd430df73705a807065bf4763283
Paul Bignier [Thu, 28 Aug 2014 09:11:41 +0000]
Xcos MVC: slight corrections
Change-Id: Iacebdeef3b8523c3eda776da6ad81eb89e99f84d
Paul Bignier [Thu, 28 Aug 2014 13:44:09 +0000]
Xcos MVC: fix MList header
'header' was not used.
Change-Id: I8b52a0991d03b18e2300ed591317bc03384d2f07
Clément DAVID [Wed, 27 Aug 2014 07:48:26 +0000]
Xcos MVC: manage scicos_graphics and scicos_models as MList
Ports' Datatypes are now [1 1 1]] by default, to prevent null sizes.
Using mlist avoid a model::Block merge at graphics or model assignation.
This commit also fix default value of some ports' properties.
Change-Id: I7767ef2e745ea0b10ff1ec4e09e5a946320f5832
Vincent COUVERT [Wed, 27 Aug 2014 12:32:43 +0000]
Update localization templates
Change-Id: I3bc4fd894e6a0bb4ad0cbb74dafc86388c6ff493
Vincent COUVERT [Wed, 27 Aug 2014 12:32:23 +0000]
Do not localize empty string (make gettext fail)
Change-Id: I4cfa4dbb6fbb548598b02e2283937e35f1e3de2b
Vincent COUVERT [Wed, 27 Aug 2014 08:30:48 +0000]
Fix warning message
Change-Id: I724613d52d5678b003d4176cd444ea15a261ff71
Bruno JOFRET [Wed, 20 Aug 2014 13:27:04 +0000]
Fix \n use in localized message, cause parse error in callback execution
Change-Id: I217dde29cae2e313e5f49152bc025243c00f30e7
(cherry picked from commit
760eba26fc89b7a134812f50e04811c09313239f)
Paul Bignier [Wed, 20 Aug 2014 08:00:56 +0000]
Typo fixes
Change-Id: I13550cd10846d8b1acc8e9e8c7b5c70833633eb8
Paul Bignier [Mon, 25 Aug 2014 08:28:28 +0000]
Xcos MVC: minor typo fix & unneeded dependency removal
Change-Id: I7d4e3de80f99923f7634b74d681f89a4b578ab0c
Paul Bignier [Mon, 11 Aug 2014 06:42:02 +0000]
Xcos MVC: implement from / to
Also, fixed 'interface_function' and 'datatype' properties.
Matched default parameters with macros.
Change-Id: I6887ed9bc17efd6bf545302d90c65eb8aa3ae5de
Paul Bignier [Thu, 7 Aug 2014 08:40:05 +0000]
Xcos MVC: implement xx / yy / id / thick / ct
In the model, split ct into 'color' and 'kind'.
Also, fixed 'set' action for 'in', 'in2' and 'intyp' properties.
Change-Id: Id892eadcaef7020e4355292a66e7324344965fa6
Anais AUBERT [Thu, 21 Aug 2014 15:28:09 +0000]
regenerated bug 10519 test ref
Change-Id: Ia347ff3b0b5ef5d63ad3f714d34ec580e0135cb4
Anais AUBERT [Fri, 22 Aug 2014 07:16:36 +0000]
regenerated bug 1990 test ref file
Change-Id: I3487c2b3ee035e96ca58be16cedcaadcf027a796
Anais AUBERT [Fri, 22 Aug 2014 08:48:27 +0000]
fix bug 7594 test
Change-Id: I641ac36c3018645dd86e0f88a81e1f63bb368b7e
Anais AUBERT [Fri, 22 Aug 2014 08:52:32 +0000]
fix bug 8051 test
Change-Id: I6e8d1bf3d773457fa83f52367b9da8f57bebda3d
Anais AUBERT [Fri, 22 Aug 2014 08:56:42 +0000]
fix bug J test
Change-Id: I4a9cae942cc71b465d5de3ad0df8f38bd82a434f
Anais AUBERT [Fri, 22 Aug 2014 10:02:03 +0000]
fix bug 7231 test
Change-Id: I8c49d1decfdf6ec3800c6d35b36ca2c0950ec5f5
Vladislav TRUBKIN [Fri, 22 Aug 2014 12:39:31 +0000]
Regenerated some references because 'stacksize' is obsolete function.
Change-Id: I0445a1aea5752912cb03e34ef7b222f09678d56c
Anais AUBERT [Fri, 22 Aug 2014 12:54:11 +0000]
bug 13243 test was using derivative
Change-Id: I35b61d2141d06e333cada5f1c967cddd6ecb4f48
Anais AUBERT [Fri, 22 Aug 2014 13:06:32 +0000]
bug 4083 used deleted functions
Change-Id: Iede2b6ccaf9464f77ae3ea7ecbf3ec7a1c14ce4b
Antoine ELIAS [Wed, 13 Aug 2014 07:40:52 +0000]
refactor subtraction operation
Change-Id: Ic511da82b2a8df14e86e04045948fc8343a5ddc2
Antoine ELIAS [Tue, 12 Aug 2014 13:42:18 +0000]
refactor unary minus operation
Change-Id: Ide96a8ddc6eefefd24f333874a5f66cb59eeeaac
Anais AUBERT [Thu, 21 Aug 2014 15:23:31 +0000]
spec returns error if input matrix is not square
Change-Id: Iaad280026cd05b3ecd230152ca7d6c4f1b5a3a02
Bruno JOFRET [Fri, 8 Aug 2014 15:41:16 +0000]
Fix rubberbox coordinates
Change-Id: I54e935e853e00c0815d9fe0b4f342d982c0c586e
Vladislav TRUBKIN [Thu, 7 Aug 2014 15:58:58 +0000]
* Bug #13524 fixed - strtod did not ignore the tabs and CR.
Change-Id: Ie27930a7eb15eb0dc3ae397c10749e4d575286ae
Bruno JOFRET [Fri, 22 Aug 2014 09:13:25 +0000]
Fix resetting border to none causes Java exception
Change-Id: I7a850896af11a6671db41b7c2fda8b747cdf9a18
Vladislav TRUBKIN [Thu, 7 Aug 2014 13:05:22 +0000]
* Bug #13527 fixed - hilb did not check correctly the type of first input argument.
Change-Id: I4096c111809031f740ba7f7ab50d4e0f11c7b2b9
Vladislav TRUBKIN [Fri, 8 Aug 2014 09:50:57 +0000]
* Bug #13432 fixed - xstringl help page was not clear about fonts and Latex-rendered text.
*xstringl.sci: there was a wrong coordinate of 'y'.
Change-Id: I05bc18a3e6057eb94e6b9a4687056db80241a2f3
Vladislav TRUBKIN [Tue, 5 Aug 2014 15:21:20 +0000]
* Bug #13515 fixed - There were wrong results for matrix/hypermatrix with bitset function.
Change-Id: I7f90b84eb328407f9b4defcd8a1d970265734719
Antoine ELIAS [Fri, 18 Jul 2014 14:44:10 +0000]
add VS2013 detection
Change-Id: Id80ad3d54fb1affc6e50912c16a08cc8860248cc
Bruno JOFRET [Thu, 21 Aug 2014 12:43:03 +0000]
Reorder common declaration to fix f2c compilation
Change-Id: I41ba91dceaae5e3da683db293e69bb0677682eb4
Vladislav TRUBKIN [Thu, 21 Aug 2014 07:33:28 +0000]
There was an incorrect numerical code for '>' operator.
Change-Id: I9273b3025821cd2a6fe61da706031b1b5812906b
Bruno JOFRET [Wed, 20 Aug 2014 13:27:04 +0000]
Fix \n use in localized message, cause parse error in callback execution
Change-Id: I217dde29cae2e313e5f49152bc025243c00f30e7
Antoine ELIAS [Tue, 19 Aug 2014 10:37:51 +0000]
getoptional must return api_scilab type instead of apic++ type, improve optional management
Change-Id: I58a436965434dddeb3675f02f47e6416680112f6
Paul Bignier [Thu, 10 Jul 2014 09:09:16 +0000]
* Bug #13512 fixed - DE: dae crashed if the evaluation function had wrong prototype
dae dispatches calls to dassl, dasrt and daskr.
Change-Id: I102f776be6ac5940f85675b1e355b26061723a3a
David Violeau [Fri, 25 Apr 2014 14:12:57 +0000]
Bug #13359: Nyquist datatip with symetry now displays properly negative frequencies
Change-Id: I63b0f91e316a865fd27fcc189629729c65e9a2f9
Pierre-Aime Agnel [Wed, 23 Apr 2014 15:58:18 +0000]
Bug #13346: Filter did not work on a simple delay
Change-Id: Ib28aab8a32a37bed896bd49bdf29648019051e48
Charlotte HECQUET [Tue, 3 Jun 2014 07:22:42 +0000]
* Bug #10336 fixed - Default key of rand was changed from "uniform" to "normal".
Change-Id: Ic89a74b8c162496d57cdcc122ca4ef772284ce62