Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/252c20eac432b042ef720407fb7a753150633e77
...commit 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/252c20eac432b042ef720407fb7a753150633e77
...tree 
http://git.netsurf-browser.org/netsurf-wiki.git/tree/252c20eac432b042ef720407fb7a753150633e77

The branch, master has been updated
       via  252c20eac432b042ef720407fb7a753150633e77 (commit)
      from  c35497ea896b4891c21835de2327c581d880f4f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf-wiki.git/commit/?id=252c20eac432b042ef720407fb7a753150633e77
commit 252c20eac432b042ef720407fb7a753150633e77
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    More updates

diff --git a/developer-weekend/jul-2018.mdwn b/developer-weekend/jul-2018.mdwn
index 6975bcb..2a7f64c 100644
--- a/developer-weekend/jul-2018.mdwn
+++ b/developer-weekend/jul-2018.mdwn
@@ -25,6 +25,8 @@ Topics
   not happening.
 * Update CI to turn on santizers for builds on supported platforms.
 * Update CI to ensure `DEBUG` level _nslog_ stuff is compiled in for CI builds.
+* Toolchain patches need examining.  Consider if we can build with a more
+  modern OS for Atari.
 
 Activity
 ========
@@ -36,10 +38,22 @@ Bug Triage
 Daniel
 ------
 
+* Added `sanitize` as a target to the top level makefiles in the buildsystem.
+    * _Usage:_ `make VARIANT=debug clean; make VARIANT=debug sanitize`
+    * If you subsequently want the sanitize-enabled library installed do:
+      `make VARIANT=debug install`
+    * __NOTE__: If you do that, you'll need to always run the sanitize targets
+      for any rdepends.
+* Spotted a bug in the `libwapcaplet` test suite, fixed that.
+* Added `sanitize` target to the main NetSurf makefiles including nice config
+  overrides.  For main docs, see `Makefile.config.example` but failing that you
+  can run the test suite in sanitizer mode with: `make sanitize`
+
 Michael
 -------
 
 * Helped on [[!bug 2606]]
+* Looked at sanitizer issues.
 
 John-Mark Bell
 --------------
@@ -48,6 +62,8 @@ John-Mark Bell
 Vincent Sanders
 ---------------
 
+* Added sanitizer targets for some libraries, but....
+* Spent quite a while fettling the CI workers so that they will, erm, CI work.
 
 Frontends
 =========


-----------------------------------------------------------------------

Summary of changes:
 developer-weekend/jul-2018.mdwn |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/developer-weekend/jul-2018.mdwn b/developer-weekend/jul-2018.mdwn
index 6975bcb..2a7f64c 100644
--- a/developer-weekend/jul-2018.mdwn
+++ b/developer-weekend/jul-2018.mdwn
@@ -25,6 +25,8 @@ Topics
   not happening.
 * Update CI to turn on santizers for builds on supported platforms.
 * Update CI to ensure `DEBUG` level _nslog_ stuff is compiled in for CI builds.
+* Toolchain patches need examining.  Consider if we can build with a more
+  modern OS for Atari.
 
 Activity
 ========
@@ -36,10 +38,22 @@ Bug Triage
 Daniel
 ------
 
+* Added `sanitize` as a target to the top level makefiles in the buildsystem.
+    * _Usage:_ `make VARIANT=debug clean; make VARIANT=debug sanitize`
+    * If you subsequently want the sanitize-enabled library installed do:
+      `make VARIANT=debug install`
+    * __NOTE__: If you do that, you'll need to always run the sanitize targets
+      for any rdepends.
+* Spotted a bug in the `libwapcaplet` test suite, fixed that.
+* Added `sanitize` target to the main NetSurf makefiles including nice config
+  overrides.  For main docs, see `Makefile.config.example` but failing that you
+  can run the test suite in sanitizer mode with: `make sanitize`
+
 Michael
 -------
 
 * Helped on [[!bug 2606]]
+* Looked at sanitizer issues.
 
 John-Mark Bell
 --------------
@@ -48,6 +62,8 @@ John-Mark Bell
 Vincent Sanders
 ---------------
 
+* Added sanitizer targets for some libraries, but....
+* Spent quite a while fettling the CI workers so that they will, erm, CI work.
 
 Frontends
 =========


-- 
NetSurf Developer Wiki Backing Store

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to