summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-18remove unused service script file by system part request (#84)submit/tizen/20190717.232654accepted/tizen/unified/20190718.075227조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-16/+0
2019-07-18Keep api for backward-compatibility and code clean-up (#82)조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자6-81/+41
2019-07-16.NETCore 3.0.0 preview doesnot contains "/BaseAddress" option for crossgen. (...조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-1/+2
2019-07-16Modify the problem that the original assembly is deleted (#80)최종헌/Common Platform Lab(SR)/Engineer/삼성전자12-582/+1107
2019-07-16Move base address file from /usr to /opt/usrGleb Balykov1-1/+1
2019-07-16Move defines to spec and set smack label on file with default base addressesGleb Balykov3-14/+28
2019-07-16Review and rebase changesGleb Balykov3-2/+4
2019-07-16Enable nitool support of unique default base address generation by defaultGleb Balykov1-6/+0
2019-07-16Enable generation of unique default base address for system dlls by defaultGleb Balykov1-19/+3
2019-07-16Add nitool option to compile system libs with unique default base addressGleb Balykov7-23/+215
2019-07-16Add setup of COMPlus_UseDefaultBaseAddr environment variableGleb Balykov3-0/+11
2019-07-05Merge pull request #72 from j-h-choi/tac_envsubmit/tizen/20190709.054508accepted/tizen/unified/20190709.113105조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자11-159/+188
2019-07-05Merge pull request #77 from y-yamshchiko/iss154조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-1/+2
2019-07-04add getRuntimeDir() output to nativeLibPathYaroslav Yamshchikov1-1/+2
2019-07-04Merge pull request #67 from g-balykov/add-setenvvariable-wrapper조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자5-16/+52
2019-07-04Merge branch 'tizen' into tac_env최종헌/Common Platform Lab(SR)/Engineer/삼성전자3-169/+182
2019-07-04Merge pull request #74 from dotnet/bug_fix_ni_pkg_dll_optionsubmit/tizen/20190704.000906accepted/tizen/unified/20190704.040535조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-8/+14
2019-07-04Merge pull request #73 from dotnet/use_concatPath_for_ni_sub_dir조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자3-5/+5
2019-07-03Add Dotnet.Launcher.Environment.SetEnvironmentVariable wrapper for System.Env...Gleb Balykov5-16/+52
2019-07-03Add define for TAC in launcher_env.hj-h.choi11-162/+191
2019-07-03bug-fix : support TAC and NI_SUB_DIR for nitool --pkg-dll optionWoongsuk Cho1-8/+14
2019-07-03Change APP_NI_SUB_DIR from "/.native_image" to ".native_image"Woongsuk Cho3-5/+5
2019-07-03Use AssemblyLoadContext.LoadFromAssemblyName instead of AssemblyLoadContext.L...Woongsuk Cho2-161/+168
2019-06-27Merge pull request #71 from j-h-choi/tac_dirsubmit/tizen/20190627.054316accepted/tizen/unified/20190627.115239조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-1/+2
2019-06-27[Bug-fix] Create '/opt/usr/dotnet' directoryj-h.choi1-1/+2
2019-06-11Merge pull request #64 from j-h-choi/tizensubmit/tizen/20190626.013636accepted/tizen/unified/20190626.064945조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자2-34/+1
2019-06-11Modify build errorj-h.choi2-34/+1
2019-06-11Merge branch 'j-h-choi-tizen' into tizenj-h.choi18-31/+1778
2019-06-11Merge branch 'tizen' of https://github.sec.samsung.net/j-h-choi/dotnet-launch...j-h.choi18-31/+1778
2019-06-11Add 'Tizen Assembly Cache' featurej-h.choi9-340/+191
2019-06-11remove build warning messagesubmit/tizen/20190611.081053accepted/tizen/unified/20190611.110403Woongsuk Cho1-1/+1
2019-06-11Merge pull request #61 from dotnet/use_app_ni_path조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자8-42/+108
2019-06-11Merge branch 'tizen' into use_app_ni_path조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자11-91/+352
2019-06-11Merge pull request #62 from dotnet/generate_coreLib_ni_when_installsubmit/tizen/20190611.050410accepted/tizen/unified/20190611.110407조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자4-52/+91
2019-06-10Add comments for added function in utils.hj-h.choi3-35/+71
2019-06-10- generate NI for System.Private.CoreLib.dllWoongsuk Cho4-52/+91
2019-06-07Merge branch 'tizen' into tizen최종헌/Common Platform Lab(SR)/Engineer/삼성전자8-39/+260
2019-06-06Hardcode injection lib path.Mikhail Kurinnoi4-38/+15
2019-06-06C# .dll with code for type preloading (#57)Ярослав Ямщиков/Device Solutions Lab /SRR/Engineer/삼성전자5-1/+245
2019-06-05generate native image files in the .native_image folder for the pkg aot.Woongsuk Cho8-42/+107
2019-06-03TAC support for memory optimizationj-h.choi18-17/+1843
2019-05-13Merge pull request #56 from dotnet/donot_remove_standalone_option_from_cmdlinesubmit/tizen/20190512.231810accepted/tizen/unified/20190513.082553조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자2-5/+5
2019-05-13bug-fix: --standalone option should be remained after chanig cmdlineWoongsuk Cho2-5/+5
2019-04-25Merge pull request #54 from dotnet/change_cmdline_standalone_modesubmit/tizen/20190509.064825accepted/tizen/unified/20190510.111106조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자2-6/+14
2019-04-23To prevent appid from getting truncated to cmdline in standalone mode, add pa...Woongsuk Cho2-6/+14
2019-04-15Merge pull request #52 from dotnet/use_runtime_dir_for_crossgensubmit/tizen/20190415.052607accepted/tizen/unified/20190415.132619조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자1-1/+5
2019-04-15Use runtime directory to get crossgen path instead of device api directoryWoongsuk Cho1-1/+5
2019-04-12Bug-fix : plugin extra directory should be added for TPA searching directory.submit/tizen/20190412.014021accepted/tizen/unified/20190412.124729Woongsuk Cho1-9/+17
2019-04-10Add RTLD_NODELETE option to open plugin library.submit/tizen/20190410.013629accepted/tizen/unified/20190410.061739Woongsuk Cho1-1/+1
2019-04-10Add TPA cache to reduce application startup time.Woongsuk Cho6-7/+98