Vincent COUVERT [Thu, 9 Jul 2015 13:03:47 +0000]
Fix Windows binary versions after https://codereview.scilab.org/#/c/16810/
Change-Id: Ic6a9e1fc2d133b61c444ed6d66267f308ab20216
Cedric Delamarre [Tue, 7 Jul 2015 10:30:17 +0000]
[cleanup] stackxxx.h removed
Change-Id: Ia407f936341650657831248fd30db3f0b08104a8
Vincent COUVERT [Wed, 8 Jul 2015 14:52:32 +0000]
Fix Mac OS X + gcc 4.8.2 compilation after https://codereview.scilab.org/#/c/16811/
Change-Id: I389285869f7aca786b2a299562fe8fe993c08f62
Antoine ELIAS [Wed, 8 Jul 2015 09:31:50 +0000]
HDF5 improvement
* Add hdf5_file_version function
* Add management of usertype (save via new save function in usertype or overload / load via overload)
{t/m}list can be saved and loaded with Undefined fields -> bug 9621
* Add save overload for scicos UserType (from https://codereview.scilab.org/#/c/16765/)
* Add load overload for scicos UserType
Change-Id: I686356f590ad7e80610fde08f7e1b3b6557192b7
Vincent COUVERT [Wed, 8 Jul 2015 06:40:11 +0000]
These files no more exist after https://codereview.scilab.org/#/c/16814/
Change-Id: Idd5f4293705bf1f9cfb3d9fa5767d4ad4584ce68
Vincent COUVERT [Tue, 7 Jul 2015 15:21:41 +0000]
Add non-regression test for bug #10773 (no changes item added since never released)
Change-Id: I5e53948b542161b49b801183da13ed465be1da1f
Antoine ELIAS [Tue, 7 Jul 2015 14:55:18 +0000]
update windows solution and remove functions vcxproj
Change-Id: I311c4b2eb8c9aee87c37e2b217d5f0dd9f4aa718
Antoine ELIAS [Tue, 7 Jul 2015 11:59:32 +0000]
display can be wrong :
16278*12286
ans =
1.1000D+08
Change-Id: I26e547124b7607be11275d389ce215dd0829a0d3
Vincent COUVERT [Tue, 7 Jul 2015 13:58:40 +0000]
* Bug #13941 fixed - Internal timestamps of HDF5 files prevented having a fixed
hash for an unvarying set of saved objects.
This bug was fixed by https://codereview.scilab.org/#/c/16676/.
Ref file added for binary_bit-for-bit.tst (missing in previous commit).
Change-Id: Iee58b8f91190482127dc982a5fe34b00dd9ec9e9
Antoine ELIAS [Thu, 21 May 2015 15:02:23 +0000]
rewrite import and export HDF5 gateways in c++
Change-Id: I8d7ff7f45730d4c23d65ebbb83b3c6cb37612f8a
Antoine ELIAS [Tue, 7 Jul 2015 12:18:50 +0000]
mprintf : fix trouble with non use arguments
Change-Id: Iec810f925c4f78e4b98744e5cd0e1e820c4058b5
Vincent COUVERT [Tue, 7 Jul 2015 09:00:16 +0000]
Merge CHANGES_SAS in CHANGES_6.0.X
Change-Id: Ide2f259bc06980534b938446273ab7392cf8812b
Vincent COUVERT [Tue, 7 Jul 2015 08:16:01 +0000]
* extract_help_examples removed. (Undocumented and baed on old help format).
Change-Id: Ie0449384ae79e8b39b9aa2e5bbd900882bc231c5
Cedric Delamarre [Mon, 6 Jul 2015 13:08:52 +0000]
[cleanup] all gw_... .c removed
Change-Id: Iabcadf2b4b59e1af7117be2d259c054ab4159c92
Vincent COUVERT [Mon, 6 Jul 2015 14:20:29 +0000]
Fix a typo in previous commit
Change-Id: I9fc02c4689bc5e3809befce16ca8c67f8f880961
Vincent COUVERT [Mon, 6 Jul 2015 14:16:30 +0000]
Data structures
================
* cells and structs are not native types, hence improving performances.
* structs field names are now ordered alphabaticaly:
- display uses this new order,
- fieldnames function returns a sorted vector of strings.
Change-Id: I9a907c0340e67018782e5dddcd5cdb2133827799
Vincent COUVERT [Mon, 6 Jul 2015 13:35:39 +0000]
* msprintf no more returns an error message when there are too many input argument (more values that format needs).
Change-Id: I7778d15916663fb02eb9b7408359d357d5569659
Vincent COUVERT [Mon, 6 Jul 2015 13:30:58 +0000]
Fix ref after https://codereview.scilab.org/#/c/16763/
Change-Id: Idba25e91f75f34c7c6a5b7453ae8dc5d33178278
Vincent COUVERT [Mon, 6 Jul 2015 13:10:24 +0000]
Replace fun2string by tree2code(macr2tree()) after fun2string removal (https://codereview.scilab.org/#/c/16795/).
Test: test_run core bug_8531
Change-Id: I70fde009b552172e0f12cde8f69e6b20ec65de93
Vincent COUVERT [Mon, 6 Jul 2015 12:51:24 +0000]
* while/else control instruction is no more supported.
Change-Id: I77e8ed60d90ef4607285e7d8295f106f7105245c
Vincent COUVERT [Mon, 6 Jul 2015 12:26:23 +0000]
* fun2string removed.
Change-Id: I643a6dfebc6571e1bac92d6a2d1f9a04d3fa3258
Vincent COUVERT [Mon, 6 Jul 2015 12:11:04 +0000]
* macr2lst removed.
Change-Id: I06cf5b60c1de81b7b2005bdfe9133a912a5a9839
Vincent COUVERT [Mon, 6 Jul 2015 11:43:02 +0000]
* -mem option removed (used to set stacksize at startup).
Change-Id: I85f29ecbd0b762c0890ad4e937fb36a74a05ddf0
Vincent COUVERT [Mon, 6 Jul 2015 10:23:11 +0000]
* stacksize removed.
Change-Id: I6ff5ff935ea07967fb4c6c8a42055956baa80485
Antoine ELIAS [Mon, 6 Jul 2015 09:52:40 +0000]
windows : update ast vcxproj
Change-Id: I3e63adf9049bacd6db0857e344b2d653e97b33b3
Calixte DENIZET [Sat, 4 Jul 2015 13:44:37 +0000]
Improve performance on structs
s=struct();
tic();for i=1:10000,s(string(i))=i;end;toc()
tic();for i=1:10000,s(string(i))=i;end;toc()
x=0;tic();for i=1:10000,x=x+getfield(i+2,s);end;toc()
Change-Id: I95aab823a48b981b0e97e816e8ad638a3609457b
Vincent COUVERT [Mon, 6 Jul 2015 09:10:49 +0000]
code2str & str2code removed.
Change-Id: I8892a6f3db3bfcece63a94bcd5bb3c4bb01eb4ec
Antoine ELIAS [Fri, 3 Jul 2015 14:48:49 +0000]
bug 13972 : use of wildcard '*' in printf expressions was not managed
Change-Id: Ief3777eb9983969dd5762844f0732655f6ed2f74
Cedric Delamarre [Mon, 6 Jul 2015 07:45:15 +0000]
grand fixed about setsd mode
Change-Id: I19326c80f5c81e128c8f75dda8369eeb319cf2a7
Vincent COUVERT [Mon, 6 Jul 2015 07:54:52 +0000]
Fix Linux compilation after https://codereview.scilab.org/#/c/16782/
Change-Id: Iaaf33fcfc3973b00e6f5fbe996fe358c2f5ce2ab
Cedric Delamarre [Fri, 3 Jul 2015 14:25:51 +0000]
vstk_, stack_ and showstack_ removed
Change-Id: I2d16c631fe29ba4b785026be3e419d561c7e0142
Cedric Delamarre [Fri, 3 Jul 2015 12:18:18 +0000]
intersci_ removed
Change-Id: Idb54d73af0b0bf26fb4c06618e23dbc5b09d2e8d
Calixte DENIZET [Fri, 3 Jul 2015 14:39:56 +0000]
Analysis: workaround for C++11 bug with Intel compiler
Change-Id: I774c99b845f341d0642097bdc882b5df0969f932
Vincent COUVERT [Thu, 2 Jul 2015 13:31:51 +0000]
Fixes for genlib function:
- Display errors messages in case of error
- Manage default value for path (2nd input argument)
- Display parser error
- Stop compilation on error
Tests:
test_run functions bug_12593
test_run functions bug_9059
test_run functions bug_7779
Change-Id: Ifc645cab87cc94925268694fac89dc251d016bf7
Vincent COUVERT [Fri, 3 Jul 2015 11:53:46 +0000]
Remove references to old removed intersci module
Change-Id: Ie3f7887322176cd3f81f3ce34cbc088a45b7605d
Vincent COUVERT [Fri, 3 Jul 2015 10:11:29 +0000]
* gstacksize removed.
Change-Id: Ie28e0d5db57c43671906f9f172df18486193cfe7
Cedric Delamarre [Fri, 3 Jul 2015 08:46:39 +0000]
write function fixed
* test updated about Windows/Linux diff
* function fortran fixed about buffer displayed
* file opened must be closed when error occured
test_run io write
Change-Id: I83390fb680ba8b45eff1efdcfcd67ff38775545c
Vincent COUVERT [Thu, 2 Jul 2015 13:56:39 +0000]
* getvariablesonstack removed.
Change-Id: I2ede53c26a767c37bfe2595cb6149727832ccfbf
Vincent COUVERT [Fri, 3 Jul 2015 08:35:44 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Change-Id: Iecc91599ef254f0bb07c98069640299ce7c650ac
Vincent COUVERT [Fri, 3 Jul 2015 08:31:39 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I2b0118b704748131e154ceb15e37145f585e04bc
Vincent COUVERT [Fri, 3 Jul 2015 08:29:26 +0000]
Remove Mac OS X 10.5 parts (Scilab 5.5.2 was already compiled with --with-min-macosx-version=10.6)
Change-Id: Id9cbbfb4b4d4e7421c2e3b90666494e901cb4cc9
Vincent COUVERT [Fri, 3 Jul 2015 08:14:59 +0000]
Update localization templates
Change-Id: I6949d999c5bc5759fb5ac6bb82743dbc4a8763bf
Clément DAVID [Thu, 11 Jun 2015 13:08:56 +0000]
* Bug #8990 fixed - A zoom_auto feature was missing on the plot toolbar.
This commit implement a zoom_auto (similar to zoom_rect) that handle
both zoom_box and data_bounds to try to make visible all the objects on
the current figure.
Change-Id: I28e69850be1d57b2d20d7bb759299ad84eec62d2
Clément DAVID [Mon, 8 Jun 2015 12:45:51 +0000]
Scicos blocks: try to clarify a^u and u^a blocks
Change-Id: I08f4cfa2b52abb02374dd3caf4394e93ca77f660
Clément DAVID [Mon, 8 Jun 2015 10:13:51 +0000]
* Bug #13925 fixed - SciNotes used the wrong paired bracket highlight style.
Change-Id: I20cde5344a0b022969638cbc210a3f4c4464e1ad
Clément DAVID [Tue, 20 Jan 2015 16:44:34 +0000]
Xcos MVC: log adapters errors using the LoggerView
This commit will display more readable error message while trying to
assign invalid values on the MVC Adapters.
Change-Id: I9e02a02ffeba53a50f73e0e237e6252629b73a28
Adeline CARNIS [Thu, 2 Jul 2015 15:02:35 +0000]
Input argument cloned in sci_freq.cpp.
test_run('cacsd', 'freqplots')
Change-Id: I60d25a9a60e280dc9e937cc21f30fe90c24716d4
Paul Bignier [Thu, 25 Jun 2015 15:15:23 +0000]
Xcos MVC: allow to pass Links as mlists
Change-Id: I66bb2af625f132d34fd68d978a7d4e33ce7bf8ec
Vincent COUVERT [Thu, 2 Jul 2015 14:45:26 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/graphics/src/c/getHandleProperty/get_mark_background_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_foreground_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_size_property.c
Change-Id: I3fc26719ceb1ac1671cb986b9a7bc10a853503e3
Vincent COUVERT [Thu, 2 Jul 2015 14:38:12 +0000]
Better fix for https://codereview.scilab.org/#/c/16760/
Test: test_run fileio bug_4339
Change-Id: Iff4ae6fa2326f72d66c2092c3bb6206009ac0fb3
Paul Bignier [Wed, 17 Jun 2015 12:25:25 +0000]
Scicos macros: fix script2var now that macrovar is working
* The testing is ensured by all scicos tests running non-void context diagrams
Change-Id: Iabb98fd5c93f280e6ca57eacb14166134a4853f4
Paul Bignier [Thu, 2 Jul 2015 08:33:43 +0000]
Scicos_blocks: deprecate func_block
* It was problematic because it put a macro in the 'sim' property
* This block isn't in the palettes and isn't a sub-block of another block
Change-Id: I6c017c3e5257062109518ae1742ad848905ffb9f
Cedric Delamarre [Thu, 2 Jul 2015 12:50:51 +0000]
read function fixed
* test updated, the format cannot accept constant string
* function fortran pototype fixed about length of input string
* move out of loop some allocation/delete
* file opened must be closed when error occured
test_run io read
Change-Id: I9bed20a1f414fd9aaace80e8c719bb772bedb054
Vincent COUVERT [Thu, 2 Jul 2015 09:34:25 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/graphics/src/c/getHandleProperty/get_mark_background_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_foreground_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_size_property.c
Change-Id: I04943f088b436f2a642a7164e361f92021e1d528
Vincent COUVERT [Thu, 2 Jul 2015 09:28:58 +0000]
bring back error checking removed by https://codereview.scilab.org/#/c/16673/
Change-Id: I72a9a2065aedf700c16d0ff5f8c4549df17565d5
Vincent COUVERT [Thu, 2 Jul 2015 09:21:32 +0000]
Merge remote-tracking branch 'origin/master' into YaSp
Conflicts:
scilab/modules/graphics/graphics.vcxproj
scilab/modules/graphics/graphics.vcxproj.filters
scilab/modules/graphics/src/c/getHandleProperty/getHandleProperty.h
scilab/modules/graphics/src/c/getHandleProperty/get_colors_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_background_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_foreground_property.c
scilab/modules/graphics/src/c/getHandleProperty/get_mark_size_property.c
scilab/modules/graphics/src/c/getHandleProperty/setHandleProperty.h
scilab/modules/graphics/src/c/getHandleProperty/set_colors_property.c
Change-Id: Ibfa0e2d39a96d7929c22a6354976e542fd955085
Vincent COUVERT [Thu, 2 Jul 2015 09:03:02 +0000]
Add missing revhistory part
Change-Id: I6056420bd06f06bd988214e094f1798cead05ac9
Juergen KOCH [Tue, 28 Apr 2015 07:30:33 +0000]
Added parulacolormap
Change-Id: I1d8c1d893fc5e3f03ec027d2f90164f7051f6ca5
Juergen KOCH [Thu, 11 Jun 2015 15:43:42 +0000]
minor changes in Polyline.java
Change-Id: I36b41977e0743336ffaa6035452e2c996aa62548
Juergen KOCH [Wed, 17 Jun 2015 14:46:36 +0000]
scatterScanVargin and ScatterSetPolyline moved to scatter3
Change-Id: I5ab85de4381060a3746a6f90750fe9cedc586d3d
Vincent COUVERT [Thu, 2 Jul 2015 08:37:50 +0000]
Fix help compilation (was broken since https://codereview.scilab.org/#/c/16319/)
Change-Id: Id2fb69bda8dc4ac0f235ce6d392f3e6a782761bd
Juergen KOCH [Thu, 11 Jun 2015 12:25:22 +0000]
scatter with extended polyline properties mark_size, mark_foreground, mark_background
Change-Id: I266373e8d3b0cd99f8eead0be674e46f52b9146f
Juergen KOCH [Thu, 11 Jun 2015 14:38:00 +0000]
Manage vectors of colors in name2rgb.
Change-Id: Ia395ff9b35c01c0cdc111d80d39f90e9110078d3
Vincent COUVERT [Wed, 1 Jul 2015 09:56:34 +0000]
Fix tests (old ref contained on error)
Change-Id: I6b686c50850edafdfa34a4c159a3849bbd35de25
Juergen KOCH [Mon, 29 Jun 2015 13:19:43 +0000]
NgonGeneralData: numColors renamed to numColorValues
Change-Id: I0df19bf6c9bf922e34e8b899d4de02b8e96dae9e
Calixte DENIZET [Wed, 1 Jul 2015 08:22:31 +0000]
Analysis: just use one 'safe' tag
Change-Id: Idf9416ae2788ce6845c2da3005befcfb419a3072
Vincent COUVERT [Tue, 30 Jun 2015 15:16:35 +0000]
Fix thread problem when %onprompt is defined, can cause crashes & dead-locks.
Change-Id: I3acc57cd16811a159c444d295cfe144d5e099fe6
Cedric Delamarre [Tue, 30 Jun 2015 08:10:16 +0000]
bug_3831 updated
ascii(0) is an end of string '\0'
Change-Id: Iff1f956f0c3aadba9c25b36167b56d34026c2c03
Vincent COUVERT [Tue, 30 Jun 2015 09:35:10 +0000]
Fix path for installed header after https://codereview.scilab.org/#/c/16743/
Change-Id: Iec540c8bf950747fdbdb33876d0dae1ca9bf8d4a
Calixte DENIZET [Mon, 29 Jun 2015 14:16:30 +0000]
Analysis: fix few bugs
Change-Id: I2115cbdbb356e28fd1e8c68f120272eb90afb6f1
Antoine ELIAS [Mon, 29 Jun 2015 16:10:03 +0000]
fix windows compilation after https://codereview.scilab.org/#/c/16742 and clean delete some unused files in fileio
Change-Id: Ib38a983528ef8040230f7e09021d0b1b36dd6d78
Cedric Delamarre [Mon, 29 Jun 2015 13:42:22 +0000]
exec and execstr fixed and updated
* line number fixed when error occured in string executed by execstr.
execstr(["a=1;";"a(3)"])
* exec and execstr uses a seqexp to execute scripts.
test_run functions exec
test_run functions execstr
Change-Id: Ib55f1b5c1ef3e66385033c676445b459c0c1e46b
Vincent COUVERT [Mon, 29 Jun 2015 12:12:21 +0000]
No more embed Eigen in Windows binary versions (no more needed after https://codereview.scilab.org/#/c/16588/)
Change-Id: I305744b48c402e949cf18053638e3b95dad4b12a
Stanislav KROTER [Mon, 29 Jun 2015 12:01:11 +0000]
Wrong localization for help pages for Java from Scilab
Change-Id: Ia41924e387b380bcb3461393962db009bbf04d51
Vincent COUVERT [Mon, 29 Jun 2015 07:24:23 +0000]
There are no more .cosf files in this directory (latest one removed by https://codereview.scilab.org/#/c/16734/)
Change-Id: Ia72c68e52c771b2b039ca9b915ffdccc310b0943
Clément DAVID [Mon, 2 Mar 2015 09:19:23 +0000]
Xcos MVC: read-only undocumented 'modelID' field
This field can be used while debugging and in cooperation with scicos_log("TRACE").
Change-Id: I9a47b4a971818e29883907517d36eff3e9b8d687
Clément DAVID [Thu, 25 Jun 2015 14:48:06 +0000]
dynamic_link: remove the Eigen dependency for external modules
Change-Id: Ib8756e8293dc2701d5fbfc464c8f91fe8bd1efbb
Paul Bignier [Fri, 26 Jun 2015 11:44:16 +0000]
Scicos: remove useless file
* It is already present in scicos/palettes/Sinks.cosf, as a large Superblock, and it is not used anywhere
Change-Id: If182a71cd5eb762db28624732fbee663664ac71a
Cedric Delamarre [Thu, 25 Jun 2015 10:20:27 +0000]
types::Dollar removed
Change-Id: Icdce5c5c65edbff310bd0f4c6cdd764e322e6600
Cedric Delamarre [Thu, 25 Jun 2015 14:26:20 +0000]
ref file of bug_9344 and bug_9600 regenerate about call stack displaying
Change-Id: I84cf62660b476429716bd85bb9659fc01bbb6c13
Cedric Delamarre [Fri, 26 Jun 2015 09:30:08 +0000]
operator == fixed in Cell
Change-Id: Ibec7f5f693f3cd54297ef216bced4483c5ff2756
Anais AUBERT [Tue, 26 May 2015 14:51:07 +0000]
fix browsevar manager update
Change-Id: I706dbd4bf21180a758a7f8d961dd7957d2c1b3c5
Sylvain GENIN [Wed, 27 May 2015 06:44:09 +0000]
read data in the tlist whit polynom $
A=[1 2;3 4];
test=tlist(["test","chp1","chp2"], A, A);
test($+1-1)== A
test($+1-2)== A
test($+1-3)== ["test","chp1","chp2"]
test($+1-4)
test($+2-1)
Change-Id: I23a389d0885638cee622d87ce77a31705baa32a4
Paul Bignier [Thu, 25 Jun 2015 13:02:58 +0000]
Scicos gateways: fix for getscicosvars
* The gateway attempted to retrieve getSize() of a nullptr (is scicosim is not running, no state is saved)
Change-Id: I0c00ff9f730c4139f6c51c14670b0c6a7edb33a9
Paul Bignier [Fri, 19 Jun 2015 08:17:27 +0000]
Scicos macros: add Scicos objects comparison
* Scilab 5 could compare Scicos objects (mlists), but YaSp needs specific comparison for each object (userType)
Change-Id: I680299a36fe20a0dfda8db84b1d6fea4d68a9b95
Paul Bignier [Fri, 19 Jun 2015 14:37:57 +0000]
Xcos MVC: allow passing mlists as Superblocks' subdiagrams
* Loosened the constraint on the input mlist so it is possible to omit properties
Change-Id: I2d7691f8b3ccb83c21af9b37bea28a5c8702cfd7
Paul Bignier [Fri, 19 Jun 2015 13:04:25 +0000]
Xcos MVC: fix default 'exprs'
* https://codereview.scilab.org/#/c/16680 forgot to modify 'exprs' default value after changing its encoding
Change-Id: I0a877da463f7b2516bbc72948e2df12a9378ddc2
Sylvain GENIN [Tue, 14 Apr 2015 09:01:39 +0000]
getfieldsdictionary : add the marker of end table
a.b = 2
a.bb = 3
a.c = 4
a.cc = 42
M=mlist(['V','name','value'],['a','b';'c' 'd'],[1 2;3 4]);
// segfault on Windows
a.{tabulation}
M.{tabulation}
Change-Id: I4fc78b84c836b07db7a3c07c008416d32eb221a9
Vincent COUVERT [Wed, 24 Jun 2015 12:44:17 +0000]
Fix Mac OS X string conversion (re-use 5.5 branch version) to make macros (de)seralization work after https://codereview.scilab.org/#/c/16614/
Change-Id: Ia486d7a4060182610097fc23914609e11ca54000
Vincent COUVERT [Tue, 23 Jun 2015 08:24:36 +0000]
* Manage nested functions in macr2tree/tree2code.
* Update tests since fun2string has been removed.
* Better management of "rc" and "cc" operations.
Test:
test_run functions bug_731
test_run m2sci bug_1124
test_run m2sci bug_683
test_run m2sci bug_943
Change-Id: Ie87f4c4dca4d3cd2f25f5a6a38abf53d58deb253
Cedric Delamarre [Mon, 15 Jun 2015 12:45:47 +0000]
error stack management and displaying
* print of error in Scierror and catches removed
* print done only in the catch of runner
* new call stack displaying
* file name stored in types::Macro
Change-Id: I89c26ff915bf0fb3bb2cf038475e236b36c5b61d
Vincent COUVERT [Mon, 22 Jun 2015 11:50:11 +0000]
Fix Mac OS X compilation
Change-Id: Ib6ba908b00c1841fdb8988b0b1004420e68fd6e7
Cedric Delamarre [Thu, 11 Jun 2015 07:44:49 +0000]
bug_8232 : drop a file in scilab console fixed.
Change-Id: I30e5c1f82e05af2c5450b669e6eed92190695df5
Vincent COUVERT [Mon, 22 Jun 2015 08:43:36 +0000]
Remove test based on removed function fun2string
Change-Id: Ie99a4365b39dee235f45a738139a38911adc038c
Vincent COUVERT [Mon, 22 Jun 2015 08:19:09 +0000]
Minor modifications in tests:
- parser differences between 5/6 versions
- minor differences on macr2tree output
Tests:
test_run m2sci bug_1003
test_run m2sci bug_1004
test_run m2sci bug_1082
test_run m2sci bug_1123
test_run m2sci bug_1636
test_run m2sci bug_800
test_run m2sci bug_924
Change-Id: I0e57954d855272080c43bf093c5aa716a16e6eee
Calixte DENIZET [Wed, 3 Jun 2015 14:19:47 +0000]
Bug 13807 fixed: Invalid margins when the visibility of figure was to off
Change-Id: I6994d707392321fb9665fc5afded923d2bc4c545
Antoine ELIAS [Thu, 4 Jun 2015 09:26:14 +0000]
reduce Eigen headers visibility
Change-Id: If6bb508198c680c9685fe7fff02f7c318994f101
Vincent COUVERT [Thu, 11 Jun 2015 08:15:58 +0000]
Replace macr2lst by macr2tree in head_comments.
Tests:
test_run functions bug_2987
test_run functions bug_13093
Change-Id: Iceecd6a2ec9f8616d0564736980c3c30f98b2dff
Paul Bignier [Fri, 12 Jun 2015 11:34:23 +0000]
Xcos MVC: use var2vec/vec2var encoding for 'exprs'
Change-Id: If0cbc70f6c5de963e8581894b325aa9cf5f80ff6
Sylvain GENIN [Thu, 11 Jun 2015 14:01:11 +0000]
fixed bug_10121 : pass the file in hdf5
test_run("graphics","bug_10121",["no_check_error_output" ]);
Change-Id: I15cfd21ea1ff07707c822ef24b0c63a7382399f9