summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2019-12-09Adapt to changes in synctex APIsynctex-1.21Andreas Politz
2019-12-09Use Synctex 1.21Andreas Politz
2019-12-09Prepare for update of synctexAndreas Politz
2019-04-18autobuild: fix finding libffi; fixes #480Sean Farley
Since Homebrew install libffi as keg-only (meaning it's not linked into /usr/local) we need to manually set the path (which has a convenient command from brew).
2019-03-08Fix return valueAndreas Politz
2019-03-01Support Macports in server/autobuildRobert Irelan
2019-02-20Use function handling --os argument and caseAndreas Politz
2019-02-20Add the ability to specify which installer to useMohammed Yaseen Mowzer
This is useful when you have two installers on the same machine (e.g. pacman and nix-shell) and you want to choose between one of them.
2018-12-23Check whether Homebrew is installedMario Rodas
2018-12-21Update versionAndreas Politz
2018-12-14Merge branch 'master' of github.com:politza/pdf-toolsAndreas Politz
2018-12-14Move nixos down the list of tested OSAndreas Politz
2018-12-10Update name of GooString::getCString to GooString::c_strJustin Burkett
See upstream poppler commit: https://cgit.freedesktop.org/poppler/poppler/commit/goo/GooString.h?id=817b0f12453985c416a0388cdd4a09697d092b7f
2018-04-27Revert change regarding const'ness and use casts insteadAndreas Politz
Implement the originally proposed fix.
2018-04-22Add another missing const qualifierAndreas Politz
2018-04-22Resolve const'ness of some variablesAndreas Politz
2018-04-21Fix whitespaceAndreas Politz
2018-04-03Add the missing function callwsg
2018-02-09Enable building in OpenBSDwsg
2017-10-13Link against shlwapi on windows systemsAndreas Politz
2017-10-07Add automake conditional detecting msys2 systemsAndreas Politz
2017-09-18Revert incorrect previous change and use the old methodAndreas Politz
Discard synctex's stdout by redefining printf as before.
2017-09-18Mute synctex library's stdoutAndreas Politz
2017-09-18Improve naming of hidden, temporary variableAndreas Politz
2017-09-18Updated synctex parser from upstreamAndreas Politz
2017-09-18Add target for updating synctex sources from upstreamAndreas Politz
2017-09-15Add pkgconfig package to gentooAndreas Politz
2017-09-15Adds gentoo supportAndreas Politz
2017-09-14Add test of installed packages recognitionAndreas Politz
2017-09-14Give a more meaningful messageAndreas Politz
2017-09-14*** empty log message ***Andreas Politz
2017-09-14Fix whitespaceAndreas Politz
2017-09-14Copy dlls on WindowsAndreas Politz
2017-09-14Run docker tests from a scriptAndreas Politz
2017-09-14Adds check for poppler private headerAndreas Politz
2017-09-14Use pkg-config exists flagAndreas Politz
2017-09-13Adapt docker tests to new autobuild interfaceAndreas Politz
2017-09-13Implement skip/force of package installationAndreas Politz
2017-09-13Remove autobuild default target featureAndreas Politz
2017-09-13Continue the autobuild even if OS is'nt recognizedAndreas Politz
2017-09-12Bump version to 0.90Andreas Politz
2017-09-12Do a "make install" when testing the autobuild scriptAndreas Politz
2017-09-12Improve code formattingAndreas Politz
2017-09-12Fix some comments/docuAndreas Politz
2017-09-12Avoid an error, if installing into the build directoryAndreas Politz
2017-09-12Overhaul of autobuild scriptAndreas Politz
2017-09-11Change autobuild semanticsAndreas Politz
Provide a --os-test flag, which will produce only error messages. Remove the --dry-run flag.
2017-09-10Adapt recursive shells when dry runningAndreas Politz
2017-09-10Fix incorrect use of variable expansionAndreas Politz
su -c requires exactly one argument, while $@ expands into a list of them.
2017-09-10Remove useless conditionAndreas Politz