Commit 71cf028
user: ext_libs: Upgrade muparser library to the most recent released
This change upgrades muparser library. Library source code now corresponds to:
https://github.com/beltoforion/muparser (HEAD, tag: refs/tags/v2.3.4)
Rationale for the change:
- used version (2.2.5) is way outdated (dated Apr,2015)
- flood of compilation warnings similar to:
ext_libs/muparser/muParserToken.h:71:10: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<ParserCallback> m_pCallback;
Testing done:
$ bazel test //ext_libs/muparser:muparser-lib-test
INFO: Analyzed target //ext_libs/muparser:muparser-lib-test (0 packages loaded, 0 targets configured).
INFO: Found 1 test target...
Target //ext_libs/muparser:muparser-lib-test up-to-date:
bazel-bin/ext_libs/muparser/muparser-lib-test
INFO: Elapsed time: 0.578s, Critical Path: 0.42s
INFO: 2 processes: 2 linux-sandbox.
INFO: Build completed successfully, 2 total actions
//ext_libs/muparser:muparser-lib-test PASSED in 0.4s
Executed 1 out of 1 test: 1 test passes.
$
Signed-off-by: Alex Blago <[email protected]>1 parent 8e33968 commit 71cf028
File tree
26 files changed
+9873
-10364
lines changed- ext_libs/muparser
26 files changed
+9873
-10364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
40 | 35 | | |
41 | 36 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
0 commit comments