Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15[Mac] Set Marshal*Exception modes (#9404)Marius Ungureanu
2019-12-07SetEnv MONO_DEBUG=disable_omit_fpDavid KarlasĖŒ
2019-11-08[Mac] Call xamarin_initialize_cocoa_threads so objects constructed on threads...therzok
2019-10-01Revert "[Mac] Remove hardcoded thread suspending mode (#7800)"therzok
2019-08-30Remove redundant strdup, seems like we don't need ittherzok
2019-08-28[Mac] Sanify new_argctherzok
2019-08-28[Mac] Reorder mono arguments from environment querying to simplify manual cop...therzok
2019-08-03[build] Update min Mono version to 6.4.0.94Matt Ward
2019-06-12Bump min mono version to 6.0.0.296Lluis Sanchez
2019-06-06[Mac] Remove hardcoded thread suspending mode (#7800)Marius Ungureanu
2019-05-24[Mac] Cleanup MONO_REGISTRY_PATH on startupRodrigo Moya
2019-05-23Simpler generics formtherzok
2019-05-23Use generic NSArraytherzok
2019-05-23More cleanuptherzok
2019-05-23Some more cleanupstherzok
2019-05-23Remove debug codetherzok
2019-05-23Use appName in a few more placestherzok
2019-05-23Only compute this if neededtherzok
2019-05-23Improve dylib loading codetherzok
2019-05-23Fixup registrar_toggletherzok
2019-05-23Use a global variable for executable name to cleanup arguments being passedtherzok
2019-05-23Simplify update_environmenttherzok
2019-05-23Use NSWorkspace APIs to open urlstherzok
2019-05-23Simplify binDirFullPath constructiontherzok
2019-05-23Small code cleanupstherzok
2019-05-23Convert spaces to tabstherzok
2019-05-23Move this backtherzok
2019-05-23Fix leaks in monostubtherzok
2019-05-23Use NSLog where possibletherzok
2019-05-23Make a few methods statictherzok
2019-05-23Fix wrong argv0 settingtherzok
2019-05-23Use autoreleasepool blocktherzok
2019-05-23Remove UseSGen and 64bit toggles. We always use sgen and 32bit will be deprec...therzok
2019-05-23Fix argument usagetherzok
2019-05-23Multiple marshalling cleanupstherzok
2019-05-23Don't use nil for plain pointerstherzok
2019-05-23Use mono API to parse env options argumentstherzok
2019-05-23Reduce code duplication and string conversiontherzok
2019-05-23Whitespace fixestherzok
2019-05-23Reduce code duplicationtherzok
2019-05-23Simplify dylib loadingtherzok
2019-05-23Add value to definetherzok
2019-05-23No need for extern C check, we're using a xammac which always exports registr...therzok
2019-05-23[Launcher] add header that says we could not launch apptherzok
2019-05-23Simplify static registrar handlingtherzok
2019-05-23[Launcher] Simplify code a bit, no need for conditional logging and global va...therzok
2019-05-06Bump minimum Mono versionRodrigo Moya
2019-01-29Merge remote-tracking branch 'origin/master' into pr-sandy-master-merge-of-th...Sandy Armstrong
2019-01-29[FileSystemWatcher] Remove source copy now that mono has fixed thread starvat...Marius Ungureanu
2019-01-19Revert back URL to fwlinktherzok