Commit graph

228 commits

Author SHA1 Message Date
Geoffrey Merck F4FXL - KC3FRA
e66484340b Add generation of dependency files
Generate dependency files so that when changing one file only stuff
dependant on that file gets rebuilt. Avoid cleaning the whole thing on
every small change
2018-11-11 17:13:17 +01:00
Geoffrey Merck F4FXL - KC3FRA
86744087a4 Force crawling of sub-makes for changed dependencies
Inspired by
https://stackoverflow.com/questions/31293557/how-to-tell-make-to-watch-dependencies-of-a-sub-make-target

Also make install, clean and all PHONY targets
2018-11-11 17:12:05 +01:00
Shawn Chain
2954b5e9a3 Merge branch 'master' into openwrt 2018-11-10 14:07:44 +08:00
Shawn Chain
8327edb247 Merge remote-tracking branch 'upstream/master' 2018-11-10 13:56:55 +08:00
Jonathan Naylor
baeee75cfd Cherry picked changes/fixes from Shawnchain's OpenWrt changes. 2018-11-09 11:31:10 +00:00
Shawn Chain
75bc1d3488 Don't check single instance under OpenWrt 2018-11-09 18:45:08 +08:00
Shawn Chain
8b70ae399d Revert the default pid file path to /var/run/ircddbgateway.pid 2018-11-09 18:31:18 +08:00
Shawn Chain
95b7e51c30 Extract pid file name to global defs 2018-11-09 18:29:09 +08:00
Shawn Chain
17af032279 Fix log issue 2018-11-09 18:10:05 +08:00
Shawn Chain
970d57b997 Add compile switch for log in local time 2018-11-09 18:00:11 +08:00
Shawn Chain
cf22bb061a Revert the default Makefile 2018-11-09 17:53:16 +08:00
Shawn Chain
1ca7e0a24b Add new makefiles 2018-11-09 17:39:12 +08:00
Shawn Chain
f8947805a3 Fix no log issue under openwrt 2018-11-09 17:18:11 +08:00
Shawn Chain
dc1f555ceb Support local time format on log 2018-11-09 16:43:30 +08:00
Shawn Chain
dcb1a8a566 Update DStarGateway Global Defs 2018-11-09 13:40:06 +08:00
Shawn Chain
f787873b5b Merge branch 'master' into openwrt 2018-11-09 13:33:08 +08:00
Shawn Chain
a2e73e5351 Merge remote-tracking branch 'upstream/master' 2018-11-09 13:20:55 +08:00
Jonathan Naylor
ccd6352e72
Merge pull request #12 from F4FXL/ParallelBuild
Use $(MAKE) variable
2018-11-06 11:55:10 -08:00
Jonathan Naylor
dd4549a753 Fix compile issues. 2018-11-06 19:52:30 +00:00
Geoffrey Merck F4FXL - KC3FRA
356b94e126 Use $(MAKE) variable
This allow to use make -jx flag to parallelize build otherwise the -j
flag was not propagated to sub make
2018-11-06 19:52:17 +01:00
Jonathan Naylor
70840a10c2 Add support for Mobile GPS. 2018-11-06 13:50:30 +00:00
Jonathan Naylor
6b3c1992ff Protect the pointer array. 2018-11-05 07:51:41 +00:00
Jonathan Naylor
e96e16e8c3
Merge pull request #11 from F4FXL/LogWithDates
Revert log file naming
2018-11-02 06:23:30 -07:00
Geoffrey Merck F4FXL - KC3FRA
bb041a10be Revert log file naming
Revert log file naming introduced with
559c33043a (diff-1fcebfc553fc1c28884296bcbeffa74c)
Now log file has date in name, like it was prior to this commit.
2018-11-02 14:16:53 +01:00
Jonathan Naylor
cf5c32b585
Merge pull request #10 from F4FXL/UDPHolePunching
Add UDP Hole Punching for G2
2018-11-02 02:31:06 -07:00
Geoffrey Merck
ee4ceb85d1 Change function name casing
Change function name casing to stick to project convention.
2018-11-02 09:24:12 +01:00
Geoffrey Merck
d1c55b9394 Add UDP Hole Punching for G2 2018-11-02 09:17:18 +01:00
Shawn Chain
e3facce658 add debug param to reduce logs 2018-10-07 00:47:15 +08:00
Shawn Chain
1e933b4120 Clean up 2018-10-05 21:31:34 +08:00
Shawn Chain
c4641b0356 Fix LOG_BASE def 2018-10-05 20:31:35 +08:00
Shawn Chain
69f5532e45 Fix broken ifdef 2018-10-05 20:21:05 +08:00
Shawn Chain
169db8e466 extract file names to global defs 2018-10-05 20:18:42 +08:00
Shawn Chain
67e45b1bf1 Try to work 2018-10-05 12:40:34 +08:00
Shawn Chain
5e86cdb93a fix the fix 2018-10-05 12:17:13 +08:00
Shawn Chain
fef8348052 Fix compile error under openwrt 2018-10-05 12:13:41 +08:00
Shawn Chain
633d972ec4 Fix link parameters 2018-10-05 12:12:24 +08:00
Shawn Chain
3cf02e25bd patch for openwrt 2018-10-05 11:07:56 +08:00
Shawn Chain
828fd275a7 Config naming fix 2018-10-05 10:50:39 +08:00
Shawn Chain
6fe4d1c2e5 create tun on linux only 2018-10-05 10:18:58 +08:00
Jonathan Naylor
3107a7f60e Update the D-Plus authenticator host. 2018-09-23 15:42:00 +01:00
Jonathan Naylor
dd2760b434 Add GUI makefiles for the other GUI capable programs. 2018-09-19 21:05:28 +01:00
Jonathan Naylor
5a5bfc9e89 Revert "First stage of CCS removal."
This reverts commit 9669d865b5.
2018-09-19 15:09:28 +01:00
Jonathan Naylor
9669d865b5 First stage of CCS removal. 2018-09-19 15:05:20 +01:00
Jonathan Naylor
094f0d286d Fix GUI install. 2018-09-02 13:04:46 +01:00
Jonathan Naylor
48156d72ca
Merge pull request #7 from dg0tm/fix-logging
update logging
2018-08-21 21:27:28 +01:00
Christoph Kottke
6b668396db update logging
* aktivate verbose mode
    verbose messages are logged as the normal ones instead of being silently dropped
 * wxLogXXX from threads
    only the GUI wxApp called wxLog::FlushActive() in idle time. wxAppConsole doesn't
    show LogMessages from Threads.
2018-08-21 08:14:20 +02:00
Jonathan Naylor
e349b45fa4
Merge pull request #6 from dg0tm/fix-idTimer
start idTimer
2018-08-14 17:54:21 +01:00
Christoph Kottke
f080190294 start idTimer
fix #3
2018-08-08 15:10:37 +02:00
Jonathan Naylor
e4b8d0b32b Merge branch 'master' of github.com:g4klx/ircDDBGateway 2018-07-25 07:46:37 +01:00
Jonathan Naylor
2a4754e68b Commit the release files, my mistake for forgetting. 2018-07-25 07:46:05 +01:00