2015-08-28 |
Antoine ELIAS |
add "CLI SHELL MODE" in all tests that do not have : 21/17121/7 |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Cedric Delamarre |
boolean display fixed 26/17126/1 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Cedric Delamarre |
insertion fixed when error occured. 24/17124/2 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Clément DAVID |
AST tests: extract graphics dependant tests 02/17102/2 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Cedric Delamarre |
* Bug #14093 fixed - atanh returns NaN for values with... 72/17072/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Cedric Delamarre |
disp(macro) fixed 20/17120/2 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
c{} (with c a cell) make Scilab crashe. 22/17122/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Clément DAVID |
PASS test_run('scicos', [], 'mode_nwni') 23/17123/1 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
Scilab crashes with: c{}=1 (with c is a cell). 17/17117/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Cedric Delamarre |
memory leaks in hdf5 module 14/17114/4 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Adeline CARNIS |
* Bug #14057 fixed - grand(m,n) returned a wrong error... 81/17081/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Antoine ELIAS |
callOnPrompt use StoreCommand 13/17113/2 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
Update cell help page. 94/17094/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
Update functions and help pages with new cell format. 11/17111/4 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
iscell() help pages updated. 95/17095/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Charlotte HECQUET |
Update cellstr, num2cell and cell2mat (+ help pages). 98/17098/3 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Cedric Delamarre |
more information added to error message in macro call 18/17118/5 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Antoine ELIAS |
test_run flag JVM NOT MANDATORY become deprecated 12/17112/4 |
commit | commitdiff | tree | snapshot |
2015-08-27 |
Antoine ELIAS |
fix mexlib mexEvalString test 04/17104/2 |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Francois GRANADE |
MacOS X: fix runtime library loading ('function propose... 16/17116/1 |
commit | commitdiff | tree | snapshot |
2015-08-26 |
Francois GRANADE |
Typo in message 15/17115/1 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Clément DAVID |
MacOS X: fix .dylib detection after fc90b8cc 09/17109/3 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Cedric Delamarre |
execstr fixed about third argument. 03/17103/2 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Cedric Delamarre |
exception fixed when insertion call an overload. 96/17096/3 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Clément DAVID |
AST: fix mismatched use of malloc/new/new[] versus... 06/17106/2 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Antoine ELIAS |
ast, elementary_functions, string, fileio, output_strea... 00/17100/2 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Antoine ELIAS |
add a class to store dlamch constant 97/17097/5 |
commit | commitdiff | tree | snapshot |
2015-08-25 |
Clément DAVID |
test_run: add an "mode_nwni_profiling" parameter 85/17085/4 |
commit | commitdiff | tree | snapshot |
2015-08-24 |
Antoine ELIAS |
ast memory leaks 99/17099/3 |
commit | commitdiff | tree | snapshot |
2015-08-24 |
Cedric Delamarre |
matplot color fixed 84/17084/3 |
commit | commitdiff | tree | snapshot |
2015-08-24 |
Cedric Delamarre |
Windows compilation fixed. 92/17092/2 |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Cedric Delamarre |
unintialize value fixed and std::atomic used in Runner 75/17075/2 |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Clément DAVID |
Xcos log: avoid ambiguous definition 82/17082/1 |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Charlotte HECQUET |
* Bug #14095 fixed - Scilab crashed when a .fig file... 80/17080/2 |
commit | commitdiff | tree | snapshot |
2015-08-21 |
Clément DAVID |
Xcos JNI: add getObjectProperty(..., bool) 02/17002/3 |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Clément DAVID |
Xcos MVC: add a default explorer view 00/17000/4 |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Clément DAVID |
Xcos scopes: fix the error reporting on NWNI mode 74/17074/2 |
commit | commitdiff | tree | snapshot |
2015-08-20 |
Cedric Delamarre |
* Bug #14040 fixed - graphic property setting fails... 73/17073/2 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Samuel Gougeon |
* Bug #13944 fixed - The menu "Toolboxes" was missing. 71/17071/2 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Clément DAVID |
Compilation: upgrade swig generated files to swig-3.0.7 53/17053/3 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Samuel Gougeon |
restoring the Toolboxes menu for not autoloaded contrib... 66/17066/4 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Charlotte HECQUET |
* Bug #14058 fixed - Scilab crashed with 'file("close... 36/17036/4 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Paul Bignier |
Xcos MVC: fix default 'wpar' property 65/17065/1 |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Paul Bignier |
Types: fix fieldnames for Scicos objects 64/17064/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Typo fix: varaible -> variable 63/17063/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Scicos tests: fix getfield to mind Annotations and... 62/17062/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Xcos MVC: allow to pass the properties in any order 56/17056/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Charlotte HECQUET |
mclose("all") showed a warning when it was executed... 35/17035/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Charlotte HECQUET |
* Bug #14036 fixed - tag and user_data properties were... 33/17033/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Charlotte HECQUET |
* Bug #13843 fixed - Scilab crashed when polarplot... 28/17028/3 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Adeline CARNIS |
* Bug #13750 fixed - Calling ss2ss function with flag... 43/17043/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Adeline CARNIS |
* Bug #13780 fixed - size with two input and output... 32/17032/3 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
John GLIKSBERG |
removed useless copy of input arguments when allocating... 54/17054/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Clément DAVID |
Configure: fix --enable-build-swig option 52/17052/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Clément DAVID |
fix some gcc 4.9 valid warnings 45/17045/2 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Xcos gateways: fix 'opar' in model2blk() and pass block... 50/17050/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Xcos tests: pass blocks_set 49/17049/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Scicos_blocks macros: fix SELF_SWITCH for Xcos 6 48/17048/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Cedric Delamarre |
mscanf in a callback fixed 44/17044/3 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Scicos_blocks macros: replace obsolete macr2lst 47/17047/1 |
commit | commitdiff | tree | snapshot |
2015-08-18 |
Paul Bignier |
Xcos MVC: minor fix 46/17046/1 |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Clément DAVID |
Upgrade autotools to the latest version 93/16793/2 |
commit | commitdiff | tree | snapshot |
2015-08-14 |
Cedric Delamarre |
threads management fixed 30/17030/4 |
commit | commitdiff | tree | snapshot |
2015-08-13 |
Adeline CARNIS |
*Bug #13872 fixed - The indices returned by unique... 34/17034/1 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Cedric Delamarre |
changes updated about forgotten bug closed 31/17031/1 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Charlotte HECQUET |
* Bug #14025 fixed - head_comments did not take into... 27/17027/2 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Adeline CARNIS |
* Bug #13709 fixed - the returned position by unique... 26/17026/2 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Abdoulaye DIOP |
Help couldnt be displayed when loading several modules 14/17014/2 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Adeline CARNIS |
Reimann demo: add callback_type property of play, pause... 21/17021/3 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Adeline CARNIS |
Replace 12 by 10 in levitron demo. 24/17024/2 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Charlotte HECQUET |
Improve description of callback_type property in uicont... 19/17019/3 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
John GLIKSBERG |
[elementary_functions] fix argument check in log1p... 20/17020/3 |
commit | commitdiff | tree | snapshot |
2015-08-12 |
Adeline CARNIS |
fort function does not exist in version 6. A gateway... 17/17017/2 |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Cedric Delamarre |
bug_14049 test added. 16/17016/3 |
commit | commitdiff | tree | snapshot |
2015-08-10 |
Charlotte HECQUET |
<para> was missing in scilab.xml help pages after https... 10/17010/1 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
the use of thread in optimisation, differential_equatio... 08/17008/2 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Antoine ELIAS |
update h5rm and h5flush tests to clean previous file 07/17007/1 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
compilation fixed after https://codereview.scilab.org... 06/17006/1 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
command priority management 04/17004/4 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
uninitialized variable 99/16999/3 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
flag to force scilab exit after -e or -f execution... 57/16957/4 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
sident gateway fixed and "bad lhs" error modified. 56/16956/3 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Antoine ELIAS |
genlib can return 4 arguments 05/17005/1 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
exception fixed about lasterror 96/16996/2 |
commit | commitdiff | tree | snapshot |
2015-08-07 |
Cedric Delamarre |
[bug_14020] mscanf fixed about empty data. 58/16958/2 |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Cedric Delamarre |
Threads management modified to execute all scilab scrip... 94/16994/5 |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Antoine ELIAS |
rename branch to master 95/16995/1 |
commit | commitdiff | tree | snapshot |
2015-08-05 |
Cedric Delamarre |
ScilabException management and bug fixed 59/16959/2 |
commit | commitdiff | tree | snapshot |
2015-08-04 |
Antoine ELIAS |
ast: serialization, get string size after converstion... 60/16960/1 |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Antoine ELIAS |
Merge remote-tracking branch 'origin/YaSp' 53/16953/1 |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Antoine ELIAS |
fake commit to diverge from origin/YaSp 52/16952/1 |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Cedric Delamarre |
missing Lock on parseur added. 46/16946/2 |
commit | commitdiff | tree | snapshot |
2015-08-03 |
Cedric Delamarre |
Lock to manage interruptible threads added. 47/16947/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Paul Bignier |
Differential_equations: fix ode gateway to match Scilab 5 33/16933/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Cedric Delamarre |
insertion in hypermat fixed 45/16945/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Vincent COUVERT |
Use same ref under Linux and Mac OS X 43/16943/1 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Vincent COUVERT |
Fix test after https://codereview.scilab.org/#/c/16911/ 42/16942/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Adeline CARNIS |
Levitron demo updated. Stop and Reinit callback must... 29/16929/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Calixte DENIZET |
History: restore it 37/16937/2 |
commit | commitdiff | tree | snapshot |
2015-07-30 |
Cedric Delamarre |
display of exec fixed. 40/16940/2 |
commit | commitdiff | tree | snapshot |
next |