aboutsummaryrefslogtreecommitdiffstats
path: root/fsa
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-09107-107/+107
|
* Rename fsamanagers library to vespafsamanagers.Tor Egge2023-07-202-4/+4
|
* Rename fsa library to vespafsa.Tor Egge2023-07-206-16/+16
|
* Add necessary options to use failOnWarningsgjoranv2023-06-051-0/+1
|
* Add bundle type to all CORE bundles.gjoranv2023-05-251-0/+3
|
* Stop using throw() as noexcept specifier.Tor Egge2023-02-081-5/+5
|
* Change from typedef to using in fsa C++ code.Geir Storli2022-12-2111-58/+58
|
* Avoid buffer overflow with empty automaton.Tor Egge2022-12-151-0/+4
|
* Handle unaligned read in fsadump.Tor Egge2022-12-091-2/+16
|
* Use unique ptr in makefsa.Tor Egge2022-12-091-3/+4
|
* Update ABI spec format, and update all specsjonmv2022-10-251-30/+30
|
* Remove dead code in fsa.Tor Egge2022-09-2524-188/+0
|
* Remove ifdefs for g++ version older than g++ 10.Tor Egge2022-09-186-201/+0
|
* remove unused doxygen setup filesArne Juul2022-08-291-1099/+0
|
* well defined unaligned accessHåvard Pettersen2022-06-244-19/+76
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* add some Override annotationsArne H Juul2022-01-072-0/+2
|
* unify java warnings (use compiler args from parent)Arne H Juul2022-01-071-10/+0
|
* modernize java slightlyArne H Juul2022-01-075-27/+29
| | | | | rewrite to avoid "rawtypes" and "unchecked" warnings. Note: does not change ABI.
* Add noexcept specifiers.Tor Egge2021-12-111-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-07107-107/+107
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-304-4/+4
|
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-17/+17
|
* avoid naked exitArne Juul2020-07-039-26/+25
|
* Remove unneeded LD_PRELOAD setting in fsa unit tests.Tor Egge2020-05-221-2/+0
|
* Non-functional changesJon Bratseth2020-01-065-108/+37
|
* Typo: Falied => FailedHenning Baldersheim2019-05-021-1/+1
|
* Update abi spec.Henning Baldersheim2019-05-021-1/+4
|
* Close the FSA and use dirty trick to unmap itHenning Baldersheim2019-05-012-99/+168
|
* Update comment to reflect correct exception being thrown.Henning Baldersheim2019-04-301-3/+3
|
* Use final members for thread visibility. And close the InputStream.Henning Baldersheim2019-04-301-30/+40
|
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+2
|
* Eliminate clang warning in fsaTor Egge2019-02-065-12/+12
|
* Adjust forward declarations in fsa.Tor Egge2019-02-012-2/+2
|
* Stop ignoring return value from ::read and ::write in fsa module.Tor Egge2019-01-211-11/+37
| | | | Propagate failure upwards.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+117
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-117/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+129
|
* Minor fixesJon Bratseth2018-10-141-11/+8
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Use fallthrough attributes.Tor Egge2018-05-271-4/+4
|
* Remove usage of junit.frameworkJon Bratseth2018-04-274-25/+61
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-186-6/+6
|