summaryrefslogtreecommitdiff
path: root/bin/run
AgeCommit message (Collapse)Author
2015-08-14bin/run: fix LO_TRACE on WindowsMiklos Vajna
exedir has to be in the c:/foo form, instead of /cygdrive/c/foo, otherwise a native wrapper set by LO_TRACE won't understand it. With this, it's possible to use DrMemory on executables invoked by bin/run. Change-Id: I5332342fdbf7d9e4859360dd7fbd3d74c149b2dc
2015-04-08bin/run: Survive files with spaces in filenames.Jan Holesovsky
Change-Id: Ifeeb839f82891057fe8e3e8fd6d537861d99f69f
2015-03-07bin/run: fix indentationMiklos Vajna
Change-Id: I97d58f0e6780986356479279f91eba46951b1be0 Reviewed-on: https://gerrit.libreoffice.org/14783 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-01-19Make bin/run work better on OS XTor Lillqvist
The app bundle in instdir is called either LibreOffice.app or LibreOfficeDev.app. Change-Id: I2e21656324cc7c52380fc86023bb95c848bb3962
2014-12-10bin/run LO_TRACE hookStephan Bergmann
(similar to our CPPUNITTRACE hook) Change-Id: Iec4e8d4246ba7fca0afe5f9be6f6bcd9e0289e49
2014-12-04bin/run: add WNT supportMichael Stahl
Change-Id: I9dd1ae23d27c5733770314ca907b5d36b749fd74
2014-12-04bin/run: Adapt to run on Debian so-called GNU/Linux systems tooMichael Stahl
Amazingly Debian does not ship the realpath(1) from coreutils but has a separate source package for it, and it's not installed by default. Use readlink -f instead. Change-Id: I6e97c851e6ab96dac08771145e2ab39dd9c11c22
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-18No need to cd into instdir/programStephan Bergmann
(and it is confusing if you pass a relative pathname argument to the program you call via bin/run) Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a
2014-11-17bin/run: add a license headerMichael Stahl
Change-Id: I5461a0d4e372260623ebb8833d60a9dc318757dd
2014-11-12Adapt bin/run for OS XStephan Bergmann
...which does not have realpath(1), so just require CWD to match BUILDDIR there Change-Id: I245241299d650c541f86cf440d3b57308c86d3fb
2014-10-31bin/run: add a convenient shell wrapper to run executables from workdirMichael Stahl
Change-Id: Ide3361fd5eba6462095cc45c0c99b1ab27a16262