summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsuite now !Unicode is dynamicHEADmasterJohn-Mark Bell2023-12-191-4/+4
|
* Include Unicode resource as submoduleJohn-Mark Bell2023-12-181-1/+3
|
* Update copyright informationJohn-Mark Bell2023-12-181-1/+5
|
* Make UnicodeLib a submodule.John-Mark Bell2023-12-181-8/+6
| | | | | | This removes the previously cumbersome need to copy pre-built binary artefacts into the source tree. Unfortunately, it has necessitated disabling a bunch of warnings to allow it to build.
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-2/+2
|
* Remove hard-coded date; bump version.John-Mark Bell2013-01-291-1/+1
|
* Fix bitrot in riscos-dist targetJohn-Mark Bell2012-09-011-5/+3
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-3/+5
| | | | svn path=/trunk/iconv/; revision=14011
* Bump version numberJohn Mark Bell2011-01-041-1/+1
| | | | svn path=/trunk/iconv/; revision=11202
* Bump some version numbers, update copyright year, silence svn exportJohn Mark Bell2011-01-041-4/+4
| | | | svn path=/trunk/iconv/; revision=11197
* Reflect expectation that zip is installed in a sane placeJohn Mark Bell2011-01-041-2/+2
| | | | svn path=/trunk/iconv/; revision=11196
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/iconv/; revision=8961
* Sync with core buildsystemJohn Mark Bell2009-04-211-1/+1
| | | | svn path=/trunk/iconv/; revision=7229
* Shared library versioningJohn Mark Bell2009-04-031-2/+4
| | | | svn path=/trunk/iconv/; revision=7035
* Always add aliases to post targets.John Mark Bell2009-03-261-0/+4
| | | | | | | Build module sources when testing (with the wrapper) Fix testsuite to actually run. svn path=/trunk/iconv/; revision=6902
* Fix most of the bugs that crept in.John Mark Bell2009-03-261-19/+21
| | | | | | test/GNU needs sorting out, as it's currently broken. svn path=/trunk/iconv/; revision=6900
* First attempt at using the core buildsystemJohn Mark Bell2009-03-261-42/+52
| | | | svn path=/trunk/iconv/; revision=6897
* Stage Aliases file directly into distribution template.John Mark Bell2008-11-191-0/+2
| | | | | | | Fix compilation of makealiases when cross-compiling. Update dependencies so that aliases file gets built when needed. svn path=/trunk/iconv/; revision=5738
* Various hackery in a vain attempt to make more tests pass.John Mark Bell2008-11-141-1/+1
| | | | | | | | | | | | | Disable the UTF-8 test, as it currently fails: 1) A bug in UnicodeLib's UTF-8 decoder results in 0x80 being treated as valid input 2) There's no way of determining if U+FFFD was the result of invalid input or valid input which happened to decode to that codepoint 3) UnicodeLib drops U+FEFF on the floor Disable UCS-{2,4}{BE,LE}, as we don't support those encodings. svn path=/trunk/iconv/; revision=5694
* Test driver for library initialisation/finalisationJohn Mark Bell2008-11-101-1/+1
| | | | svn path=/trunk/iconv/; revision=5679
* Import Iconv sourcesJohn Mark Bell2008-11-101-0/+45
svn path=/trunk/iconv/; revision=5677