summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* fix srcclean when doing multiple files in a single run (nw) Vas Crabb2016-09-281-9/+9
* srcclean (nw) Vas Crabb2016-09-265-178/+178
* Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector Vas Crabb2016-09-269-108/+50
|\
| * Changing bad_alloc catch declarations Nathan Woods2016-09-254-4/+4
| * Putting try { ... } catch(std::bad_alloc &) { ... } around recently introduce... Nathan Woods2016-09-254-4/+9
| * Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-249-108/+45
* | Retired imgtool_basename(), in favor of core_filename_extract_base() Nathan Woods2016-09-243-23/+11
* | imgtool, hp9845_tape format: implemented read & write ops in 9845data filter fulivi2016-09-232-4/+141
* | imgtool, hp9845_tape format: implemented read filter for text-only DATA fulivi2016-09-223-2/+190
|/
* Merge pull request #1398 from fulivi/hp9845_tools R. Belmont2016-09-164-1/+1301
|\
| * imgtool, hp9845_tape format: write&del done, brief info added at the fulivi2016-09-132-24/+339
| * imgtool: WIP on hp9845 tape: read done, write & del to be done fulivi2016-09-101-66/+124
| * imgtool: WIP for hp9845 tape support fulivi2016-09-102-0/+923
| * hp_hybrid: added hp_hybrid & hp_5061_3001 to unidasm fulivi2016-09-101-0/+4
* | Vas Crabb feedback Nathan Woods2016-09-143-7/+7
* | Imgtool: Changed the Imgtool module list to be std::list Nathan Woods2016-09-106-112/+51
* | Imgtool: C++-ized the imgtool_library object (now class imgtool::library) Nathan Woods2016-09-106-155/+172
|/
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-1017-149/+100
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-0312-14/+14
| * Incorporating Vas Crabb feedback Nathan Woods2016-09-011-4/+3
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-2717-135/+87
* | Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-37/+388
|/
* castool fix Nathan Woods2016-08-211-3/+3
* clang didn't like that... Vas Crabb2016-08-041-1/+5
* remove leftover crud (nw) Vas Crabb2016-08-031-18/+0
* fix overlong code detection in srcclean Vas Crabb2016-08-021-2/+12
* Make srcclean a bit more forgiving Vas Crabb2016-08-021-3/+3
* Let's give the new srcclean a spin... Vas Crabb2016-08-023-67/+67
* Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] Vas Crabb2016-08-021-291/+1512
* patch up on OSX Vas Crabb2016-08-011-4/+4
* fix after pass through the diff Vas Crabb2016-08-012-4/+4
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-313-17/+17
* unbreak large files in chdman after refactor Vas Crabb2016-08-011-4/+4
* imgtool fix (nw) Miodrag Milanovic2016-07-311-3/+3
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3116-52/+53
* chdman: fix remaining createcd 64bit issues MetalliC2016-07-241-4/+4
* compile fix (nw) Miodrag Milanovic2016-07-231-9/+9
* try one old good fix (nw) Miodrag Milanovic2016-07-231-1/+1
* Revert "fix building with gcc 6.1.0 by making it consistent with other source... Miodrag Milanovic2016-07-231-2/+5
* fix building with gcc 6.1.0 by making it consistent with other source files. ... smf-2016-07-231-5/+2
* Fixed stupid compilation error Nathan Woods2016-07-111-1/+1
* Removed some c_str() calls that are no longer necessary Nathan Woods2016-07-112-3/+3
* Fix up imgtool as well Vas Crabb2016-07-0831-239/+218
* Add support for showing will branch/will fall through comment on SPARC branch... Vas Crabb2016-06-271-8/+8
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-252-16/+14
* SPARC VIS 2+, VIS 3 and VIS 3B disassembler support [Vas Crabb] Vas Crabb2016-06-241-185/+183
* VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] Vas Crabb2016-06-231-8/+27
* Add SPARC to unidasm [Vas Crabb] Vas Crabb2016-06-221-0/+6
* remove all usages of tagmap Miodrag Milanovic2016-06-182-3/+2