Summary: Add first attempt at sound capture.
Summary: Fix wrap around capture buffer.
Summary: Add in timing code. The captured audio is now decoded.
Summary: Implements audio playback (TX) for ALSA.
Summary: Improve accuracy of capture timestamps.
Summary: Provides more accurate playback timing.
Summary: Branch a linux version.
Summary: Some updates towards getting compile to work.
Update Makefile.in
Summary: More updates to get compile working.
Summary: some more updates.
Summary: Add missed file
Summary: Fix some compiler warnings.
Summary: WSJT now runs under Linux ubuntu AMD64 using gfortran.
Summary: Some updates.
Summary: minor changes to aid testing.
Summary: rename file.
Summary: Fix ambiguity with regard to passing
Summary: remove debug print statement.
Summary: fix recovery from poll failure.
Summary: Try preprocessor.
Summary: tracking down more crashes.
Summary: Update to work with gfortran.
Summary: Merge in linux branch
Do not try to compile deep65.F twice.
Prevent warning:
Fix problem with gfortan not understanding:
Update INSTALL to use LLVM-3.9
Fix the test_llvm_builder working with the New Pass Builder in LLVM-3.9
Add verifyModule() to the test llvm builder.
Removed old metadata tags from test.
Add builder use to CreateGEP.
Fix test_case.cpp for llvm-3.8
Add FileCheck binary, saves users from building LLVM from source.
Add test for using function parameters in test llvm builder.
Add conditional branch to LLVM builder test.
Added some more info to the llvm builder test.
Add Function args and arg names to LLVM builder test.
Update Makefile.am files etc. to LLVM-3.9
Add STORE instruction. Does not work in all cases yet.
Update debug_print to include source filename.
Add Branch and Ret to use Builder API.
Start moving the LLVM output to use the LLVM builder.
Create the llvm directory, so that the tests can run again.
Make autogen.sh work with libtool
Add some comments. e.g. var.dump();
Update testing to use llvm-3.8
Update to use llvm-3.8
Convert test_llvm_builder.cpp over to using the LLVM Builder.
Add DEBUG_ANALYSE_TIP for analysis of Type Inference Propagation.
Fix the ll tests.
Add another .gitignore.
Move towards the new Type Inferance Model.
Add detection of function return type.
Fix typo.
Add .gitignore file.
Add a New PassManager and execute some passes.
Make test id3B.txt work.
Output more of the labels as debug.
Add detection for a size_bits varying. TODO: Needing to insert TRUNC/ZEXT/SEX instruction.
Add function params to LLVM function correctly.
Fix instruction decoder.
Add test for GEP 0,0,R180.
Document that we need LLVM-3.9 now.
Improve the debug output if the LLVM IR fails Verification.
Add extra dependancy.
Change "BC" to "BRANCH", so we don't confuse it with BitCast.
Update instruction decoder to work with LLVM-4.0
Include config.h because binutils requires it.
Add some new tests.