...
- Invoke the command
- Call the sync command, this then syncs the changes from the server, into the client
In the 5 series version version, we support auto-sync, which effectively combines the two separate commands into one.
This reduces the latency for GUI and python clients clients and improves responsiveness.
...
This has been replaced with std::regex
C++11/14
The code base codebase has been upgraded to c++11 using CLANG. See Using clang tidy to upgrade code base to c++11