| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
2 New Commits:
[pcp:master] By Nathan Scott <[email protected]>:
b7b2465331e1 ( https://github.com/performancecopilot/pcp/commit/b7b2465331e1884374a42bdc1e841050dc71cdea ) : build: fix qt4 builds once more, no widgets module there Resolves a build problem mgoodwin came across.
Modified: src/libpcp_qed/src/libpcp_qed.pro ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/libpcp_qed.pro )
Modified: src/libpcp_qed/src/qed_app.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_app.h )
Modified: src/libpcp_qed/src/qed_fileiconprovider.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_fileiconprovider.h )
Modified: src/libpcp_qed/src/qed_timebutton.h ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_qed/src/qed_timebutton.h )
[pcp:master] By Nathan Scott <[email protected]>:
584a33610392 ( https://github.com/performancecopilot/pcp/commit/584a336103922460d2a4bcb4b4d4d110f81d6130 ) : libpcp_web: improvements to error checking Add error checking of the numeric parsing done by the libc routines strtol, strtod, et al. Fix some oddball corner cases in true/false string comparisons and also make the boolean value extractor use these keywords. Increased the default JSON parser token allocation to a more likely starting point to avoid additional mallocs.
Modified: src/libpcp_web/src/json_helpers.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp_web/src/json_helpers.c )