summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-02-24Enable extra warningsDirk Engling
2014-02-23Add handling Telefonbuch version 1 in main scriptDirk Engling
2014-02-23Dump Postleitzahl and Ort as wellDirk Engling
2014-02-23Export entries into their filesDirk Engling
2014-02-23Convert everything to iso8859-1 before outputDirk Engling
2014-02-22Build extractor for version 1 as wellDirk Engling
2014-02-22Let blob pages appear at the place they're referencedDirk Engling
2014-02-22Disable debug output. Do not dump deleted entries. Add commentsDirk Engling
2014-02-22First version, exports most of the recordsDirk Engling
2014-02-21Be less memory hungry with on-stack allocationsDirk Engling
2014-02-21Use full optimization, dont compile mystlib with tools that dont need itDirk Engling
2014-02-20Restructure project, make names more clearDirk Engling
2014-02-20clean up source directoryDirk Engling
2014-02-14Fix off by oneUser Erdgeist
2014-02-13Make working on geo-coordinate-dump dependent on the coordinate file being thereUser Erdgeist
2014-02-13We do not convert zero bytes to new lines with tr anymore, so don't report that in progress statusUser Erdgeist
2014-02-13Strip trailing white spaceUser Erdgeist
2014-02-13Merge branch 'master' of erdgeist.org:TelefonbuchUser Erdgeist
2014-02-13make use of new splitold tool to speedup extraction by factor 6User Erdgeist
2014-02-13Make splitold usable for nname files, too. It now also converts \0 to \n.User Erdgeist
2014-02-12jot is 1-based, dont reference non-existing fileDirk Engling
2014-02-11Reworked code to split old telefonbuch distributions, the old version was too slowDirk Engling
2014-02-11Add split code for old telefonbuch entriesDirk Engling
2014-02-11Splitting up the old table file needs some speedupDirk Engling
2014-02-10First clumsy attempt to lookup geo koordinates for old telefonbuch map and route versions. Does not work on non-map and route dumps.Dirk Engling
2014-02-10Avoid div by zero when operator precedence screws upDirk Engling
2014-02-10Use integers to count through files on old telefonbuch format. Only convert them to fixed with representation when neededDirk Engling
2014-02-10Avoid bashisms in arithmetic expansionUser Erdgeist
2014-02-09Need to link mathlibUser Erdgeist
2014-02-09Automatically convert coordinates to WGS84Dirk Engling
2014-02-09Make convertcoords properly work with empty linesDirk Engling
2014-02-09Add clean target. Add coonvertcoords to list of projectsDirk Engling
2014-02-09Add rule for convertcoords toolDirk Engling
2014-02-09Introduce coordinate converter toolDirk Engling
2014-02-08Allow decompress' reporting to be shown. Also report the progress in columns 1-based, not 0-basedDirk Engling
2014-02-08Report progressDirk Engling
2014-02-08Speed up decompress script by avoiding to wastefully copying a megabyte of data each time we scan for a new decompression offsetDirk Engling
2014-02-08Get rid off jot in exporter for new phonebooks. Linux only knows seq.Dirk Engling
2014-02-07../bin is in PATH, so do not explicitely reference our binariesDirk Engling
2014-02-07Eliminate repeating invocation of shell tools by using the pipe more efficentlyDirk Engling
This reduces the number of forks and saves more than 50% of the conversion time
2014-02-07Remove unnecessary test for DAT/STRASSEN.DATDirk Engling
2014-02-07Report progressDirk Engling
Remove debug output Wipe whole working directory clean
2014-02-07Report progressDirk Engling
2014-02-07Mute the invoked toolsUser Erdgeist
Be more verbose what we do when parsing the older format Factor out common code to avoid redundant implementation Export geo coordinates for the older format
2014-02-03Make rules silentUser Erdgeist
2014-02-03Be more verbose during column extraction. Number of extracted files is not noteworthyUser Erdgeist
2014-02-03Remove unnecessary output, be verbose about what is currently doneUser Erdgeist
2014-02-03No need to print file handleUser Erdgeist
2014-02-03Lots of debugging. Now it works for the new formatUser Erdgeist
2014-02-03Extract coordinates and try to map themUser Erdgeist