Changes committed to git://oss.sgi.com/pcp/pcp-gui.git gadgets
books/PCP_UAG/pcp-users-and-administrators-guide.pdf | 1
books/PCP_UAG/pcp-users-and-administrators-guide.xml | 11 --
dev/null |binary
src/gadgets/main.cpp | 2
src/gadgets/parse.cpp | 96 ++++++++++++-------
src/gadgets/pmgadgets.pro.in | 2
src/libqed/libqed.pro.in | 22 +++-
src/libqed/qed_actionlist.cpp | 52 ++++++++++
src/libqed/qed_actionlist.h | 14 +-
src/libqed/qed_bar.cpp | 78 +++++++++++++++
src/libqed/qed_bar.h | 2
src/libqed/qed_colorlist.cpp | 38 +++++++
src/libqed/qed_colorlist.h | 13 +-
src/libqed/qed_gadget.cpp | 26 +++++
src/libqed/qed_gadget.h | 4
src/libqed/qed_label.cpp | 24 ++++
src/libqed/qed_led.cpp | 7 +
src/libqed/qed_led.h | 7 -
src/libqed/qed_legend.cpp | 29 +++++
src/libqed/qed_legend.h | 17 +--
src/libqed/qed_line.cpp | 10 +
src/libqed/qed_line.h | 1
22 files changed, 380 insertions(+), 76 deletions(-)
commit 6c5f1dc79baa595ee784f6e0e77855bff2ca5db6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jan 10 16:21:31 2014 +1100
Initial pmgadgets binary now links (lots todo still of course).
commit db830a93feb6bb63628b5b611a7930196fd05f7c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jan 10 13:42:32 2014 +1100
More stub routines in libqed, moving toward initial link
commit ac103c7de76a35a22b08c8ac62c3a6d537e8b36e
Merge: 84104f9 005c5b2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jan 7 09:47:24 2014 +1100
Merge branch 'dev' into gadgets
commit 005c5b2f250b1bf5a0e65cbc932ee5f81cbbc837
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jan 7 07:50:12 2014 +1100
Correct the filenames for pmie/pmlogger crontabs
commit 84104f9e3ce11f076e8dc483b89289a3bb71db2d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Nov 26 17:04:33 2013 +1100
Next batch of updates (linker-related) towards a pmgadgets binary
commit b5663e8bd5deb9427e30c8c618da38b2be52d164
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Nov 26 12:04:10 2013 +1100
Next set of pmgadgets updates towards a buildable binary
|