Changeset be1dcc26 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-10-05T06:59:17Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d948095
Parents:
faa45c17 (diff), 6cd10ac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge Bithenge data viewer (GSOC 2012)

Merged from lp:~vojtech-horky/helenos/bithenge
original code at lp:~wtachi/helenos/bithenge by Sean Bartell

Quick info about Bithenge (copied from wiki):
Bithenge consists of a library and tools that make working with structured
binary data easier. The project was started as part of Google Summer of
Code 2012 to address #317.
Bithenge is intended to be a general‐purpose library with a variety of uses,
but only one tool has been implemented so far. It is a program that reads a
script file describing a binary format, applies it to binary data, and
prints the decoded result.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rfaa45c17 rbe1dcc26  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
     
    219220        lib/usbhid \
    220221        lib/usbvirt \
     222        lib/bithenge \
    221223        lib/posix
    222224
Note: See TracChangeset for help on using the changeset viewer.