Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-19 | Sluift: Add iTunes & PEP User Tune support | Remko Tronçon | |
Change-Id: I25b3840bb40ce38531922cc737bc82828e026d3f | |||
2014-01-18 | Sluift: Support for common presence payloads | Remko Tronçon | |
Change-Id: Idb7cd431f20ea69690a105240a5e2aeec1643cec | |||
2014-01-18 | Sluift: Allow blocking calls to be interrupted. | Remko Tronçon | |
Change-Id: I3755e796fbddc038022bbf543c7b1c0529a9b0f9 | |||
2014-01-03 | Sluift: Add help support | Remko Tronçon | |
Provide a 'help' function that takes a table/function, and prints help for it. A structured representation can be retrieved through 'get_help'. Change-Id: I2b3ce8992943ef30cee2604fba9200feed263fa5 | |||
2014-01-03 | Sluift: Custom console/interpreter | Remko Tronçon | |
- Prints results of each command (if it can be interpreted as an expression) - Stores results of last command in _1, _2, ... - Supports tab completion - Compatible with Lua 5.2 Other changes: - Add support for specifying custom editline library - Don't load sluift into global namespace. Tab completion should be convenient enough. Change-Id: I2a26346469d67c281d09d47cacaa0b267f5ea9f9 | |||
2013-12-27 | Sluift: Refactoring | Remko Tronçon | |
- Rename boot.lua to core.lua - Support Lua 5.2 - Support version prefixes for sluift module - Add Client:process_events Change-Id: I3fa6d06d1dbdf86f65b9f4203bd2ec5b5526b104 | |||
2013-09-21 | Sluift: Add support for ad-hoc commands | Remko Tronçon | |
Change-Id: I4ac2d0b07841b03086d9dbd9fa06d1f030f4e1ca | |||
2013-09-15 | Install Sluift | Remko Tronçon | |
Change-Id: Ia08269b51528b4458418939e5478cb320f4ba40d | |||
2013-09-01 | Sluift: More PubSub convenience methods & use cases. | Remko Tronçon | |
- Convenience iterators to PubSub and PubSubNode. - Retrieving X most recent items - Retrieving a single item - Fixed GeoLocation serializer Change-Id: Ib4ecde225fb274b21163fcc9b52e19b0d3431860 | |||
2013-08-27 | PubSub implementation & Sluift refactoring. | Remko Tronçon | |
Change-Id: I04ff7111b73565c00bff6db183451774a633344f | |||
2013-08-17 | Fix building sluift as .dll on Mac OS X. | Remko Tronçon | |
Change-Id: Ia8043d66ef676048e7fe1d0347b65e8d64aa3bd5 | |||
2013-04-21 | Fix compilation when 3rdParty/ is not there. | Remko Tronçon | |
Change-Id: I6d86bf7d8dcc750ff69ff08500c9987b3c1de43e | |||
2011-05-10 | Add OpenSSL to Sluift bundle conditionally. | Remko Tronçon | |
2011-04-22 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Fixed SCons not picking up the build version correctly in tarball build. | |||
2011-04-22 | Fixed SCons not picking up the build version correctly in tarball build. | Remko Tronçon | |
2011-04-18 | Compile Lua as C++ to avoid setjmp/longjmp & exception conflicts. | Remko Tronçon | |
2011-03-15 | Don't fail if LUA_FLAGS aren't set. | Remko Tronçon | |
2011-03-05 | Added windows packaging. | Remko Tronçon | |
2011-03-05 | Fixed some Sluift bugs. | Remko Tronçon | |
2011-03-03 | Some more Sluift tweaks. | Remko Tronçon | |
2011-03-01 | Introduce Lua::Value helper. | Remko Tronçon | |
2011-03-01 | Fixed linking order. | Remko Tronçon | |
2011-03-01 | Some more Sluift enhancements. | Remko Tronçon | |
2011-02-27 | Added 'get_next_event' sluift command. | Remko Tronçon | |
2011-02-26 | Patch Sluift console. | Remko Tronçon | |
2011-02-26 | Avoid scons warning on multiply defined targets. | Remko Tronçon | |
2011-02-26 | Moving tests around. | Remko Tronçon | |
2011-02-25 | Add statically linked sluift. | Remko Tronçon | |
2011-02-25 | Use -fPIC on AMD64. | Remko Tronçon | |
2011-02-25 | Fixed amd64 string. | Remko Tronçon | |
2011-02-25 | Temporarily don't build Sluift plugin on amd64. | Remko Tronçon | |
2011-02-25 | Add -fPIC to Sluift/Lua compile flags on Linux. | Remko Tronçon | |
2011-02-24 | Added initial version of Sluift. | Remko Tronçon | |