summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-09travis-ci: refine coverity setupRALOVICH, Kristof1-46/+47
2014-08-09docs: fix line endingsRALOVICH, Kristof1-7/+7
2014-08-09travis-ci: coverity updateRALOVICH, Kristof1-1/+1
2014-08-09travis-ci: doesn't have libboost-atomic-devRALOVICH, Kristof2-2/+2
2014-08-09travis-ci: add coverity scriptRALOVICH, Kristof1-0/+100
2014-08-09travis-ci: refine coverity setupRALOVICH, Kristof1-15/+16
2014-08-09travis-ci: need libboost-atomic-devRALOVICH, Kristof1-1/+1
2014-08-09debian: libboost-atomic-dev is requiredRALOVICH, Kristof1-1/+1
2014-08-09cmake: link against boost_atomic tooRALOVICH, Kristof1-1/+1
2014-08-09Merge branch 'master' of https://code.google.com/p/antpmRALOVICH, Kristof0-0/+0
2014-08-09docs: more packaging detailsRALOVICH, Kristof1-1/+2
2014-08-02docs: update maintainer notesRALOVICH, Kristof1-0/+1
2014-08-02docs: update maintainer notesRALOVICH, Kristof1-1/+45
2014-08-02realize freebsd build compatibilityRALOVICH, Kristof2-1/+55
Add definition of IUCLC. Fix build with boost 1.42.0, that provides the boost filesystem api v2 only.
2014-07-31travis-ci: new tokenRALOVICH, Kristof1-1/+1
2014-07-31travis-ci: build coverity_scan branch tooRALOVICH, Kristof1-0/+1
2014-07-31tests: fix warningRALOVICH, Kristof1-0/+2
Building CXX object tests/CMakeFiles/testDeviceSettings.dir/testDeviceSettings.cpp.o /home/travis/build/ralovich/antpm/src/tests/testDeviceSettings.cpp: In member function ‘void convert_0::test_method()’: /home/travis/build/ralovich/antpm/src/tests/testDeviceSettings.cpp:73:17: warning: unused variable ‘s’ [-Wunused-variable] /home/travis/build/ralovich/antpm/src/tests/testDeviceSettings.cpp:74:17: warning: unused variable ‘t’ [-Wunused-variable]
2014-07-31travis-ci: fix typoRALOVICH, Kristof1-2/+2
2014-07-31travis-ci: hooking up coverityRALOVICH, Kristof2-1/+21
2014-04-27tests: comment unused codeRALOVICH, Kristof1-2/+2
2014-04-08scipts: refine VS2008 buildersKristof Ralovich2-4/+8
2014-04-08add missing includeKristof Ralovich1-0/+1
2014-04-08tests: run sm1 under win tooKristof Ralovich1-125/+125
2014-04-08win libusb installer: chmod +xRALOVICH, Kristof1-0/+0
2014-04-08make the time conversion a bit more readable/debuggableRALOVICH, Kristof1-1/+3
2014-04-08tests: str2time still fails under win, but at least not crashesRALOVICH, Kristof1-1/+16
i suspect the problem is that the time conversion doesn't happen in GMT
2014-04-08str2time: boost did not recognize this formatRALOVICH, Kristof1-1/+5
2014-04-08antpm-usbmon2ant: fix crash under winRALOVICH, Kristof1-1/+1
2014-04-08vs strftime doesn't recognize %TRALOVICH, Kristof1-1/+5
2014-04-08VS2012 build scriptRALOVICH, Kristof1-0/+15
2014-04-08cmake: build gant as optionalRALOVICH, Kristof1-3/+10
remove -lstdc++ from win builds
2014-04-08build fix: VS2012 has proper smart pointersRALOVICH, Kristof1-1/+1
2014-04-08build fix: VS2012 has proper cstdintRALOVICH, Kristof1-1/+5
2014-04-08add missing includeRALOVICH, Kristof1-0/+1
2014-04-08don't use NULLRALOVICH, Kristof1-1/+1
2014-04-08don't use uintRALOVICH, Kristof1-2/+2
2014-03-27gant: try fixing FTBFS under hurd-i386RALOVICH, Kristof1-0/+3
> /«PKGBUILDDIR»/src/gant/antlib.c:415:73: error: 'IUCLC' undeclared (first use in this function)
2014-03-27try fixing FTBFS under hurd-i386, kfreebsd-amd64, kfreebsd-i386RALOVICH, Kristof1-1/+1
from /«PKGBUILDDIR»/src/common.cpp:20: /«PKGBUILDDIR»/src/Log.hpp: In constructor 'antpm::Log::Log(const char*)': /«PKGBUILDDIR»/src/Log.hpp:176:8: error: '::access' has not been declared if(::access(logFileName, 0x00) != -1) ^ make[4]: *** [CMakeFiles/antpm.dir/common.cpp.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: Leaving directory `/«PKGBUILDDIR»/cmake-build' make[3]: *** [CMakeFiles/antpm.dir/all] Error 2 make[3]: Leaving directory `/«PKGBUILDDIR»/cmake-build' make[2]: *** [all] Error 2 make[2]: Leaving directory `/«PKGBUILDDIR»/cmake-build' make[1]: *** [override_dh_auto_build] Error 2 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build-arch] Error 2
2014-03-26tests: test a few parts of lqueueRALOVICH, Kristof2-0/+132
2014-03-26travis-ci: fix typoRALOVICH, Kristof1-2/+2
2014-03-26ant: use nicer constantsRALOVICH, Kristof1-8/+4
2014-03-26ant: document state machine teardownRALOVICH, Kristof1-3/+14
2014-03-26travis-ci: commands are not run in subshellsRALOVICH, Kristof1-5/+12
2014-03-26ant: debug comment, for exiting event threadsRALOVICH, Kristof2-0/+4
2014-03-26ant: rename methodRALOVICH, Kristof4-6/+6
2014-03-26lqueue: fix c++ protection levelRALOVICH, Kristof1-4/+1
2014-03-26travis-ci: fix descriptorRALOVICH, Kristof1-5/+8
- fix email synthax - remove old branch - enable parallel builds - enable parallel test running - enable debug builds too
2014-03-26tests: try to fix an other sporadic failureRALOVICH, Kristof1-0/+1
2014-03-26lqueue: implement logic to wait for lqueue3 even loop to finishRALOVICH, Kristof1-18/+17
2014-03-26ant: don't allow running AntMessenger event loop in background threadRALOVICH, Kristof8-28/+23
the code was never properly tested