Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-10 | Fix distfile generation | Quentin Rameau | |
2020-11-07 | Makefile: use explicit targets | Quentin Rameau | |
Some make implementation have trouble with following inference rules indirection | |||
2020-11-01 | Remove common | Quentin Rameau | |
2019-02-10 | Makefile: rework how webextensions are handled | Quentin Rameau | |
2019-02-07 | Makefile: fix a typo in clean: target | Leonardo Taccari | |
2019-02-06 | Makefile: include common to webext | Quentin Rameau | |
2019-02-06 | Makefile: fix a typo for the webext CFLAGS | Quentin Rameau | |
Thanks to Justin Keogh <suckless@v6y.net> for spotting this | |||
2018-10-09 | Makefile: fix dependencies | Quentin Rameau | |
2018-10-08 | Fix, again, webext directory in Makefile | Quentin Rameau | |
2018-10-08 | Fix webext directory in Makefile | Quentin Rameau | |
2018-10-08 | Remove libtool depencency, reorganise Makefile | Quentin Rameau | |
We don't need libtool anymore, just build the library directly. This lets us simplify the Makefile too. | |||
2018-10-08 | Unobfuscate Makefile | Quentin Rameau | |
2018-10-08 | Add a file for shared functions | Quentin Rameau | |
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die(). | |||
2018-10-08 | Communicate with webextension via a pipe | Quentin Rameau | |
2018-10-08 | ext: first commit for surf lib | Quentin Rameau | |
2017-04-29 | Arrange Makefile | Quentin Rameau | |
Let the user specify his own C and LD FLAGS. Remove unuseful and non portable CFLAGS like pendantic and Wall. | |||
2015-09-08 | Remove the pax intermediary. | Christoph Lohmann | |
Compile webkit without jit and you don't need to disable mprotect. | |||
2015-08-19 | Fixing the paxctl check. | Christoph Lohmann | |
Thanks quinq for the tip. | |||
2015-08-18 | Add PaX support. | Christoph Lohmann | |
Mprotect needs to be turned off for Webkit. | |||
2013-02-10 | Making dist work again. | Christoph Lohmann | |
2009-09-11 | Makefile fixing | Enno Boland (tox) | |
2009-09-11 | Adding README file. | Enno Boland (tox) | |
2009-09-10 | dist doesn't work. fixing Makefile. | Enno Boland (tox) | |
2009-09-07 | moving config.h to config.def.h. | Enno Boland (tox) | |
2009-06-08 | merged, now has download bar, other misc fixes | Thomas Menari | |
2009-06-06 | rearranging, adding initial keyboard support. | Enno Boland (Gottox) | |
2009-06-05 | supporting multiple windows per instance | Enno Boland (Gottox) | |
2009-06-05 | Initial Commit. | Enno Boland (Gottox) | |