Clément DAVID [Fri, 23 Dec 2016 07:25:54 +0000]
Merge branch 'master' into 'xcos-layout'
Change-Id: I08059fe94df60d9b68962127fa087b08a81ad8a2
Paul Bignier [Wed, 21 Dec 2016 08:47:14 +0000]
Xcos MVC: enable effective object deletion in diagram
* That way, a diagram with unconnected blocks can pass Compilation & Simulation
Change-Id: I7425845a361b0674ab1b545bae3c25974c9ca1d8
Paul Bignier [Mon, 19 Dec 2016 16:24:47 +0000]
Xcos MVC: do not link new ports with old links
* When cloning a block, the new ports were connected to the old links
* This code section imitats Controller::deepClone()
Change-Id: I8b2f6e189d48bd052616c709c98d1adcc692eef9
Samuel GOUGEON [Sun, 18 Dec 2016 01:48:42 +0000]
help figure_properties: "See also" improved
Change-Id: Ib44130b78c8dbc692ffff4539737bc1776a0b8c0
Adeline CARNIS [Thu, 1 Dec 2016 13:54:39 +0000]
Fix tests in output_stream module.
Change-Id: Icdb416ce874d600e4fa055c4515407dac51eda2a
Adeline CARNIS [Thu, 1 Dec 2016 13:58:29 +0000]
not fixed in 6.0.0
Change-Id: I197c87a7ae731a8999ab3677e89355a9eb628dd7
Samuel GOUGEON [Wed, 21 Dec 2016 12:48:20 +0000]
* Bug #13877 fixed - '<' in <screen> areas were not rendered in help browser
Change-Id: I90539c88b8781e7ad95fd815d3ba9b1085a38d2e
Paul Bignier [Wed, 21 Dec 2016 08:18:31 +0000]
Revert "OCaml build: enforce .mli generation to clean-build in parallel"
This reverts commit
32c0288226994dc2a28c9cf6e38eaed3dfdae90c.
The commit prevented scicos compilation
Change-Id: Iaa1fc805b36ccdd88779612e7225e9fea2c1db7b
Clément DAVID [Tue, 20 Dec 2016 09:37:47 +0000]
Xcos ecore: fix implicit, states and solvers
Change-Id: I71f1a59fe5ec4e2fbd94364e29d01d2109e7d082
Clément DAVID [Fri, 9 Dec 2016 11:35:11 +0000]
Xcos ecore: fix datatype definition
The previous datatype definition was not fully decoded as the Model
enforce int[3] values and we decoded and set them int by int. The new
definition is also clearer from external users (type rows columns).
Change-Id: I96cf427c878fdbae63a73f28ef25dfa28137e15f
Paul Bignier [Fri, 16 Dec 2016 13:51:37 +0000]
Sparse: pass tests
Change-Id: Iefaae00fdbd08cff0829cb914a7b4da8b4ad0cd9
Clément DAVID [Wed, 14 Dec 2016 18:20:46 +0000]
OCaml build: enforce .mli generation to clean-build in parallel
Change-Id: Ib11fdd81e79a84e6123186f1ea26d88558f538ed
Samuel GOUGEON [Sun, 28 Aug 2016 17:37:41 +0000]
* Bug #10195 fixed: NR test added: execstr interpreted ascii(0->31) as ^ power
http://bugzilla.scilab.org/10195
Change-Id: Ic3b34dca6a5ace4408b9a25c0a6e6a348dc98e7e
Samuel GOUGEON [Sat, 6 Aug 2016 23:57:55 +0000]
Bug #592 fixed - linspace(a,b, n<=0) returned b instead of [].
* http://bugzilla.scilab.org/592
* The bug was fixed in 2006 by displaying an error message, but this
was silently cancelled in 2009. See the report.
* Arguments checking improved
* unit test extended
* Help page overhauled. Retranslation in (ja,pt,ru) will be needed.
Change-Id: I8f3f5235be96a7cb5b97e0ab94274b86ba111030
Antoine ELIAS [Thu, 1 Dec 2016 16:16:20 +0000]
fix macro name in %zpk_v_zpk overload
Change-Id: Ic85ced658e4c9fdfcc2e7de078e7c61132253959
Antoine ELIAS [Fri, 16 Dec 2016 13:01:47 +0000]
add umfpack demos in windows installer
Change-Id: I4ae8ea1d8243e76afc84c4ba411e6b214be2475a
Paul Bignier [Thu, 15 Dec 2016 14:21:04 +0000]
Optimization: let tests pass
* numderivative.tst still doesn't pass because of the error on matrix multiplication with mismatching dimensions
Change-Id: I3b72f1053160899538a238ba0ef1175e96344abc
Samuel GOUGEON [Sun, 4 Dec 2016 16:42:21 +0000]
* Bug #14887 fixed - Display of .tag values missed ".." delimiters
http://bugzilla.scilab.org/14887
Change-Id: Ie310749a1a15c1b6beea49f4adec204dd367d7ac
Adeline CARNIS [Tue, 8 Nov 2016 15:20:17 +0000]
* Bug #14571 fixed - The type of input argument of figure function was not checked.
Change-Id: I56779ed42686316b1e2d15b51794fe07d5030cf1
Clément DAVID [Mon, 5 Dec 2016 09:42:11 +0000]
Xcos: resolve SCI on scicosDiagramToScilab calls
Change-Id: I7ba0daf72b2b2f1c359926a0979d3509b70cb1eb
Paul Bignier [Thu, 15 Dec 2016 16:09:45 +0000]
AST: error out on wrong matrix multiplication
* matrix*hyper & hyper*hyper can still be overloaded but not matrix*matrix with wrong dimensions
* numderivative.tst passes again
Change-Id: I834a753ac30fcb2c5ec441d4b1af9339325c875f
Antoine ELIAS [Fri, 16 Dec 2016 08:02:12 +0000]
fix windows installer ( ui_data_gateway.xml was missing )
Change-Id: Ifa81bc8101035efa0d7af5cda1ec478f5c9ca045
Samuel GOUGEON [Sun, 21 Aug 2016 14:35:47 +0000]
help pages: misc. typos, fixes and short improvements
* macr2tree and tree2code examples: cosh is no longer a macro
=> changed to log2
* Improving Graphic sectionning (TBContinued in another commit)
Change-Id: Ia82d6fb587cfc3b5738cf3c62a9f56a28cf82432
Paul Bignier [Wed, 14 Dec 2016 10:31:14 +0000]
Xcos MVC: enable multiple Play & Compile
* We disconnected the old link even if it didn't point to the port
Change-Id: I062a624f58fb47cd043fa93e3b6d51a381da9ce4
Clément DAVID [Mon, 12 Dec 2016 17:02:12 +0000]
Documentation: fix the build
Change-Id: I933b54f9329ec5fd49ab7934de22aa79494303cb
Adeline CARNIS [Tue, 13 Dec 2016 08:49:16 +0000]
fix Demo UMPFACK
Change-Id: Ibda2622e07469605633edffea6e0875e8bcab183
Paul Bignier [Mon, 12 Dec 2016 15:49:07 +0000]
FileIO tests: fix fullpath
* Minor fixes & change useless test
Change-Id: I17f7fcf824c1f0296944274b5bb0258ea4b48877
Samuel GOUGEON [Sun, 4 Dec 2016 18:38:09 +0000]
help: scilab|scilex page fixed & improved
* "-e" & "-f": special management of the CWD wasn't documented
(after http://mailinglists.scilab.org/Users-fr-Repertoire-de-demarrage-Scilab-tp4035138p4035149.html)
* "-args" usage was hardly described. Now properly documented.
* Improvements:
- scilex|wscilex syntaxes added
- options reserved to Linux/Mac OSX => Dedicated section
- unproper <programlisting>: replaced with <screen> areas
- "See also" enriched: sciargs, getpid, getenv, getversion, consolebox added
- Example for "-e" improved: now includes some quotes showing how to manage them.
- xml registration for scilex and wscilex added
- Some <para> converted into <warning> / <important> tags
- other miscellaneous improvements for a better readability.
* Fixed: -version does not make Scilab exiting
Change-Id: Ic2231c4872a21658c4b16ce403f8aa340dd5bcb4
Paul Bignier [Mon, 12 Dec 2016 09:03:57 +0000]
AST::System_env: fix CID 1366885 & 1366884
Change-Id: I50a0dc4d33f40c1cfdef5b47c1bb2c36d8a4b1a7
Paul Bignier [Fri, 9 Dec 2016 10:20:17 +0000]
AST::System_env: fix MacOS launch after
a3118bbf
* On MacOS, /tmp points to "private/tmp" instead of "/private/tmp"
Change-Id: I9ac8987d001d0f7b9c0cd6a8d0d3fbef4ce2a30d
Paul Bignier [Fri, 9 Dec 2016 08:12:05 +0000]
IO src: fix CID 1366882
Change-Id: I5d7a4fe5ce12b56008acef9a5a0a013ada4b3f9f
Clément DAVID [Thu, 8 Dec 2016 16:46:33 +0000]
core tests: fix ENGLISH IMPOSED message
Change-Id: I3762a4702b335297555ee3b62225ccb6474e4e13
Cedric Delamarre [Fri, 2 Dec 2016 10:45:34 +0000]
[core] NOT FIXED 6.0.0
Change-Id: Id6d1fa88676e30cbe2620c9498b536549646ad51
Clément DAVID [Thu, 8 Dec 2016 15:44:03 +0000]
Compilation: fix implicit-function-declaration and implicit-int warnings
These warnings might be eventually treated as errors by distribution
specific compilation flags. For instance this is a planned change for Fedora 26.
Change-Id: I27a89f8a7c8a68655e6aa855b927dde9bcbb4ab7
Paul Bignier [Wed, 7 Dec 2016 18:11:51 +0000]
AST::System_env for mac: replace /tmp with /private/tmp
* On MacOS, /tmp is a symlink to /private/tmp
* This will enable TMPDIR == fullpath(TMPDIR)
Change-Id: If1f8eea816bf44bfc8cc39e6a396e073d25ada63
Clément DAVID [Thu, 8 Dec 2016 14:23:19 +0000]
CID 1366841 and 1366842 fixed
Change-Id: Ie2e82b222795c052f4725073fd7a99f733c6110f
Clément DAVID [Thu, 8 Dec 2016 14:38:59 +0000]
CID 1366835 fixed
Change-Id: I46450651ef9ca18e8631e5706e50f7ddbef1d4e3
Cedric Delamarre [Thu, 8 Dec 2016 13:36:00 +0000]
[matelm] invalid read and mismatch free fixed
test_run core matelm mode_nwni_profiling
test_run elementary_functions cumsum mode_nwni_profiling
test_run elementary_functions cumprod mode_nwni_profiling
Change-Id: I137e13ed62051d8e7e8a6b750b6c1f4aa22347ca
Clément DAVID [Thu, 8 Dec 2016 13:45:17 +0000]
CID 1366848 1366849 and 1366850 fixed
Change-Id: Ie689f9717f110366ec1a9b622641fe3e3f476baf
Clément DAVID [Wed, 30 Nov 2016 13:34:40 +0000]
genlib: process files sorted to ease reproducibility
Change-Id: Ice5f4282c102fa0be6bfea278980d3fb206d75a1
Cedric Delamarre [Thu, 8 Dec 2016 09:02:04 +0000]
[bug_14225] test fixed for scilab binary
Change-Id: I6e34f6d6adcd635a865ebeb8597f2d3c0bfd1a8d
Clément DAVID [Thu, 8 Dec 2016 10:06:37 +0000]
LU test: use assert_checkalmostequal for numerical checks
Change-Id: I7a8af80638e7714cfcff5aae066d4f2bae584174
Clément DAVID [Thu, 8 Dec 2016 08:21:55 +0000]
Tests: add missing filesep() for TMPDIR generation
Change-Id: I2a2f30a67a779835e56d84c6ce50251dba0182be
Paul Bignier [Thu, 8 Dec 2016 08:59:25 +0000]
Graphics src: fix compilation after
7706434a
* Failed on MacOS's clang
Change-Id: Iee56d8dc3285ed2002332d03fd8f5c09a92a82ec
Cedric Delamarre [Thu, 8 Dec 2016 09:16:44 +0000]
[bug_8768] test fixed about typo in the checked error message
Change-Id: I07f457ad65896d16751d10b440c16d1deec5f981
Samuel GOUGEON [Thu, 25 Aug 2016 14:21:30 +0000]
* Bug #9008 fixed - test_run applied create_ref option on 'NO CHECK REF' tests
http://bugzilla.scilab.org/9008
Change-Id: I182eb1805a9ce0cbed74c9aa9a027b779d8e0329
Samuel GOUGEON [Thu, 25 Aug 2016 17:12:51 +0000]
* Bug #14743 fixed - test_run(,'show_error') did not document 'failed: Slave Scilab exited..' errors
http://bugzilla.scilab.org/14743
Change-Id: If0e15eddc85cc84260f630441dbfb5d0db599cb7
Samuel GOUGEON [Wed, 7 Dec 2016 20:41:34 +0000]
* Bug #14470 fixed - geomean often overflowed & did not check argins
http://bugzilla.scilab.org/14470
Change-Id: Ied3e2da4fa4e540ca886260b8834cb0ba5d59f60
Paul Bignier [Wed, 7 Dec 2016 17:31:49 +0000]
Graphics src: fix return value
* CID 1366838
Change-Id: Ied8ee7882addca3f52274201ddb34e64550e93dd
Paul Bignier [Fri, 21 Mar 2014 11:54:00 +0000]
* Bug #8190 fixed - Optimization: Fixed ICSE demos
Change-Id: Id05ba33f1cc41b66e02d25221d9d17a1204e87ba
Cedric Delamarre [Wed, 7 Dec 2016 17:58:10 +0000]
[differential_equations] error message fixed
after https://codereview.scilab.org/#/c/18764/
Change-Id: I00b912aa6704b6c3b98f2c2b6424960541de10ab
Paul Bignier [Wed, 7 Dec 2016 16:59:33 +0000]
Differential_equations src: indentation + FREE fixes
* CID 1366847, 1366846, 1366845, 1366844 & 1366843
Change-Id: I96baf14563f1bf53a6b0628e5836784601d4a52a
Clément DAVID [Mon, 5 Dec 2016 09:29:22 +0000]
Localization: dispatch localized files from Launchpad
Change-Id: I0083b487ba9b28de4327f3e4e03c2e0cd0db037a
Cedric Delamarre [Tue, 6 Dec 2016 15:16:55 +0000]
light() fixed
Change-Id: I8d72f946b4550d05e8fbac6ea3319df0d4978e1a
Cedric Delamarre [Tue, 6 Dec 2016 14:22:20 +0000]
fullpath fixed on Windows
test_run functions get_function_path
test_run functions bug_13903
test_run functions bug_4608
test_run functions bug_7952
Change-Id: Ia353be524dcc9a91760ac7c6bf572cb72ce9ee14
Cedric Delamarre [Tue, 6 Dec 2016 08:41:13 +0000]
[bug_6550] getPath of Library type fixed
* test_run functions bug_6550
* --> string(lib)
Change-Id: I477feec1a6a14acc41367f1b1889b23bed931fee
Cedric Delamarre [Wed, 7 Dec 2016 10:15:32 +0000]
linux bianary fixed
* two xml of dynamic module gateway was missing at installation
Change-Id: Ib431368277a0bf7307488147002d6f2e2cc5af4d
Cedric Delamarre [Mon, 5 Dec 2016 15:57:42 +0000]
[bug_1469] test fixed
test_run functions bug_1469
Change-Id: Id135eba8a6cd3856f43aff45f04972a3dd9c7e72
Clément DAVID [Mon, 28 Nov 2016 07:36:31 +0000]
CACSD: fix freson() Scilab 5 behavior
* fix freson unit-test
Change-Id: Id6d81cfbae91ab87e37d4ea2b61e458166c6c91e
Clément DAVID [Fri, 2 Dec 2016 16:31:15 +0000]
Xcos XMI format: fix exprs encoding
Change-Id: If84af16b2f515809d01d1fd2442ee0a5944fd91f
Adeline CARNIS [Fri, 28 Oct 2016 13:27:24 +0000]
* Bug #14758 fixed - xstringb creates a figure when no exists.
Change-Id: I76e7619283a5cdef1b4342798aa0ad37ebaab741
Adeline CARNIS [Tue, 8 Nov 2016 11:35:36 +0000]
* Bug #14779 fixed - When used logarithmic mode using coordinates <= 0, xsegs crashed Scilab.
Change-Id: If2e53741f91eec58fa85401ceae52807a6a33b29
Clément DAVID [Mon, 5 Dec 2016 08:46:30 +0000]
Localization: update POT files
Change-Id: Ia8b429aef5e3a4ec2c6e2ec26a10b9feb39852a6
Simon Marchetto [Tue, 6 Dec 2016 09:20:19 +0000]
fix compilation error (from bug #14524 fix)
Change-Id: I5d6ecadfd94e1bd5858c0b9bd2d87abd431e4419
Simon Marchetto [Thu, 30 Jun 2016 08:01:29 +0000]
* Bug #14524 fixed - Numeric locales were not set to standard "C" by default at scilab startup
Change-Id: Ia29c505c959b25fcaffa4c7fe752fa826c8601cf
Clément DAVID [Tue, 29 Nov 2016 11:33:29 +0000]
Xcos doc: add xcosDiagramToScilab (and the NWNI version)
Change-Id: I336f9d52a0bd61b05bc4a36dc3a0bb6670c619d4
Clément DAVID [Mon, 5 Dec 2016 14:54:03 +0000]
Xcos: load scicos_utils at startup to ease modelica check
Change-Id: Ia028e1b73dff8c644f09e1160c4968500c563243
Clément DAVID [Mon, 5 Dec 2016 13:28:41 +0000]
Xcos: fix loadXcosLibs (again) after
a43c4fbb51
Change-Id: If370189d8babaa7f0ff1491f86ee5550676a4ff8
Paul Bignier [Fri, 2 Dec 2016 14:37:51 +0000]
MacOS configure: enable system CURL
* Fallback to system curl is it was not installed by fink (PKG_CONFIG)
Change-Id: I49a83e0a8c63592b0528140935773d9b0c67cfa0
Cedric Delamarre [Mon, 5 Dec 2016 10:32:04 +0000]
[bug_8765] double free fixed.
test_run core bug_8765 mode_nwni_profiling
Change-Id: I6570baa853c85888036b57e6be8bda3abd7430b8
Clément DAVID [Mon, 5 Dec 2016 10:13:12 +0000]
Xcos: fix loadXcosLibs after
a43c4fbb51
Scicos is now fully loaded dynamically, at Scilab startup no Scicos
names will be present.
Change-Id: Ib6cb5c9aa95c2da653e73a9705811796e296847f
Antoine ELIAS [Fri, 25 Nov 2016 10:17:06 +0000]
findmsvccompiler: look for same VS version that scilab instead of newer version
Change-Id: I833c78fd26d6b1f67be884c23f23200f3f16d1f3
Adeline CARNIS [Thu, 17 Nov 2016 14:06:20 +0000]
*Bug #13856 fixed - messagebox updated.
Change-Id: I88f01f62ba77a442c0d764249d7eebfa6047ee37
Samuel GOUGEON [Tue, 16 Aug 2016 08:07:43 +0000]
xml2html: add support to <tr valign=..>
Change-Id: If4a52e71ed5b30b8c36e0f6e8e9c210644152186
Cedric Delamarre [Fri, 2 Dec 2016 16:47:24 +0000]
[bug_3489] overwite of protected variable fixed
Change-Id: I79402aec9011df18b6a3675f1938137928366ed3
Cedric Delamarre [Fri, 2 Dec 2016 16:46:10 +0000]
[bug_4278] test updated.
Change-Id: Iaced50da15d897436cdc3e3a4105de8e9beffb10
Cedric Delamarre [Fri, 2 Dec 2016 10:36:18 +0000]
[bug_9571] concatenation fixed
* test_run core bug_9571
Change-Id: I74f423224f0e368501f41578803bcd57e8b53824
Paul Bignier [Fri, 2 Dec 2016 13:14:18 +0000]
Fix MacOS compilation
* DBL_MAX definition after
bd698804
Change-Id: I35fb6a37cf8108331537e70bbea99ce16579b06f
Paul Bignier [Fri, 2 Dec 2016 15:46:05 +0000]
Xcos Modelica libraries: encode Hydraulics.mo in UTF-8
* Like Electrical.mo. OpenModelica needs UTF-8 library files
Change-Id: Ida90caa60762b5c696aab9241247ad33ead5f3bd
Antoine ELIAS [Sun, 4 Dec 2016 06:50:19 +0000]
update windows installer with removed libs
Change-Id: I0d13c52e2820a49bb0451cf09fbd9796e07a6557
Antoine ELIAS [Fri, 2 Dec 2016 13:13:52 +0000]
add missing file for windows compilation
Change-Id: I09fa091f37d00415626b3f5bec4d3e36e21e6a16
Cedric Delamarre [Tue, 29 Nov 2016 15:27:23 +0000]
modules using java in nwni mode fixed.
* return an error when a function java needs is called with NWNI mode
* move all static modules wich use java as dynamic
* history_browser module plugged
Change-Id: Ia2b2e01466d9864f768e666a6e366494196fecf2
Antoine ELIAS [Wed, 30 Nov 2016 19:58:19 +0000]
load: avoid creation of double axes in figure
Change-Id: I4380229b2b50483b5a9ab94c391405459b81ded9
Antoine ELIAS [Wed, 30 Nov 2016 09:17:44 +0000]
load: update data_bounds of parent axes on load of polylines
Change-Id: Ibfe91a78ebc5cc2717c621f085a76c174807b67e
Clément DAVID [Fri, 21 Oct 2016 07:04:03 +0000]
License.txt: add DOREDI information
Change-Id: I6970cbb14f2734889e2447a246c1e7cfda517b54
Clément DAVID [Tue, 29 Nov 2016 10:57:38 +0000]
Xcos: fix user-defined external actions
Change-Id: Ie0dea58a12c6d7912bf1aa8240b5b3a15d86e46c
Clément DAVID [Mon, 28 Nov 2016 16:47:13 +0000]
Xcos: display the loaded XMI file on the editor
Change-Id: Ide78209d4be1c7866a46dd993df30952500b44a9
Clément DAVID [Mon, 28 Nov 2016 16:24:03 +0000]
Xcos: add dummy gateways in NWNI mode
Change-Id: I53159e63f43e613124bbf803209ba24f306a4d00
Clément DAVID [Wed, 19 Oct 2016 13:01:49 +0000]
Scicos: refactor DiagramAdapter / BlockAdapter
To reduce memory usage, DiagramAdapter might be either backed by a Diagram
or a Block instead of preserving a types::List copy.
This commit also move the block EXPRS encoding back to the XMIResource file
to avoid mis-copy on clone().
Change-Id: Iaa6e3d7a555466df26afce3f946fd4b7fff2b19d
Paul Bignier [Thu, 23 Jan 2014 10:01:50 +0000]
Atoms tests: minor fixes & dia.ref regen
Change-Id: Iab99d7c5ccb6c677ab2334a85f27021ff4b938c5
Antoine ELIAS [Mon, 28 Nov 2016 07:59:38 +0000]
dl_sym: entry points are register with their orginal name, so check with this name
Change-Id: I69381b6e8cb4f54f3e304f3858687273799343d6
Samuel GOUGEON [Fri, 25 Nov 2016 23:30:41 +0000]
after I1e70b43de: dot omitted in %r_m_p() added
Change-Id: Ib06fd576e0301d3b9a574983f2254cd1b6533e51
Paul Bignier [Mon, 28 Apr 2014 13:25:04 +0000]
* Bug #12897 fixed - Optimization: rename "imp" into "iprint"
It is called that way because it comes from the n1qn1.f head comments,
which are in French ("imp" == "impression").
Voluntarily left the ICSE demos untouched because they don't even work yet:
https://codereview.scilab.org/#/c/14097/
Also, fixed the help examples & regened ref files
Change-Id: I5d07eaa1faaf57c69056b6693a0edac7266c490a
Antoine ELIAS [Fri, 25 Nov 2016 10:19:58 +0000]
dynamic_link: remove deprecated test and update some refs
Change-Id: I3a016dbcd185a8bad4229f58929f988a3327fe22
Adeline CARNIS [Wed, 23 Nov 2016 10:50:48 +0000]
Fix tests in elementary_functions:
bug_12034: error message updated.
bug_10306: test updated since bug #7649
bug_7650: size(m) replace size(m, '*') in isempty function for tlist case
bug_13872: lex_sort is obsolete. test updated.
log1p : ieee(0) added to test the error
bitget : 2^[0 0;0 0] returns [1 0;0 1] instead of [1 1;1 1].
Change-Id: I990711ef65ea965cb44a3339ed19cc2f774ecbdd
Adeline CARNIS [Fri, 25 Nov 2016 13:21:09 +0000]
fix non regression tests in differential_equations module.
Change-Id: Ibc48c6a12aa2377446d05af8c3a121706c74bf64
Adeline CARNIS [Fri, 25 Nov 2016 13:29:09 +0000]
fix tests in data_structures modules
Change-Id: I7f13d51dc1d3c57e93c665ee7666893d923ed82f
Antoine ELIAS [Fri, 25 Nov 2016 14:19:40 +0000]
fix scinotes selection evaluation with comments
Change-Id: I37f477a62be3f6d18d016b6803600697a57a1114
Antoine ELIAS [Mon, 21 Nov 2016 14:25:28 +0000]
fix bug in sci_dlsym function
Change-Id: I8a4531bc6324de261b206aea3de032411cea0c76
Antoine ELIAS [Fri, 25 Nov 2016 10:15:14 +0000]
fix trouble with debug/release detection on Windows dynamic_link
Change-Id: Ia573abbaa17e1f449d103ce4ff0a9aa768a39b35