summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-14packaging: use linux-tizen-modules-headerstizen_7.0_m2_releasesubmit/tizen/20220120.151226accepted/tizen/unified/20220121.122943accepted/tizen/7.0/unified/hotfix/20221116.105731accepted/tizen/7.0/unified/20221110.060304tizen_7.0_hotfixtizen_7.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedMateusz Majewski2-987/+4
2021-09-17tests: add generated performance testsKushagra K1-24/+62
2021-03-03Fix build errors - kdbus.htizen_6.5.m2_releasesubmit/tizen_6.5/20211028.162501submit/tizen/20210303.090549accepted/tizen/unified/20210303.085625accepted/tizen/6.5/unified/20211028.114921tizen_6.5accepted/tizen_6.5_unifiedHyotaek Shim1-0/+1
2021-02-12kdbus: add kernel linux/kdbus.h headersubmit/tizen/20210222.105934submit/tizen/20210222.053410accepted/tizen/unified/20210223.065511Adrian Szyndela3-1/+1491
2020-12-15stest_performance: add some error checkingsubmit/tizen/20201215.075227accepted/tizen/unified/20201216.215918Adrian Szyndela1-1/+5
2020-12-11Merge "tests: allow reading from file in perf test" into tizensubmit/tizen/20201211.104319accepted/tizen/unified/20201214.124456Hyotaek Shim1-11/+16
2020-12-11refactoring: move getter out of loop and lambdaAdrian Szyndela1-2/+2
2020-12-11tests: allow reading from file in perf testAdrian Szyndela1-11/+16
2020-12-11serialized: don't copy strings in policy lookupsAdrian Szyndela2-7/+2
2020-12-02fix: add missing '[]' in declaration of SerializerDirect::_datasubmit/tizen/20201203.011254accepted/tizen/unified/20201207.123256Adrian Szyndela1-1/+1
2020-12-01refactoring: inline StorageBackendSerialized private methodsAdrian Szyndela2-27/+27
2020-11-13Release 1.2.0submit/tizen/20201113.125959accepted/tizen/unified/20201117.124156Karol Lewandowski1-1/+1
2020-11-03serialization: add simple file verification methodsubmit/tizen/20201104.053310accepted/tizen/unified/20201105.124409Adrian Szyndela3-2/+31
2020-10-30license: eliminate dual-licensing in favor of MITAdrian Szyndela36-620/+617
2020-10-30serialization: remove flatbuffers usageAdrian Szyndela33-11726/+15
2020-10-30serialization: add direct backendAdrian Szyndela7-1/+1144
2020-10-30printing: print send indexAdrian Szyndela2-0/+33
2020-10-30tests: switch to the new extracting interfaceAdrian Szyndela3-213/+228
2020-10-30refactoring: create indexes in StorageBackendXMLAdrian Szyndela5-27/+84
2020-10-30refactoring: move generalized operations to StorageBackendSerializedAdrian Szyndela4-310/+281
2020-10-30refactoring: generalize operationsAdrian Szyndela2-27/+16
2020-10-30serialization: use new interface for operationsAdrian Szyndela2-66/+87
2020-10-30refactoring: move makeDecisionItem, and use new interfaceAdrian Szyndela3-5/+7
2020-10-30printing: use generic data extracting interfaceAdrian Szyndela6-241/+284
2020-10-30refactoring: move FB_ID_* constantsAdrian Szyndela2-5/+9
2020-10-30printing: add generic data extraction interface for XML dbAdrian Szyndela1-0/+81
2020-10-30refactoring: move local functions to the classAdrian Szyndela2-45/+60
2020-10-30serialization: add new Storage extracting interfaceAdrian Szyndela2-0/+245
2020-10-30refactoring: eliminate StorageBackendFlatbuffersImplAdrian Szyndela2-51/+21
2020-10-30refactoring: decouple StorageBackendSerialized and SerializerAdrian Szyndela4-26/+14
2020-10-30refactoring: print 'serialized' instead of 'flatbuffers'Adrian Szyndela7-7/+7
2020-10-30serialization: add SerializationBackend typeAdrian Szyndela3-4/+41
2020-10-30refactoring: extract common file operations to StorageBackendSerializedAdrian Szyndela5-118/+197
2020-10-30refactoring: extract common file operations to SerializerAdrian Szyndela6-25/+68
2020-10-30license: add license boilerplate where it's missingAdrian Szyndela33-7/+701
2020-10-27refactoring: remove unused enumAdrian Szyndela1-7/+0
2020-10-27refactoring: rename StorageBackendSerialized to StorageBackendFlatbuffersAdrian Szyndela4-85/+92
2020-10-27refactoring: generalize serialized enums conversionAdrian Szyndela2-10/+17
2020-10-27refactoring: rename Serializer to SerializerFlatbuffersAdrian Szyndela4-115/+122
2020-10-27refactoring: add size argument to initFromData()Adrian Szyndela10-20/+20
2020-10-26refactoring: make serialized data constAdrian Szyndela13-22/+21
2020-10-26refactoring: move Serializer to ldp_serializer namespaceAdrian Szyndela13-30/+27
2020-10-26refactoring: hide FB::File from interfacesAdrian Szyndela12-41/+32
2020-10-26own_tree: make ordered map, we need it sorted anywayAdrian Szyndela2-5/+5
2020-04-09finder: improve printingtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114804submit/tizen_6.0_hotfix/20201102.192504submit/tizen_6.0/20201029.205104submit/tizen/20200427.012135accepted/tizen/unified/20200428.001342accepted/tizen/6.0/unified/hotfix/20201103.003414accepted/tizen/6.0/unified/20201030.115601tizen_6.0_hotfixaccepted/tizen_6.0_unified_hotfixAdrian Szyndela1-30/+35
2020-04-09xml-parser: don't clear list of included files in each dirAdrian Szyndela1-1/+1
2020-04-09tests: test multiple includedirs directiveAdrian Szyndela6-1/+98
2020-03-27Fix memleak issue reported by Dexter tool.Gaurav Gupta1-0/+4
2020-02-27coverity: Fix coverity issuesubmit/tizen/20200325.234821submit/tizen/20200324.035254submit/tizen/20200323.074358sanghyeok.oh1-1/+1
2020-01-02Remove warning for GCC-9submit/tizen/20200102.044953accepted/tizen/unified/20200105.221204sanghyeok.oh2-5/+9