summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Fix HTML issues in docsVolker Grabsch2013-07-181-5/+5
|
* Fix empty lineVolker Grabsch2013-07-181-1/+0
|
* add optional native automake and autoconfTony Theodore2013-07-171-0/+10
|
* doc update: mention FreeBSD partial supportTony Theodore2013-07-151-0/+8
|
* doc update: prepare for stable updateTony Theodore2013-07-131-1/+36
|
* Makefile and docs: remove yasm requirementTony Theodore2013-07-131-12/+7
|
* add package yasmTony Theodore2013-07-131-0/+5
|
* doc update: add notes about supported toolchains and MXE_TARGETS variableTony Theodore2013-07-071-2/+44
|
* doc update: add note about openssl sha1 to calculate checksumTony Theodore2013-07-071-0/+5
|
* doc update: add note about patch line endings and .gitattributesTony Theodore2013-07-071-0/+8
|
* doc update: add note about date portability variableTony Theodore2013-07-071-0/+1
|
* add package sfmlGuilherme Bernal2013-07-061-0/+5
|
* doc update: minimum supported Debian versionTony Theodore2013-07-061-10/+3
|
* update package openscenegraphNiels Kristian Bech Jensen2013-07-061-1/+1
|
* update package gtk2Niels Kristian Bech Jensen2013-07-061-1/+1
|
* update package qt5Niels Kristian Bech Jensen2013-07-061-18/+18
|