summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
* | new project qtserviceMark Brand2013-08-291-0/+4
| |
* | doc update: add proxies to env whitelist and re-align unset commandTony Theodore2013-08-271-3/+4
| |
* | doc update: use gmake in FreeBSD instructionsTony Theodore2013-08-251-2/+2
| |
* | Merge pull request #228 from tonytheodore/depsTony Theodore2013-08-251-14/+38
|\ \ | | | | | | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionality
| * | Makefile and docs: add EXCLUDE_PKGS and show*deps* functionalityTony Theodore2013-08-201-14/+38
| | |
* | | add package m4 for native buildTony Theodore2013-08-251-0/+4
| | |
* | | package libtool: separate binary from library (new package libltdl)Tony Theodore2013-08-251-0/+4
| | |
* | | add optional native autotools bison cmake flex libtool packagesTony Theodore2013-08-241-0/+20
| | |
* | | new package libftdi1Uwe Hermann2013-08-221-0/+4
| | |
* | | doc update: add MXE to env whitelist for interactive sessionsTony Theodore2013-08-211-1/+1
| | |
* | | doc update: add EDITOR to env whitelist for interactive sessionsTony Theodore2013-08-211-1/+1
| | |
* | | add package pkgconf (optional native build)Tony Theodore2013-08-211-0/+4
| | |
* | | Merge pull request #227 from uwehermann/libusb1Tony Theodore2013-08-211-0/+4
|\ \ \ | | | | | | | | new package libusb1
| * | | new package libusb1Uwe Hermann2013-08-201-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | This is a package for the libusb-1.0 shared library (MXE package name "libusb1") used by various projects. It is not to be confused with the older libusb-0.1 library (MXE package name "libusb") which is a completely different library with different API. Both libs are in wide-spread use and can be installed in parallel.
* | | doc update: re-align requirements install commandsTony Theodore2013-08-201-39/+41
|/ /
* | Merge branch 'stable'Volker Grabsch2013-08-131-4/+5
|\ \ | |/
| * Add menu entry for the issue trackerVolker Grabsch2013-08-131-0/+1
| |
| * Improve naming of issue tracker and mailing listVolker Grabsch2013-08-131-4/+4
| |
* | Merge branch 'stable'Tony Theodore2013-08-111-0/+14
|\ \ | |/
| * doc update: add notes about $(TARGET)/bin in $PATH and clean environmentTony Theodore2013-08-111-0/+14
| |
* | Merge branch 'stable'Tony Theodore2013-08-081-3/+45
|\ \ | |/
| * doc update: add notes about gmake options and settings.mk usageTony Theodore2013-08-081-3/+45
| |
* | new package sdl_rwhttpMartin Gerhardy2013-08-061-0/+4
| | | | | | | | the test is currently disabled - I still have to fix it
* | package qwt-qt4: rename to qwt_qt4Tony Theodore2013-08-041-1/+1
| |
* | add package qwt-qt4: builds qwt using qt4Lars Johannesen2013-08-041-0/+4
| |
* | new package sdl2_ttf (release candidate)Martin Gerhardy2013-07-311-0/+4
| |
* | new package sdl2_net (release candidate)Martin Gerhardy2013-07-311-0/+4
| |
* | new package sdl2_image (release candidate)Martin Gerhardy2013-07-311-0/+4
| |
* | new package sdl2_mixer (release candidate)Martin Gerhardy2013-07-311-0/+4
| |
* | new package smpeg2Martin Gerhardy2013-07-311-0/+4
| |
* | new package sdl2 (release candidate)Martin Gerhardy2013-07-311-0/+4
| |
* | package itk: update to version 4.4.1 which includes our hostcheck patchMartin Müllenhaupt2013-07-311-1/+1
| |
* | package mpc: add cross build for targetTony Theodore2013-07-301-0/+4
|/
* update 2.23 release datev2.23Tony Theodore2013-07-271-1/+1
|
* doc update: add build system integration and project maturity to introductionTony Theodore2013-07-261-2/+7
|
* remove optional native builds for autoconf automake cmake libtoolTony Theodore2013-07-261-12/+0
| | | | these need more testing and proper multi-target support
* doc update: add notes about make clean and freebsd support to history sectionTony Theodore2013-07-261-0/+12
|
* doc update: add note about new qmake invocationTony Theodore2013-07-251-9/+15
|
* add optional package cmake with native buildTony Theodore2013-07-221-0/+4
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-281/+76
| | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk)
* Replace unneeded "*-package" IDs in the docsVolker Grabsch2013-07-211-279/+279
|
* Replace unneeded "*-website" IDs in the docsVolker Grabsch2013-07-211-279/+279
|
* Fix order of packages in package listVolker Grabsch2013-07-211-21/+20
|
* Use "shorter" URL for MXE (without the optional trailing slash)Volker Grabsch2013-07-211-1/+1
|
* Bugfix in docs: Make the first column of package list match the internal ↵Volker Grabsch2013-07-211-5/+5
| | | | package name
* Fix spacing issue in docsVolker Grabsch2013-07-211-2/+1
|
* doc update: add biosig to list of projects using mxeTony Theodore2013-07-201-0/+3
|
* Clarify branch conceptVolker Grabsch2013-07-181-2/+14
|
* Improve release notes for the next releaseVolker Grabsch2013-07-181-3/+4
|
* Improve old release notes of release 2.2Volker Grabsch2013-07-181-7/+3
|