summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move html and text content handlers where they belongVincent Sanders2018-05-101-4/+0
|
* Fix last uses of !NetSurf outside of riscos buildDaniel Silverstone2018-04-221-1/+1
|
* Rework use of split-messages to clean up and use -zDaniel Silverstone2018-04-221-7/+3
|
* Dependency generation is now pure-side-effect which makes Make happierVincent Sanders2018-04-211-6/+4
|
* Add source files to prerequisites list for the compile ruleVincent Sanders2018-04-211-4/+4
|
* Sort out the logging so that -v etc do the right thingDaniel Silverstone2017-09-081-0/+7
|
* use nslog library for logging if available.Vincent Sanders2017-09-031-0/+6
|
* slightly amend how user config is includedVincent Sanders2017-08-301-1/+4
|
* Update documentation removing junk and moving to markdown for most text filesVincent Sanders2017-06-091-1/+1
|
* remove cocoa frontendVincent Sanders2017-05-231-12/+1
| | | | | | The cocoa frontend has been broken for a few years and we have no maintainer. It was removed from the CI six months ago and has already bitrotted so it cannot be compiled.
* nusrl: Move into utils/nsurl directory.Michael Drake2017-02-081-2/+12
|
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-1/+1
|
* rename default build output directory targetVincent Sanders2017-01-051-1/+1
|
* fix haiku target selection from commandlineVincent Sanders2016-12-221-1/+1
|
* revert f8f802cda5f54c0c2b1acd51efc08aa7d4afad1bVincent Sanders2016-11-271-12/+1
| | | | revert inhibit javascipt for native builds on architectures where it miscompiles
* inhibit javascipt for native builds on architectures where it miscompilesVincent Sanders2016-11-241-2/+15
|
* remove unused extraneous windows fileVincent Sanders2016-10-191-3/+0
|
* fix curl/openssl library link orderingVincent Sanders2016-10-191-1/+5
|
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-3/+20
|
* enable use of netsurf public suffix library to prevent supercookiesVincent Sanders2016-09-201-0/+2
|
* Buildsystem: Make curl/openssl usage build-time options.Michael Drake2016-08-131-8/+11
|
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-9/+6
|
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-8/+10
|
* move the CSS content handlerVincent Sanders2016-05-261-5/+2
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-6/+0
|
* store toolbar config in standard options instead of a separate fileVincent Sanders2016-05-211-3/+0
|
* move frontends into sub directoryVincent Sanders2016-05-151-5/+28
|
* update version info for next development cycleVincent Sanders2016-04-061-1/+1
|
* allow passing of CFLAGS into make from environmentVincent Sanders2016-02-151-5/+11
|
* Add documentation showing unimplemented javascript bindingsVincent Sanders2015-10-071-2/+2
|
* Make duktape the default, and on by default, and others off by defaultDaniel Silverstone2015-08-091-4/+4
|
* Add coverage to the unit test makefile targetsVincent Sanders2015-07-081-1/+1
| | | | | | The tests now only require that the test name is added to the TESTS variable and a testname_SRCS is set with a list of required sources to compile.
* Restructure test makefile to be called from main makefileVincent Sanders2015-07-071-13/+45
| | | | | | This changes the make test to be executed from the main netsurf makefile instead of being standalone. It also fixes up the urldbtest to run.
* make nsurl unit test work againVincent Sanders2015-07-071-0/+5
|
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-1/+3
|
* Improve split message generationVincent Sanders2015-04-071-31/+56
| | | | | | | | | | | | | Changes the way message files are generated to be driven by make as rules rather than from explicit macro calls causing their regeneration every build. A secondary benefit is that errors in message generation actually stop the build instead of being ignored Each frontend will require its filter settings updated to avoid getting the default message filter of "any". Initially gtk has been adapted as proof of concept.
* Improve the make target validationVincent Sanders2015-04-061-20/+8
|
* Move some beos specific make rules into its MAkefile.targetVincent Sanders2015-04-051-9/+0
|
* Move some RISc OS specific Makefile rules into its Makefile.targetVincent Sanders2015-04-051-33/+0
|
* allow the strip command to be overridden from the comamndlineVincent Sanders2015-03-221-1/+1
| | | | Closes #2208
* remove some warnings from freebsd buildVincent Sanders2014-12-211-45/+48
|
* stop using gettimeofday and use the monotonic time interface fron nsutilsVincent Sanders2014-11-261-1/+2
|
* add pkg-config to beos buildVincent Sanders2014-11-141-1/+1
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-6/+5
|
* Clean up saving as PDFVincent Sanders2014-10-261-3/+0
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* fix copyright year for beos buildVincent Sanders2014-09-071-5/+7
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-15/+39
| | | | and C++
* OpenBSD system headers are not compatible with redundant declaration warning ↵Vincent Sanders2014-09-031-1/+8
| | | | so remove on that OS
* improve iconv library handlingVincent Sanders2014-04-301-3/+36
|
* move testament output to object directory instead of modifying sourceVincent Sanders2014-04-081-8/+4
|