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

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-24Store temporary sketch in a folder named as the sketchcli-inception-1Cristian Maglie
2020-07-24Fixed wrong check for LibraryLocation enumCristian Maglie
2020-07-24Fixed wrong managedByIndex checkCristian Maglie
2020-07-24Added script to automatically update arduino-cliCristian Maglie
2020-07-24Updated arduino-cli to 0.11.0-rc1-62-g72c9655fCristian Maglie
2020-07-24Updated arduino-cli and java bindings to 0.11.0Cristian Maglie
2020-07-24Proxy configuration is now properly handledCristian Maglie
2020-07-24Added method to extract Proxy URI from configurationCristian Maglie
2020-07-24Setting are applied automatically when preferences dialog is closedCristian Maglie
2020-07-24Compiler now read progress through GRPCCristian Maglie
2020-07-24Updated java bindingsCristian Maglie
2020-07-24Slightly simplified loopCristian Maglie
2020-07-24Removed testing/debugging leftvoersCristian Maglie
2020-07-24compile/verify now uses arduino-cli daemonCristian Maglie
2020-07-24Updated cli java bindingsCristian Maglie
2020-07-24Using GRPC enumerations for LibraryLayoutCristian Maglie
2020-07-24INITIAL: integrate compile with arduino-cliMartino Facchin
2020-07-24LibManager: avoid throwing an exception to allow correct error handlingMartino Facchin
2020-07-24Fixed 'Installed' drop-down menu condition in library managerCristian Maglie
2020-07-24Added missing fields in ContributedLibraryCristian Maglie
2020-07-24Added paths to grpc lib in build.xmlCristian Maglie
2020-07-24Using enumerations for LibraryLocationCristian Maglie
2020-07-24Update GRPC/arduino-cli to 0.8.0Cristian Maglie
2020-07-24Updated arduino-cli to 0.8.0Cristian Maglie
2020-07-24Updated GRPC/arduino-cli to version 0.7.2Cristian Maglie
2020-07-24Updated arduino-cli to 0.7.2Cristian Maglie
2020-07-24Small update to ProgressWrapperCristian Maglie
2020-07-24Removed no more needed UserLibrary constructor/parserCristian Maglie
2020-07-24Use Library.RealName for installed librariesCristian Maglie
2020-07-24Lib manager GUI: removed some static access to ArduinoCoreServiceCristian Maglie
2020-07-24Removed no more needed LibraryInstaller (it's now done via GRPC)Cristian Maglie
2020-07-24Removed, no more needed, LibraryInstaller::updateIndex methodCristian Maglie
2020-07-24Removed the now useless UserLibraryFolderCristian Maglie
2020-07-24Removed the, now useless, library folder handlingCristian Maglie
2020-07-24Installed libraries are now detected via GPRC callsCristian Maglie
2020-07-24Using Collection instead of List on some Library typesCristian Maglie
2020-07-24Added GRPC libraryList commandCristian Maglie
2020-07-24Library manager through arduino-cli (WIP, part 1)Cristian Maglie
2020-07-24GRPC: Added lib index update command with progress wrapperCristian Maglie
2020-07-24GRPC: removed limit to max message sizeCristian Maglie
2020-07-24Rename ContributeLibrary and ContributeLibraryReleasesCristian Maglie
2020-07-24Added more GRPC commandsCristian Maglie
2020-07-24Added arduino-cli daemon startup and some basic control codeCristian Maglie
2020-07-24GRPC binding to arduino-cli (EXPERIMENTAL)Cristian Maglie
2020-07-24Added arduino-cli 0.6.0 to the buildCristian Maglie
2020-07-24fixed some trivial warningsCristian Maglie
2020-07-24Use Optional<> for getting selected Board/PlatformCristian Maglie
2020-07-24Removed TargetBoard parameter from newUploader factoryCristian Maglie
2020-07-23Merge pull request #10541 from cmaglie/board-lib-manager-fixesCristian Maglie
2020-07-23Lib manager: added getContribModel() as in Boards managerCristian Maglie