summaryrefslogtreecommitdiffstats
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* add note about winpthreads versionNiels Kristian Bech Jensen2013-07-061-1/+1
|
* update package xzMark Brand2013-07-021-1/+1
|
* update package lcmsMark Brand2013-07-021-1/+1
|
* update package vmimeMark Brand2013-07-011-1/+1
|
* update qt5 module packagessMark Brand2013-07-011-16/+16
|
* update package imagemagickNiels Kristian Bech Jensen2013-06-291-1/+1
|
* update package glib and friendsNiels Kristian Bech Jensen2013-06-291-5/+5
|
* add package itkMartin Müllenhaupt2013-06-271-0/+5
|
* update packages armadillo cfitsio imagemagick libgsf ocaml-findlibNiels Kristian Bech Jensen2013-06-271-5/+5
|
* update package vmimeMark Brand2013-06-251-1/+1
|
* update package libgpg_errorMark Brand2013-06-251-1/+1
|
* update packages openscenegraph popplerTony Theodore2013-06-231-2/+2
|
* update package gstreamer and pluginsTony Theodore2013-06-231-3/+3
|
* update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pangoTony Theodore2013-06-231-6/+6
|
* update package armadilloTony Theodore2013-06-231-1/+1
|
* update package llvmTony Theodore2013-06-231-1/+1
|
* update package vtk6Tony Theodore2013-06-231-1/+1
|