summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | gcc6 plugin: update README.mdBoris Pek2016-05-011-38/+36
| | |
| * | smpeg: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-1/+1
| | |
| * | smpeg2: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-1/+1
| | |
| * | qt: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+1
| | |
| * | boost: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+1
| | |
| * | jsoncpp: add workaround for builds with GCC >= 6.xBoris Pek2016-04-301-0/+4
| | |
| * | glib: update patch: fix build with GCC >= 6.xBoris Pek2016-04-301-0/+20
| | |
| * | 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
| | |
* | | Merge pull request #1322 from LuaAndC/luvTony Theodore2016-05-012-0/+92
|\ \ \ | |/ / |/| | add package luv to luarocks plugin
| * | add package luv to luarocks pluginBoris Nagaev2016-04-302-0/+92
|/ /
* | Merge pull request #1243 from LuaAndC/build-pkg-second-passTony Theodore2016-04-301-67/+200
|\ \ | | | | | | build-pkg: build a package second time in tree with all packages
| * | build-pkg, second pass: fix fail on broken packageBoris Nagaev2016-04-201-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | If a package is found to be broken on the first pass, then prev_files = nil, because this structure is filled only for non-broken packages. See https://github.com/mxe/mxe/pull/1243#issuecomment-211137555
| * | build-pkg: provide more info about removed filesBoris Nagaev2016-04-201-3/+25
| | |
| * | build-pkg: detect broken symlink and removed fileBoris Nagaev2016-04-201-1/+11
| | |
| * | build-pkg: use "git add" with --allBoris Nagaev2016-04-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the warning produced by "git add ." after removing a file with "rm": > warning: You ran 'git add' with neither '-A (--all)' or '--ignore-removal', > whose behaviour will change in Git 2.0 with respect to paths you removed. > Paths like 'foo.txt' that are > removed from your working tree are ignored with this version of Git. > > * 'git add --ignore-removal <pathspec>', which is the current default, > ignores paths you removed from your working tree. > > * 'git add --all <pathspec>' will let you also record the removals. > > Run 'git status' to check the paths you removed from your working tree. $ git status --porcelain D foo.txt $ git add --all . $ git status --porcelain D foo.txt $ git --version git version 1.9.1
| * | build-pkg: exit with non-zero if second pass failsBoris Nagaev2016-04-201-2/+9
| | |
| * | build-pkg: provide a way to disable second passBoris Nagaev2016-04-201-4/+9
| | |
| * | build-pkg: add second passBoris Nagaev2016-04-201-9/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The second pass is done after the first one. During the second pass, an item is built in tree of files from all other items. It checks that: * packages can be built in any order satisfying dependencies; * a package can be rebuilt after its dependee. For both cases, not only build status is checked but also two sets of files are compared. Currently content of files is not checked, only their existance in both passes. See #1111
| * | build-pkg: move function isBuilt()Boris Nagaev2016-04-201-12/+12
| | | | | | | | | | | | It will be used in buildItem()
| * | build-pkg, buildItem(): log pass (first, second)Boris Nagaev2016-04-201-2/+2
| | |
| * | build-pkg: provide a way to mute removeEmptyDirs()Boris Nagaev2016-04-201-2/+5
| | |
| * | build-pkg: add argument pass=first to build funcsBoris Nagaev2016-04-201-14/+24
| | |
| * | build-pkg: move top-level code to main() functionBoris Nagaev2016-04-201-32/+36
| | |
* | | Merge pull request #1307 from LuaAndC/update-qbittorrent-3.3.4Tony Theodore2016-04-302-153/+2
|\ \ \ | | | | | | | | update qbittorrent to 3.3.4
| * | | 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
* | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-302-2/+2
| | | |
* | | | Merge pull request #1315 from LuaAndC/update-libuv-1.9.0Tony Theodore2016-04-302-2/+44
|\ \ \ \ | | | | | | | | | | update libuv to 1.9.0
| * | | | update libuv to 1.9.0Boris Nagaev2016-04-242-2/+44
| | | | |
* | | | | Merge pull request #1320 from LuaAndC/update-box2d-sha256Tony Theodore2016-04-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | box2d: update sha256
| * | | | box2d: update sha256Boris Nagaev2016-04-271-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file was changed in upstream. File pkg/box2d-2.3.1.tar.gz (or https://github.com/erincatto/Box2D/archive/v2.3.1.tar.gz): Old sha256: 2c61505f03ef403b54cf0e510d83d6f567e37882ad79b5b2d486acbc7d5eedea New sha256: 75d62738b13d2836cd56647581b6e574d4005a6e077ddefa5d727d445d649752 Changes: $ diff -r old/ new Only in old/Box2D-2.3.1/Contributions/Platforms: Box2D.XNA.zip Only in old/Box2D-2.3.1/Contributions/Platforms: Tizen.zip Files Box2D.XNA.zip and Tizen.zip are not used in build, according to logs. Removing them them seems to be safe. fix #1319
* | | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-242-2/+2
| | | |
* | | | Merge pull request #1314 from tehnick/update-cmakeBoris Nagaev2016-04-241-2/+2
|\ \ \ \ | | | | | | | | | | cmake: update to 3.5.2
| * | | | cmake: update to 3.5.2Boris Pek2016-04-241-2/+2
|/ / / /
* | | | Merge pull request #1313 from m-ou-se/alurefixTimothy Gu2016-04-211-0/+1
|\ \ \ \ | | | | | | | | | | Disable dynamic loading for static libalure.
| * | | | Disable dynamic loading for static libalure.Maurice Bos2016-04-211-0/+1
|/ / / /
* | | | Merge pull request #1312 from m-ou-se/assimpfixBoris Nagaev2016-04-201-1/+1
|\ \ \ \ | |_|/ / |/| | | Use correct cmake variable for static assimp library.
| * | | Use correct cmake variable for static assimp library.Maurice Bos2016-04-201-1/+1
|/ / /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-192-2/+2
| | |
* | | sqlite: updateMark Brand2016-04-191-2/+2
|/ /
* | Merge pull request #1306 from tonytheodore/osx-gnu-tarBoris Nagaev2016-04-171-3/+7
|\ \ | | | | | | add GNU Tar to requirements and specify OS X packages
| * | add GNU Tar to requirements and specify OS X packagesTony Theodore2016-04-161-3/+7
| | | | | | | | | | | | | | | | | | | | | needed for `build-pkg.lua`, installed as: - `gtar` on Homebrew - `gnutar` on MacPorts and Rudix so will be selected by `tool` function
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-162-2/+2
| | |
* | | libgcrypt: updateMark Brand2016-04-164-93/+91
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-142-2/+2
| |
* | Merge pull request #1305 from LuaAndC/update-libicalTony Theodore2016-04-142-4/+136
|\ \ | | | | | | Update libical
| * | libical: update to version 2.0.0Boris Nagaev2016-04-142-2/+135
| | |
| * | libical: fix updaterBoris Nagaev2016-04-141-2/+1
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-142-2/+2
| |