summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restructure test makefile to be called from main makefileVincent Sanders2015-07-071-13/+45
* 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
* 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
* 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
* 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
* OpenBSD system headers are not compatible with redundant declaration warning ...Vincent Sanders2014-09-031-1/+8
* improve iconv library handlingVincent Sanders2014-04-301-3/+36
* move testament output to object directory instead of modifying sourceVincent Sanders2014-04-081-8/+4
* remove all references to using libMNGVincent Sanders2014-01-041-1/+0
* add framebuffer cross compiling supportVincent Sanders2013-05-121-2/+15
* add transifex message file integrationVincent Sanders2013-05-071-0/+13
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+2
* Improve the message split script to allow alternate output formatsVivek Dasmohapatra2013-05-011-2/+2
* Ensure split messages are cleaned upVincent Sanders2013-04-281-0/+11
* all-program now splits fatmessages for generic in-tree executionDaniel Silverstone (parasomnia chroot)2013-04-101-0/+1
* beos: update copyright years in the version infoFrançois Revol2013-03-211-1/+1
* split sources lists out to their subdirectories as first step towards using c...Vincent Sanders2013-03-111-1/+34
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+6
* remove redundant compiler version overrideVincent Sanders2012-12-141-2/+0
* fix change to CC_MAJOR for beosVincent Sanders2012-12-141-1/+1
* make the Make rules for compiler versioning be more portable with fewer shell...Vincent Sanders2012-12-141-2/+3
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-2/+12
* move the cut n pasted -Wuninitialized from Makefile.config alongsideVincent Sanders2012-12-131-1/+1
* add pkg-config macro for libraries which are not controled by configurationVincent Sanders2012-12-131-0/+25