summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-22Changelog for 0.5.2-igloo1HEADmasterKalle Vahlman
2012-11-22Bump versionKalle Vahlman
2012-11-22Split large writes into 16k chunks.Axel Fagerstedt
On some hosts LibusbDevice::write fails when for large buffers. This is solved by splitting the write into 16k chunks.
2012-09-03Explicitly mention -lpthread when linking.Marko Saukko
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
2012-09-03Missing include.Marko Saukko
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
2012-09-03Changelog for 0.5.1-igloo2Kalle Vahlman
2012-09-03Add libusb-1.0-0-dev to build-depsKalle Vahlman
2012-06-12Proper debian packaging.Kalle Vahlman
Split CDAL into its own package, depend on the new loadercomm package and generally try not to be hackish.
2012-06-12Remove wacky debian packagingKalle Vahlman
2012-06-12Add /usr/include/loadercomm to include pathsKalle Vahlman
2012-05-28Improved error message during HW initSrimanta Panda
A clear error message is displayed when RIFF fails during Hardware initialization phase.
2012-05-28Improved error messages in riffSrimanta Panda
A clear error message is displayed when RIFF fails because of an error from LCD library. RIFF displays an error description related to the error number received from LCD.
2011-10-13Added Windows SupportSrimanta Panda
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
2011-09-16Propagate PREFIX to the code to find the default config fileKalle Vahlman
Now that we can install into PREFIX, we need to reflect that in the location of the default config file.
2011-09-16Improve the install targetKalle Vahlman
Add support for PREFIX and DESTDIR, use install rather than mc, cp & mkdir
2011-09-16Return when we can't open the USB deviceKalle Vahlman
Most commonly this means insufficent permissions (ie. for got to use sudo).
2011-06-21Fixed file permissionsOla Borgelin
2011-06-09Riff stabilty fixesOla Borgelin
Add support for files larger than 4 GB and improve stability.
2011-05-20Initial commitKarin Hedlund