1 |
|
Readme.txt |
2 |
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
3 |
< |
XmlTools v2.0 |
3 |
> |
XmlTools v2.0a |
4 |
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
5 |
|
|
6 |
|
---------------------------------- |
61 |
|
---------------------------------- |
62 |
|
Change Log: |
63 |
|
---------------------------------- |
64 |
+ |
2.0a, 15-02-2014 |
65 |
+ |
-Added multithreading support for @CUSTOM_COMMAND, use wildcards in multiple files for the same js code to |
66 |
+ |
take advantage of this (performance may increase over 2.5 times) |
67 |
+ |
-Now a warning is given if a user javascript code (@CUSTOM_COMMAND) takes too much time to finish |
68 |
+ |
-Fixed small bug when applying patches with @COMMAND + --no-verbose where some std output should not be displayed |
69 |
+ |
---------------------------------- |
70 |
|
2.0, 08-02-2014 |
71 |
|
-Rewrite XmlTools fom the scratch from C# to C++ in order to increase (much!) the performance of the program |
72 |
|
-The program now uses the following libraries: Qt5, pugixml and jsxml js library |