| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-07 | Install base-devel, autoconf on Appveyor | Vedang Manerikar | |
| Since 6th Jan, 2022, builds on Appveyor are failing because they cannot find `autoreconf`[1][2]. This should be implemented from `base-devel`, but even with `base-devel` available the builds are failing. Adding an explicit require on `autoconf` in the hope that this is fixed. 1: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114287 2: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42101965 Relates to: #68 | |||
| 2022-01-03 | Add Void Linux OS and package manager to autobuild script | goiabae | |
| Very simple addition to the autobuild script to include the xbps package manager and Void Linux. Closes: politza#685 | |||
| 2022-01-03 | Fix: error when using autobuild on Gentoo | borgorworgor | |
| This fixes `autobuild` failing on Gentoo if the user hasn't compiled `dev-util/pkgconf`[1]. Autobuild fails due to the removed[2] repository `dev-util/pkgconfig`. The new name is now `dev-util/pkgconf`. 1: https://packages.gentoo.org/packages/dev-util/pkgconf 2: https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg93072.html Closes: politza#695, politza#693 | |||
| 2022-01-03 | Fix: use correct multiversion package syntax on OpenBSD | Timo Myyrä | |
| OpenBSD pkg_add(1) uses `package%version` syntax to specify which version of the package to use when there are multiple versions packaged. Use it for `autoconf` and `automake`. Closes: politza#696 | |||
| 2022-01-03 | Minor language correction: it's -> its | Vedang Manerikar | |
| The correct possessive with it is "its", not "it's". Closes: politza#689 | |||
| 2021-11-10 | fix: use POSIX standard builtin to search PATH | Jacob Vallejo | |
| Rather than iterating over paths to find a given executable, use the POSIX standard builtin `command` [1]. [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html Signed-off-by: Jacob Vallejo <jake@jahkeup.com> | |||
| 2021-11-10 | fix: handle alternative paths to sh | Jacob Vallejo | |
| Fixes #8 Signed-off-by: Jacob Vallejo <jake@jahkeup.com> | |||
| 2021-05-30 | Clean up the test code to check if poppler is properly installed | Vedang Manerikar | |
| Create an explicit test file which can be compiled by c++. This commit should have been part of d435a40 and extends the change made there. | |||
| 2021-05-30 | Update all the docker template files | Vedang Manerikar | |
| This work is part of the effort to fix the `test-all` Make target. When I complete all the work, I will update the relevant Circle CI scripts to run these tests as well. Note also that I personally use podman instead of docker, so I'm replacing docker with podman in the scripts. Someday, I might find a clever way to let both co-exist | |||
| 2021-05-30 | Clean existing artifacts when executing `pdf-tools-install` | Vedang Manerikar | |
| Ensure that existing .o files are deleted properly. Fixes #16 and politza/pdf-tools#663 | |||
| 2021-05-30 | Use c++ instead of cc to avoid dependency reinstall | Vedang Manerikar | |
| The deps have already been installed, but the cc step fails so the script doesn't realize this. Closes #17 | |||
| 2021-02-21 | Prevent apt-get from requesting confirmation | pancho horrillo | |
| Fixes https://github.com/hlissner/doom-emacs/issues/3244 Thanks! | |||
| 2021-02-21 | Fix typos | Jonas Bernoulli | |
| 2020-04-27 | Fix typos | Jonas Bernoulli | |
| 2019-12-28 | Adapt to changes in synctex API | Andreas Politz | |
| 2019-12-28 | Use Synctex 1.21 | Andreas Politz | |
| 2019-12-28 | Prepare for update of synctex | Andreas Politz | |
| 2019-11-26 | Fix typos | Damien Cassou | |
| Typos found with codespell. | |||
| 2019-04-18 | autobuild: fix finding libffi; fixes #480 | Sean 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-08 | Fix return value | Andreas Politz | |
| 2019-03-01 | Support Macports in server/autobuild | Robert Irelan | |
| 2019-02-20 | Use function handling --os argument and case | Andreas Politz | |
| 2019-02-20 | Add the ability to specify which installer to use | Mohammed 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-23 | Check whether Homebrew is installed | Mario Rodas | |
| 2018-12-21 | Update version | Andreas Politz | |
| 2018-12-14 | Merge branch 'master' of github.com:politza/pdf-tools | Andreas Politz | |
| 2018-12-14 | Move nixos down the list of tested OS | Andreas Politz | |
| 2018-12-10 | Update name of GooString::getCString to GooString::c_str | Justin Burkett | |
| See upstream poppler commit: https://cgit.freedesktop.org/poppler/poppler/commit/goo/GooString.h?id=817b0f12453985c416a0388cdd4a09697d092b7f | |||
| 2018-04-27 | Revert change regarding const'ness and use casts instead | Andreas Politz | |
| Implement the originally proposed fix. | |||
| 2018-04-22 | Add another missing const qualifier | Andreas Politz | |
| 2018-04-22 | Resolve const'ness of some variables | Andreas Politz | |
| 2018-04-21 | Fix whitespace | Andreas Politz | |
| 2018-04-03 | Add the missing function call | wsg | |
| 2018-02-09 | Enable building in OpenBSD | wsg | |
| 2017-10-13 | Link against shlwapi on windows systems | Andreas Politz | |
| 2017-10-07 | Add automake conditional detecting msys2 systems | Andreas Politz | |
| 2017-09-18 | Revert incorrect previous change and use the old method | Andreas Politz | |
| Discard synctex's stdout by redefining printf as before. | |||
| 2017-09-18 | Mute synctex library's stdout | Andreas Politz | |
| 2017-09-18 | Improve naming of hidden, temporary variable | Andreas Politz | |
| 2017-09-18 | Updated synctex parser from upstream | Andreas Politz | |
| 2017-09-18 | Add target for updating synctex sources from upstream | Andreas Politz | |
| 2017-09-15 | Add pkgconfig package to gentoo | Andreas Politz | |
| 2017-09-15 | Adds gentoo support | Andreas Politz | |
| 2017-09-14 | Add test of installed packages recognition | Andreas Politz | |
| 2017-09-14 | Give a more meaningful message | Andreas Politz | |
| 2017-09-14 | *** empty log message *** | Andreas Politz | |
| 2017-09-14 | Fix whitespace | Andreas Politz | |
| 2017-09-14 | Copy dlls on Windows | Andreas Politz | |
| 2017-09-14 | Run docker tests from a script | Andreas Politz | |
| 2017-09-14 | Adds check for poppler private header | Andreas Politz | |
