summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/slime
Commit message (Collapse)AuthorAgeFilesLines
* Avoid INT64_MIN - 1 overflow for max-computation by explicitly using ↵Tor Brede Vekterli2022-04-051-2/+2
| | | | | | unsigned sub-expression Also use for min-computation for good measure.
* Reduce exposure of SymbolTable, Stash and other classes not necessary for ↵Henning Baldersheim2022-03-101-0/+2
| | | | users of Slime.
* add "data" format as JSON extensionArne H Juul2021-10-121-2/+37
| | | | | | | | * when parsing JSON, allow binary data to be input as a hexdump prefixed with the letter "x"; this means that { foo: xFF0011 } will decode to an object where the "foo" field is of type DATA and contains the bytes 255, 0, and 17.
* Update 2017 copyright notices.gjoranv2021-10-0712-12/+12
|
* Reduce exposure of internal details to reduce number of includes.Henning Baldersheim2021-06-301-0/+2
|
* use size literals in vespalibArne Juul2021-02-151-1/+2
|
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-314-3/+8
|
* Drop timestamp.hHenning Baldersheim2019-12-161-1/+0
|
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-4/+4
|
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-8/+6
|
* Remove files used by old unit test runner.Tor Egge2019-02-193-3/+0
|
* improve nix equality to match Java SlimeHåvard Pettersen2019-01-301-0/+9
|
* GC unused code and update includesHenning Baldersheim2019-01-051-0/+1
|
* slime toplevel convenience accessHåvard Pettersen2017-10-041-0/+47
|
* Revert "Revert "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-022-3/+27
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-022-27/+3
|
* avoid implicit cast to boolHåvard Pettersen2017-09-292-3/+3
|
* avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-291-2/+1
| | | | (the input could end with \n if human readable)
* avoid reading extra byte after json valueHåvard Pettersen2017-09-291-0/+25
|
* add support for backing data values with external memoryHåvard Pettersen2017-08-292-0/+94
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1410-10/+10
|
* Update copyright headersJon Bratseth2017-06-1410-10/+10
|
* Revert "Copyright header"Jon Bratseth2017-06-1310-10/+10
|
* Copyright headerJon Bratseth2017-06-1310-10/+10
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-013-3/+0
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-082-0/+8
|
* use EXPECT_TRUE insteadArne H Juul2017-02-211-6/+6
|
* add unit test for resolve()Arne H Juul2017-02-131-0/+35
|
* use new input/output model in slimeHaavard2017-02-036-165/+86
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-022-4/+3
|
* Fixed benchmarks to run out of source (except those not working in source).Arnstein Ressem2016-08-241-1/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-4/+4
|
* PublishJon Bratseth2016-06-1517-0/+1917