Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / examples / Makefile @ master

History | View | Annotate | Download (2.99 KB)

# Date Author Comment
e0451f24 07/06/2020 02:36 PM Eric Allman

Change mariadb_config to mysql_config --- how did this ever work?

c87dd166 01/23/2019 07:56 AM Eric Allman

Update license date on all files. No functional changes.

9d3867c0 12/28/2018 07:15 AM Eric Allman

Include license updates in more directories; improve directory descent
in root Makefile to avoid errors and loops.

a63a7628 11/01/2018 12:28 PM Eric Allman

Cleanup for MariaDB on Ubuntu.

763b221d 09/23/2018 02:51 AM Eric Allman

Add SANITIZE variable to Makefiles to simplify adding -fsanitize=xxx.

59c6c7e0 07/26/2018 10:50 AM Eric Allman

First cut at external => internal name mapping using MySQL. It is
currently not an error if the mapping doesn't exist --- it just falls
back to the old SHA256 behavior --- and there is no automated addition
of the mapping to the database when you create a log. To make this work...

d65c01e2 01/09/2018 11:18 AM Eric Allman

First cut at running Layer 5 network protocol version 4 over old
(version 3) Layer 4 stack. Substantial parts are unimplemented,
including signature generation and checking, read or subscribe by
timestamp or hash, and others. No asynchronous operations including...

edf46949 07/24/2017 10:18 AM Eric Allman

Include INSTALLFLAGS in install targets in Makefiles.

2a2ce319 06/29/2017 09:30 AM Eric Allman

Update Makefiles to include /usr/local/opt/openssl as a local search
directory. This is only for Homebrew on MacOS, which refuses to install
openssl into system directories.

243dd108 02/06/2017 11:25 AM Eric Allman

Portability fixes (mostly Makefiles)

6cc67fbe 11/03/2016 09:24 AM Eric Allman

Update Makefiles to modern conventions.

f5c1552e 10/31/2016 06:41 PM Eric Allman

Respect environmental CFLAGS in Makefile (use += rather than =). Fixes
Bug #70.

29e6f6d0 08/10/2016 09:15 AM Christopher Brooks

Updated instructions for compiling using brew under Darwin.

475517e0 07/11/2016 12:54 PM Eric Allman

Make Makefiles a bit more portable; notably, they always search
/usr/local and /opt/local for include files and libraries (since both
directories are used on various systems). Addresses Issue #10.

1b663276 06/27/2016 05:02 PM Eric Allman

Move "-g" flag into a Makefile macro to make it easier to change debuggers.

4deac29c 05/17/2016 02:23 PM Eric Allman

Fix some problems that caused Jenkins complain.

055d3009 11/21/2015 01:20 PM Eric Allman

Include copyright in all files. There are scripts to do bulk
replacement of the copyright if desired.

728cb9ee 10/08/2015 09:47 AM Nicholas Sun

intergrated zeroconf into main gdp lib

ea6a3038 02/17/2015 01:10 PM Eric Allman

Delete dependency that creates problems on user machines.

4beeb239 02/13/2015 03:32 PM Eric Allman

Add examples subdirectory.