Sirius Bakke
72d21474e2
fix: Escape regex character
...
NOTE: This may break Junos ssh login.
Need testing on actual device to verify.
2018-02-27 22:42:34 +01:00
Sirius Bakke
36aee4d9b4
fix: Add braces to remove if misleading-indentation
2018-02-27 22:42:34 +01:00
Sirius Bakke
94f78d8aa0
fix: Add attribute for implicit-fallthrough
2018-02-27 22:42:34 +01:00
Sirius Bakke
bdec6cda24
fix: Declare nonmember in namespace
2018-02-27 21:42:11 +01:00
Sirius Bakke
616750f7f3
fix: Disable -Wshift-negative-value for single line
2018-02-27 21:21:50 +01:00
Sirius Bakke
9fe5150b87
Merge pull request #45 from MarkMielke/cpp11-deprecations
...
Eliminate use of deprecated C++ exception specifications
2018-02-27 20:58:59 +01:00
bluelineXY
b59b76030f
adding fix for crash if you create some new objects type out of the menu (e.g. ip addess)
2018-02-22 21:43:53 +01:00
bluelineXY
4a12587f33
adding AddressRangeIPv6
2018-02-22 21:40:59 +01:00
Mark Mielke
ed4db20ec6
C++ exception specifications are deprecated in C++11:
...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3051.html
C++ exceptions are dynamic and evaluated at runtime. This greatly
limits the value of this feature, and introduces a performance
runtime overhead to perform the evaluations.
Recent versions of GCC warn about use of this deprecated feature.
Instead of disabling the warning, this change eliminates the use
of this deprecated feature.
There were a few places where "throw()" was retained as the
classes extend the standard library and must either specify
"throw()" or "noexcept" in order to meet the interface
contract. As "noexcept" is not backwards compatible,
"throw()" has been retained.
2018-02-07 02:32:55 -05:00
Sirius Bakke
8089ddde44
Merge pull request #46 from DimStar77/master
...
Some minor build system tweaks
2018-01-31 20:48:15 +01:00
Dominique Leuenberger
d4b8f9127d
Build: fix script to handle potential empty $FLAGS
...
In case $FLAGS is empty, the original command would have been
qmake "" -recursive
qmake interpretes "" as the first parameter that should point to a filename, if given
2018-01-31 15:11:07 +01:00
Dominique Leuenberger
d943c04c4e
Build: allow to skip implicit configure call
2018-01-31 15:10:51 +01:00
Sirius Bakke
4f7a78999f
Merge pull request #44 from ftrotter/master
...
doc: Ubuntu build instructions
2018-01-27 15:52:35 +01:00
Sirius Bakke
905403a08b
Merge pull request #42 from gaima8/NFLOG
...
feat: Experimental NFLOG support
2018-01-27 15:50:44 +01:00
Fred Trotter
aa07fd176a
update to use qt5
2018-01-25 15:36:26 -06:00
Fred Trotter
89d0372e18
fix qt5 compile error
2018-01-25 13:25:32 -06:00
Fred Trotter
710b940ab8
basic compile instructions with credit
2018-01-23 22:38:35 -06:00
Fred Trotter
7044ed89c1
what worked for me to compile
2018-01-23 22:35:19 -06:00
Mike Williams
c51c70d441
'linux317' needs an advanced/host os settings dialog, reuse the linux24 dialog for now
...
Corrected paths in configlet comments
2018-01-23 11:03:47 +00:00
Mike Williams
7d49ab96b2
Co-opt "use ULOG" with the added Host OS "Linux 3.17+/4" to add NFLOG options instead of ULOG, as from 3.17 onwards ULOG isn't supported
2018-01-04 18:20:41 +00:00
Sirius Bakke
250eb1bc68
Merge pull request #38 from sylvestre/no-silent
...
Disable the silent mode (easier to debug)
2017-10-01 21:46:53 +02:00
Sirius Bakke
33d39ee6ee
Merge pull request #37 from sylvestre/master
...
Define PATH_MAX when not existing (GNU Hurd support)
2017-10-01 21:46:23 +02:00
Sirius Bakke
02bf3ea09f
Merge pull request #39 from sylvestre/fwbedit
...
Use fwbedit instead fwblookup for the fwb_compile_all script
2017-10-01 21:45:45 +02:00
Sylvestre Ledru
dfcbee9b54
Use fwbedit instead fwblookup for the fwb_compile_all script
...
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678006 for more information
2017-09-29 11:37:58 +02:00
Sylvestre Ledru
6a89b028b3
Disable the silent mode (easier to debug)
2017-09-29 11:33:55 +02:00
Sylvestre Ledru
5ea13801d0
Define PATH_MAX when not existing (GNU Hurd support)
2017-09-29 11:32:32 +02:00
Sirius Bakke
cf77508bc3
chore: Add missing doc/Changelog
2017-01-23 22:27:50 +01:00
Sirius Bakke
83665cbd4b
Release 5.3.7
v5.3.7
2017-01-14 10:49:18 +01:00
Sirius Bakke
6c0f94d76d
feat: Make about dialog show github project url
2017-01-14 10:47:51 +01:00
Sirius Bakke
f4c17eebd0
docs: Update osx and w32 build instructions
2017-01-14 00:32:28 +01:00
Sirius Bakke
2f7d46a75f
chore: Add junosacl to build_mac.sh
2017-01-13 22:55:53 +01:00
Sirius Bakke
36d1f4648b
refactor: osx: remove unneeded libs, allow Xcode 8
2017-01-13 22:55:53 +01:00
Sirius Bakke
d27b62f32c
chore: osx: use clang, allow Xcode 8
2017-01-13 22:55:53 +01:00
Sirius Bakke
2a2b23c3bb
fix: Adjust subproject templates
...
This fixes some compile errors on osx with clang
2017-01-13 22:55:39 +01:00
Sirius Bakke
746f7c89ef
fix: Add C++11 compatability
2017-01-13 21:11:04 +01:00
Sirius Bakke
d397e197af
chore: Update nsis build file for mxe-w32, qt5
2017-01-13 21:11:04 +01:00
Sirius Bakke
6737818fa5
chore: Add Docker build env for mxe-w32 crossbuild
2017-01-13 21:11:04 +01:00
Sirius Bakke
863e1b9956
chore: Allow custom lib paths for configure script
2017-01-13 21:11:04 +01:00
Sirius Bakke
4455070d24
refactor: Introduce TOOLCHAIN_PREFIX variable
2017-01-13 21:11:04 +01:00
Sirius Bakke
95072938d1
fix: Ignore dummy objects when importing firewall
2017-01-12 23:02:16 +01:00
Sirius Bakke
83ef0bd95c
feat: [iptlib] Add support for --kerneltz
2017-01-12 23:02:16 +01:00
Sirius Bakke
68f517cbc4
refactor: Use pragma GCC instead of pragma clang
2017-01-12 23:02:16 +01:00
Sirius Bakke
4719a4ecfa
chore: Update travis matrix with linux/clang
2017-01-12 23:02:16 +01:00
Sirius Bakke
c4295b7e88
refactor: Disable assertions giving clang warnings
2017-01-12 23:02:16 +01:00
Sirius Bakke
b847fb949e
fix: Add libsnmp-dev dependency for travis
2017-01-12 23:02:16 +01:00
Sirius Bakke
f7ec9a0a3a
fix: Add C++11 compatability
2017-01-12 23:02:16 +01:00
Sirius Bakke
5567736882
Allow building on GCC 6.X
2017-01-12 23:02:16 +01:00
chris
61a9f7e1da
update LGPL in open_source_licenses.txt file ( http://www.gnu.org/licenses/lgpl-2.1.txt )
2016-06-22 17:45:09 +02:00
chris
dc152c5bf0
update COPYING file ( http://www.gnu.org/licenses/gpl-2.0.txt )
2016-06-22 17:35:48 +02:00
Sirius Bakke
dcc919d57a
chore: Add ci status to README.md for GitHub
...
[ci skip]
2016-05-23 19:06:53 +02:00