/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

  • Committer: edam
  • Date: 2012-10-19 17:49:37 UTC
  • Revision ID: tim@ed.am-20121019174937-zqf05mernpht5uss
- made basic_statement::step() protected, for use by query and command only
- moved basic_statement::operator<<() to command and query instead; one needs to accept sqlite::exec, the other doesn't
- added tests for query::operator<<()
- added code to invlaidate in-progress queries during any transaction rollbacks (currently segfaults in basic_statement::finalize())
- added new sqlite_error constructor that obtains a full error message
- implemented database::database_mutex_guard class
- swapped command's step mutex in favour of the database mutexfixed CPPFLAGS -I parameters so that path expansion of '~' in ARDUINODIR works
Filename Latest Rev Last Changed Size
arduino.mk 45 2012-10-19 17:49:37 UTC 13.3 KB Diff Download File
NEWS 44 2012-10-19 16:37:00 UTC 0.7 KB Diff Download File
THANKS 39 2012-04-24 12:10:14 UTC 414 bytes Diff Download File