| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-07 | mupdf: Remove gumbo submodule | Michael Forney | |
| 2020-12-14 | mupdf: Remove gumbo dependency | Michael Forney | |
| We don't build with HTML support since it requires harfbuzz, so the code that uses gumbo can be guarded by FZ_ENABLE_HTML, making the dependency conditional. | |||
| 2020-12-14 | mupdf: Update to 1.18.0 | Michael Forney | |
| 2020-10-01 | mupdf: Fix a protocol error that appears on other compositors | Michael Forney | |
| 2020-09-15 | jbig2dec: Update to 0.19 | Michael Forney | |
| Also, cherry-pick mupdf patch to fix warning witht jbig2dec-0.19. | |||
| 2020-07-09 | mupdf: Update to 1.17.0 | Michael Forney | |
| 2020-06-05 | mupdf: Remove unused variables | Michael Forney | |
| 2020-06-05 | Use -isystem to include library headers | Michael Forney | |
| This way, warnings from headers that come from another package (in particular linux-headers) won't show up when they get included. To make sure we still track dependencies, use -MD instead of -MMD. | |||
| 2020-06-02 | jbig2dec: Add header target | Michael Forney | |
| 2020-06-02 | libxkbcommon: Add header target | Michael Forney | |
| 2020-06-02 | freetype: Add header target | Michael Forney | |
| 2020-01-29 | Move toolchain config into config.lua | Michael Forney | |
| 2020-01-29 | Add support for building multiple configurations | Michael Forney | |
| Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo | |||
| 2019-12-16 | Use $basedir to refer to paths relative to base source tree | Michael Forney | |
| 2019-11-17 | Update ninja requirement to 1.8.0 and don't bother with atomic outputs | Michael Forney | |
| Since ninja 1.8.0[0] and samurai 0.2[1], output mtime is always recorded after a job succeeds, and outputs are considered dirty if the recorded mtime is older than any input. This means that even if a command partially writes its output then fails (for example, if run with stdout redirected to a file), it will still get re-run during the next build. This means that outputs no longer have to be written atomically (i.e. renamed into place) in order to ensure a correct build, and we can drop the idiom `command >$out.tmp && mv $out.tmp $out`. [0] https://github.com/ninja-build/ninja/commit/04d886b11041bb59d01df794cce7a1e8cad2250d [1] https://github.com/michaelforney/samurai/commit/799bc5a4719b90a1026c129b55b92c0bccf97eeb | |||
| 2019-08-03 | mupdf: Update to 1.16.1 | Michael Forney | |
| 2019-08-01 | mupdf: Update to 1.16.0 | Michael Forney | |
| 2019-07-06 | mupdf: Fix a few portability issues | Michael Forney | |
| 2019-05-22 | mupdf: Update to 1.15.0 | Michael Forney | |
| 2019-03-19 | mupdf: Remove thirdparty submodules | Michael Forney | |
| This breaks a recursive clone, which some automated build systems insist on (docker hub, builds.sr.ht). | |||
| 2019-03-19 | mupdf: Update to 1.14.0 | Michael Forney | |
| 2019-03-19 | Rename rev to ver, and keep track of package versions as well | Michael Forney | |
| 2018-11-03 | Update to stable xdg-shell | Michael Forney | |
| Since xdg-shell-unstable-5-protocol.c and xdg-shell-protocol.c define conflicting symbols, this commit updates swc, netsurf, mupdf, and st all at once. | |||
| 2018-01-03 | mupdf: Add missing rev bump for 73fa4a5d2921ea4308669e217f45776407f9cd8d | Michael Forney | |
| 2017-12-28 | mupdf: Enable thread support | Michael Forney | |
| 2017-12-28 | mupdf: Update to 1.12.0 | Michael Forney | |
| 2017-10-23 | Move $outdir/fetch.stamp -> $dir/fetch | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
| 2017-08-19 | Don't use -isystem | Michael Forney | |
| This way we can use -MMD to exclude system header files and still retain dependency tracking within oasis. | |||
| 2017-08-04 | Add some missing dependencies | Michael Forney | |
| 2017-07-09 | mupdf: Add missing zlib include directory | Michael Forney | |
| 2017-06-09 | mupdf: Set -DNDEBUG and -Wall | Michael Forney | |
| 2017-06-09 | mupdf: Add wayland port of mupdf viewer | Michael Forney | |
| Also, switch to my github fork to include wl_main.c. | |||
| 2017-06-07 | Add mupdf 1.11 | Michael Forney | |
