office-gobmx/sccomp
Noel Grandin a2fc883173 use more std::container::insert instead of std::copy
which is both more compact code, and more efficient, since the insert
method can do smarter resizing

Change-Id: I17f226660f87cdf002edccc29b4af8fd59a25f91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96948
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-24 08:43:55 +02:00
..
inc Adapt to C++2a char_t 2018-11-17 17:17:26 +01:00
qa/unit Upcoming loplugin:elidestringvar: sccomp 2020-06-05 08:16:58 +02:00
source/solver use more std::container::insert instead of std::copy 2020-06-24 08:43:55 +02:00
AllLangMoTarget_scc.mk
CppunitTest_sccomp_solver.mk
CppunitTest_sccomp_swarmsolvertest.mk Make CppunitTest name consistent with file name 2017-11-20 19:52:39 +01:00
IwyuFilter_sccomp.yaml tdf#42949 Fix IWYU warnings in sccomp/ 2019-05-28 10:08:10 +02:00
Library_solver.mk
Makefile
Module_sccomp.mk
README

The (linear) solver for LibreOffice Calc.