summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2014-09-23Revert "Prevent incompatibility issues with c++11"Ivan Alejandro
This reverts commit 3b45e320964edee7cd9b114935ead200ff8e9c3a. Remove define/undef since they cause an error in the launcher's compilation with the current bundler script that uses boost 1.56.0
2014-09-21Make symlinks instead of moving libraries aroundRuben Pollan
The updater has problems with moving files, as it things that the dissapear file is missing and needs to be updated. Instead we keep libQt* libs as lib/libQt*.non-ubuntu and make symlinks to them in case of needed by the platform.
2014-09-19Prevent incompatibility issues with c++11Ruben Pollan
Set BOOST_NO_CXX11_SCOPED_ENUMS fixes it
2014-05-13Properly calculate the bundle directoryTomás Touceda
2013-11-22Fix pathsTomás Touceda
2013-11-15Hotfix logfile conditionTomás Touceda
2013-10-30Only add logfile=bitmask.log if no logfile was specifiedTomás Touceda
2013-08-12Log to bitmask.log instead of leap_client.logTomás Touceda
2013-08-01Use the system qt on UbuntuTomás Touceda
2013-07-12Only setenv on non-windows systemsTomás Touceda
2013-07-11Set program name for python to act as we expect it toTomás Touceda
2013-06-20Improve "bundlelization" by setting PYTHONPATH and PYTHONHOME properlyTomas Touceda
2013-05-10Log to a file alwaysTomas Touceda
2013-04-09Ensure events server from the launcher and change the renaming for windowsTomas Touceda
2013-04-08Add per platform bundle name to the launcherTomas Touceda
2013-03-31Try new rename to tmp and then remove update processTomás Touceda
2013-03-29Set THANDY_HOME and properly copy files from the updates dirTomás Touceda
2013-03-29Merge updates directoryTomás Touceda
Also, sets the env for thandy to work properly.
2013-03-28Add python launcher that launches recurring updatesTomás Touceda
2013-03-27Calculate workdir in the launcher, set PythonHome to thatTomás Touceda
It will look for dependencies in PYTHONHOME/lib
2013-03-22First draft of the launcherTomás Touceda