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 (Collapse)Author
2020-02-19Remove "MrBean" dependencyThomas L. Kjeldsen
Sacrifice abstract classes and interfaces to reduce the amount of magic performed by MrBean. Refs https://github.com/HuayraLinux/pkg-arduino/issues/4
2019-07-02Add log4j dependenciesMattia Bertorello
2019-03-26Update commons-lang3 from 3.3.2 to 3.8.1Pieter12345
Updated due to new API methods than can be useful for this project. The license remained the same.
2018-05-27Fixed eclipse .classpathCristian Maglie
2017-01-19Update jmdns to 3.5.1Martino Facchin
2015-11-20Installing tools from packager (eg: arduino) in packager folder, thus avoidingFederico Fissore
tools duplication and disk space wasting. Fixes #4193
2015-08-21Added proxy PAC file support functionsFederico Fissore
2015-08-10Got rid of ANTLR: we never used itFederico Fissore
2015-05-20Windows: got rid on JNA, thus no more UnsatisfiedLinkError (at least when ↵Federico Fissore
accessing native OS functions). Fixes #3190
2015-05-04Introducing GPG signature verification when loading main package_index fileFederico Fissore
2015-03-27Added JARs Bouncy Castle, Jackson, Common-compressCristian Maglie
2014-11-13arduino-core project is now correctly compiled through ant build scriptCristian Maglie
2014-01-30Update .classpathCristian Maglie
2013-11-28jssc: updated config files (eclipse, ant build.xml, windows launcher, mac ↵Federico Fissore
template.app), removed rxtx binaries
2013-06-12Updated classpath for eclipseCristian Maglie
2013-06-05Updated eclipse .classpathCristian Maglie
2013-02-27Updated eclipse classpathCristian Maglie
2011-08-16Fixed projects setting to make it compile again inside Eclipse IDECristian Maglie
2009-05-31Importing Processing rev. 5503 (1.0.3).David A. Mellis