summaryrefslogtreecommitdiff
path: root/tests/colour_log_formatter.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-01-30Fix build break with boost 1.71.0tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115105submit/tizen_6.0_hotfix/20201102.192905submit/tizen_6.0/20211029.144301submit/tizen_6.0/20201029.205505submit/tizen/20200130.112941accepted/tizen/unified/20200131.050454accepted/tizen/6.0/unified/hotfix/20201103.045511accepted/tizen/6.0/unified/20211029.081211accepted/tizen/6.0/unified/20201030.103110tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedTomasz Swierczek1-0/+14
Change-Id: Ib05c9fdd7eb9f94a7226ae3ade32edccf5b1cac3
2018-07-18Adjust build to boost 1.65.0 and upTomasz Swierczek1-0/+16
Change-Id: I7e6d7cac40c643d68775f30ccfbfaf465525c48c
2017-04-25Adjust tests to boost 1.62Zofia Abramowska1-10/+64
* Fix missing file * Fix missing virtual methods * Fix missing semicolons after macros * Support boost version before 1.59 Change-Id: I56320f068b74d0ec749e963688be9a58631fa02c
2016-05-30Apply tizen coding rulesangwan.kwon1-117/+125
* It depends on cpp rule checker(version 160520) Change-Id: Ica308e1296be4f3567725fdb004f3bae8a456a0c
2016-03-22Add BSL-1.0 license file and license boilerplatesangwan.kwon1-0/+14
Change-Id: I795e89fa5135167aabc5599fd4dcf605690198db Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2015-07-06Add pulling out certificates from apps' signature.Janusz Kozerski1-1/+1
* Move DPL include files from "dpl/*" into "cchecker/dpl/* because of cert-svc-vcore also uses DPL (from wrt-commons), and that was causing build break. * Certificates are stored in buffer and database. * OCSP URLs are pulled out from certificates and stored in database. Change-Id: Ic0601da38619f7c7b784d952abe56888db036673
2015-06-26Add cert-checker database (+tests). Change include files path.Janusz Kozerski1-0/+238
* Add m_buffer in Logic class. * Load database into buffer in Logic::setup() * Move include to separate folder - this solves problem with app.h file from different package. [Verification] Run cert-checker-tests. All should pass. Change-Id: I809951a17fd44d5258ad91e480b6914e92d1058b