summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* host-toolchain plugin: use new BUILD_DIR, SOURCE_DIR, $(PKG)_PATCHES variablesTony Theodore2016-07-165-37/+34
|
* host-toolchain plugin: add pkgconf/pkg-configTony Theodore2016-07-162-0/+58
|
* host-toolchain plugin: improve READMETony Theodore2016-07-161-19/+28
|
* host-toolchain plugin: binary compare gcc cross and host outputTony Theodore2016-07-162-3/+14
|
* host-toolchain plugin: add cmake notesTony Theodore2016-07-161-0/+22
|
* host-toolchain plugin: build qt5 test and cmake, add `make` binary downloadTony Theodore2016-07-166-17/+94
|
* gcc-host plugin: fix conflict with target libiconvTony Theodore2016-07-121-0/+1
|
* qt5-host-tools: update READMETony Theodore2016-07-091-1/+12
|
* add qt5-host-tools example pluginTony Theodore2016-07-091-0/+52
| | | | starting point for #950, builds `qmake.exe`, `rcc.exe`, etc
* README of go plugin: use make var. instead of envBoris Nagaev2016-07-061-1/+1
|
* go plugin: fix build on darwinTony Theodore2016-07-062-0/+3
| | | | | | | | | | | | | | | | | | | | | build fails with: ``` fatal error: runtime: bsdthread_register error (unset DYLD_INSERT_LIBRARIES) ``` building with `-ldflags -linkmode=external`[1] and `CGO_ENABLED=1` has no affect on `go-native`, it does let `go` bootstrap, but then fails with a similar error: ``` fatal error: runtime: bsdthread_register error ``` easiest to unset DYLD_INSERT_LIBRARIES - no need to check for `darwin` as it only exists on that platform. [1] https://github.com/golang/go/issues/8801#issuecomment-66460009
* add Go pluginBoris Nagaev2016-07-055-0/+239
|
* plugins/README.md: fix typosTony Theodore2016-07-051-2/+2
|
* custom-qt-min plugin: fix for doc exampleTony Theodore2016-07-051-0/+1
|
* plugins/qt5-deps: move to examplesTony Theodore2016-07-051-0/+0
|
* plugins/README: expand background and usageTony Theodore2016-07-051-18/+149
|
* plugins/README: clarify how to enable many pluginsBoris Nagaev2016-06-301-1/+6
| | | | fix #1407
* Merge pull request #1397 from tonytheodore/host-toolchainTony Theodore2016-06-194-0/+101
|\ | | | | Add host toolchain example plugin
| * add host toolchain example pluginTony Theodore2016-06-184-0/+101
| |
* | Merge pull request #1375 from saiarcot895/upstream-poppler-qt5Boris Nagaev2016-06-181-0/+5
|\ \ | |/ |/| Add plugin file to compile some libraries with Qt 5 only
| * Simplify overrides, and add shared build support to poppler.Saikrishna Arcot2016-06-051-57/+2
| |
| * Add plugin file to compile some libraries with Qt 5 only (instead of using ↵Saikrishna Arcot2016-06-051-0/+60
| | | | | | | | Qt 4).
* | Update README.mdMartin Müllenhaupt2016-06-141-1/+1
| |
* | Merge pull request #1366 from rr-/plugin-infoTony Theodore2016-06-101-2/+19
|\ \ | |/ |/| docs: add mini-tutorial on plugins
| * docs: add mini-tutorial on pluginsrr-2016-05-261-2/+19
| |
* | qbittorrent: link with boost_random, boost_chronoBoris Nagaev2016-05-301-0/+28
| |
* | qbittorrent, libtorrent: Boost.Asio is header onlyBoris Nagaev2016-05-301-0/+38
| | | | | | | | | | | | | | Fix link errors in qbittorrent after libtorrent-rasterbar 1.1.0. Disable BOOST_ASIO_SEPARATE_COMPILATION See http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html
* | Always use the included version of libxmlDaniel Burr2016-05-291-1/+2
|/
* add native build of gettext for Ubuntu 14.04 TrustyTony Theodore2016-05-092-0/+2
| | | | fixes #1341
* cc6 plugin: update info about wxwidgets pkg in README.mdBoris Pek2016-05-051-1/+1
|
* cc6 plugin: update info about dcmtk pkg in README.mdBoris Pek2016-05-051-1/+1
|
* gcc6 plugin: update info about fdk-aac pkg in README.mdBoris Pek2016-05-051-1/+1
|
* gcc6 plugin: update info about freeimage pkg in README.mdBoris Pek2016-05-041-1/+1
|
* gcc6 plugin: update info about flann pkg in README.mdBoris Pek2016-05-041-1/+1
|
* gcc6 plugin: update info about jsoncpp pkg in README.mdBoris Pek2016-05-041-3/+3
| | | | | | GCC 6.x related fix was in 0bc73f7. And it may be interesting for users who want to use GCC 6.x. As for a1cc019 -- just cosmetic change for common style in README.
* gcc6 plugin: update info about qt3d pkg in README.mdBoris Pek2016-05-041-1/+1
|
* gcc6: link final jsoncpp fix and add note to test earlier gcc versionsTony Theodore2016-05-031-1/+4
|
* gcc6: add "static" to static-only packagesBoris Nagaev2016-05-021-9/+9
|
* gcc6: add 3 more broken packagesBoris Nagaev2016-05-021-0/+3
| | | | | | * guile * ocaml-lablgtk2 * qtwebkit
* gcc6: more space for target columnBoris Nagaev2016-05-021-29/+29
|
* gcc6: remove "..." from the end of the tableBoris Nagaev2016-05-021-2/+0
|
* gcc6: libical is not brokenBoris Nagaev2016-05-021-1/+0
| | | | Log: https://gist.github.com/8b3c9547b89d3c0ca29762adcf3a7bb5
* Merge pull request #1317 from tehnick/gcc6-pluginTony Theodore2016-05-013-0/+93
|\ | | | | Add gcc6 plugin
| * gcc6 plugin: update README.mdBoris Pek2016-05-011-38/+36
| |
| * gcc6 plugin: add README.md with notes about new GCCBoris Pek2016-04-301-0/+69
| |
| * gcc5 plugin: add reserve url to isl sourcesBoris Pek2016-04-301-0/+1
| |
| * Add gcc6 pluginBoris Pek2016-04-301-0/+25
| |
* | add package luv to luarocks pluginBoris Nagaev2016-04-302-0/+92
|/
* update qbittorrent to 3.3.4Boris Nagaev2016-04-182-153/+2
| | | | | | | | | The following patches were included in the upstream: * convert includes like <Windows.h> to lowercase https://github.com/qbittorrent/qBittorrent/pull/4505 * fix library list https://github.com/qbittorrent/qBittorrent/pull/4824
* add native build of `patch` for darwin (#1295)Tony Theodore2016-04-121-0/+1
| | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't