Commit Graph

388 Commits

Author SHA1 Message Date
Brian Cox edec2a4bdd Build & link successfully with a cross compiler targeting VxWorks, though I can't actually test it yet; clean up & extend platform & file type detection a bit 2019-08-06 15:15:16 -07:00
Brian Cox e52b84518c tweak to random device detection 2019-08-05 08:45:10 -07:00
Brian Cox f3e3308968 more buildsys tweaks, mostly trying to make RH7 + gcc 2.96 happy 2019-08-04 21:25:59 -07:00
Brian Cox 69f15df805 fix two warnings that show up with Apple clang++ & -std=c++2a, including one where we called empty() on a string (uselessly) instead of the clear() that was obviously intended 2019-08-03 18:55:11 -07:00
Brian Cox 7fa7d01f7c more buildsys tinkering -- default compiler args, unicode escapes, swab() detection, setting autoconf language to c++ early on 2019-07-28 09:30:26 -07:00
Brian Cox 7eac9533b8 detect need for large file support flags instead of just setting them everywhere; set base compiler flags per compiler; detect availability of -Wall and -Wextra 2019-07-27 14:52:02 -07:00
Brian Cox b308f6871b Bump © year to 2019, because 2019 2019-01-03 20:30:41 -08:00
Brian Cox a95dd9e2a4
Merge pull request #31 from Tripwire/feature/standard-types
Use standard '_t' fixed-width types instead of rolling our own, where available
2018-10-28 14:10:58 -07:00
Brian Cox 15dfea4d85 clean up some formatting issues w/ standard type PR, etc. 2018-10-28 14:04:29 -07:00
Brian Cox c9e32170ba use standard '_t' fixed-width types instead of rolling our own, where available 2018-10-28 12:07:34 -07:00
Brian Cox b36af8598d Update buildsys with automake 1.16 2018-10-15 19:49:19 -07:00
Brian Cox ab48bd9560 Tweak for gcc buildability 2018-10-13 21:09:11 -07:00
Brian Cox d504fbd37e Tweak so it still builds w/ -std=c++98 2018-10-13 21:07:13 -07:00
Brian Cox 432efb34fb Make OST buildable w/ Apple Clang with -std=c++17. Changes are mostly avoiding conflict w/ std::byte, and replacing std::ptr_fun with lambdas, and getting rid of set_unexpected calls 2018-10-13 20:56:05 -07:00
Brian Cox ee71c537a8 Fix assorted warnings on gcc 8.2.2 2018-10-13 16:54:16 -07:00
Brian Cox b2e7db6ba9 Ifdef a test case that doesn't work w/ gxlc; add a test to verify exception handing works, because we've seen it not work 2018-09-25 01:11:46 -07:00
Brian Cox 84983b13d4 Add compiler detection for several non-gcc compilers, & fix a gxlc++ compilation issue 2018-09-23 23:54:53 -07:00
Brian Cox 4b54324733 Bump version to 2.4.3.8 & add gxlc++ detection 2018-09-21 22:56:37 -07:00
Brian Cox 1eef710a2b
Merge pull request #30 from hallcristobal/readme
Correct README formatting
2018-04-25 00:15:22 -07:00
Cristobal Hall-Ramos 62b04550cd Correct README formatting 2018-04-24 15:08:55 -04:00
Brian Cox 6e64a9e5b7
Merge pull request #29 from Tripwire/dev/q1-2018
Open Source Tripwire 2.4.3.7
2018-03-30 23:05:50 -07:00
Brian Cox 4a40b22487 Update BSD & generic policies to use same SEC_ naming conventions as other policies 2018-03-30 19:13:49 -07:00
Brian Cox 29efce4805 update changelog; change param names in some test-harness tests for consistency 2018-03-30 17:56:20 -07:00
Brian Cox 55b6e78584 Add test-harness tests for new twprint options (verbosity in print-db, object-list in print-report) 2018-03-30 01:21:49 -07:00
Brian Cox 6d82f3b6b1 Add ability to print report by object list, like we already do w/ print-db mode 2018-03-29 23:40:34 -07:00
Brian Cox 4d3c188cac Add --output-level/DBPRINTLEVEL to twprint's print-dbfile mode 2018-03-27 20:29:49 -07:00
Brian Cox de9ca5cbec Update ChangeLog for clang-format stuff 2018-03-24 21:58:49 -07:00
Brian Cox ccf8a62fa4 Clean up code formatting with clang-format; add a custom clang-format style that tries to approximate the existing OST code style 2018-03-24 21:28:30 -07:00
Brian Cox 184b260d9f Update 'Packaging' file to mention the Dockerfile project I saw recently 2018-03-24 11:42:19 -07:00
Brian Cox de1cb99678 Update ChangeLog 2018-03-24 11:35:57 -07:00
Brian Cox cb18ec4a3b More wordsmithing for README.md 2018-03-24 10:59:00 -07:00
Brian Cox a2a9099ab4 Use SEC_ naming convention w/ Solaris policy 2018-03-20 00:11:55 -07:00
Brian Cox 38fc87fa9a Use SEC_ naming convention for OpenBSD (& variants) policies, including new one for LibertyBSD 2018-03-19 23:23:56 -07:00
Brian Cox ab4c9203da Use SEC_ naming convention in new policies 2018-03-19 23:09:15 -07:00
Brian Cox 392b533045 Assorted default policy updates 2018-03-14 01:12:12 -07:00
Brian Cox 59947009d0 More work on README.md 2018-03-14 00:55:29 -07:00
Brian Cox e8e6d78ebf Add a SkyOS default policy 2018-02-25 09:33:33 -08:00
Brian Cox 0f236fabf4 Use system/popen on Syllable since msystem/mpopen fail there; root cause is still TBD. 2018-02-24 22:50:25 -08:00
Brian Cox ffe929240d Syllable default policy 2018-02-24 19:53:53 -08:00
Brian Cox 304edd4ed9 Default Cygwin policy, and install script tweak to enable it, by using uname -o when uname -s gives us a name in a format we'd rather not use, like 'CYGWIN_NT_10.0' 2018-02-22 17:07:32 -08:00
Brian Cox e74631701a small Hurd policy tweak 2018-02-22 01:43:24 -08:00
Brian Cox cb5e37b2bf Merge branch 'dev/q1-2018' of https://github.com/Tripwire/tripwire-open-source into dev/q1-2018 2018-02-22 01:34:55 -08:00
Brian Cox 0912e56ffe Default policy for GNU/Hurd 2018-02-22 01:34:23 -08:00
Brian Cox 61285f6444 Add default Minix policy 2018-02-22 07:30:44 +00:00
Brian Cox 07ffc89e24 Change description in Linux policy 2018-02-21 01:13:06 -08:00
Brian Cox 10ba07202a Add a default policy for AROS 2018-02-20 22:11:51 -08:00
Brian Cox 904e92a2bb Pass INSTALL_STRIP_FLAG to installer more portably 2018-02-19 20:10:33 -08:00
Brian Cox f4e64498da Some makefile spaces -> tabs. 2018-02-19 19:48:44 -08:00
Brian Cox 580c5b5e1d Beef up install.sh editor detection 2018-02-19 12:20:45 -08:00
Brian Cox 96616b2751 Add a default policy for Haiku 2018-02-18 00:33:48 -08:00