Anonymous Login
2026-01-15 15:03 CET

HomeAutomation: trunk r1945 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
Mattias Runge trunk 2012-04-14 21:49:57 Pending
Changeset Some work on changing the logging system to make it easier to use, not done and nothing of the old is yet converted to the new system.
Introduced a way of doing error handing with exceptions, only the MySql plugin uses this right now.
Added a plugin to access mysql from the js environment, it only exposes some basic functions right now but should be pretty useful, not fully tested yet but at least a select seems to work.
Some other small stuff.
mod - /trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4 Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/INSTALL Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/plugin/mysql.js [ Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/common/exception.h [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/common/log.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/common/log.h [ Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config.h.in Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/mbb/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Plugin.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/MySql.cpp [ Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/MySql.h [ Diff ] File ]