Remove unused zeros code
Add FreeBSD specific bits being careful to maintain compatibility
Surprising how a misplaced " breaks build
Add wspr.sh.in and let configure do the work of picking the right
- first cut at a general Makefile for WSJT, it is *not* production quality
- initial cut at a portable ptt module for all unix and unix like systems
- more cleanups to configure
- oops sorry about that.
- Add first rough cut of configure
- A few more cleanups to configure
- Cleaned up further using Joe's Windows makefile as a basis
- A little more work on configure.ac, to at least get portaudio right
- cleaned up a few more stupids on configure system
- check correct HAS_ASOUNDLIB_H flag in start_threads.c
- forgot to add -lportaudio
- ok, this should enable Bobs portaudio fixes and ALSA depending on
- clean up start_threads.c using bob's start_threads.c as template
- I forgot -lsamplerate
- Added samplerate.h check
- reconcile start_threads.c to agree with Bob's version in branch portaudio
- Ok, added some rules to build .c, .f and .f90 objects
- Cleaned up Makefile to use F2PY instead of calling Python
- Ok, mix and match Makefile.in.joe into Makefile.in
- in ftnstr() the argument coming in is not a python string but an
- will need module array to deal with array tostring conversions
- Adds for documentation purposes the fortran options for debug
- change from start_threads.c to start_alsa.c start_portaudio.c etc.
- No need to wrap this with an #ifdef PORTAUDIO
- Add AUDIOSRCS in Makefile.in, which will be filled in with the appropriate
- remove conf.h hence remove conf.h.in as well, and modify
- Clean up zero of null sound buffer for write and clean up logic
- Commented out the wrong line!
- change the if logic a bit to match start_oss.c
- This file should no longer be used
- fixed ptt_unix.c to work with the non blocking ttyd0 for now (on freebsd)
- Initial cut at OSS support
- Use correct filenames for lp ports
- I noticed I got the c vs. fortran indexing wrong after explaining it ;-)
- oops forgot to increment ib
- Check for missing f2py
- Add more support in configure for jack
- missing ;
- do not return a value from a void function
- add --enable-g95 and --enable-gfortran hooks
- undoing boo-boo
- Initial changes to add string names of audio devices/PTT ports
- This adds run time parallel vs. serial PTT detection and use
- backed out second boo-boo
- More refinements on configure for jack
- Little more cleanup, still not fully working
- Add in code to look for portaudio v19 beta as a subdir, if found
- corrected 4 vs. 8 space
- Fix mis-match between spaces to pad and :8 argument given here.
- Manual editing in diffs I missed a few
- This imports the freebsd branch modifications
- move portaudio to portaudio-v19, note portaudio-v19 itself still
- Import of portaudio v19
- Missing line broke start_oss.c on transmit
- remove CRLF
- fixed typo that prevented WSJT from going into transmit
- All other 'c' functions include both <time.h> and <sys/time.h>
- Give user a chance to fix from wjst, don't just exit.
- Cleaned up portaudio-v19 compile/clean a bit
- simple cleanup of style, no code changes
- Fixed compile for linux
- No, it should be || not &&
- Remove code to handle device names without /dev prepended
- Make prototype match that of windows, even though unused *isn't* used.
- misplaced indentation meant fortran copy of pttport never got set
- Oops. missed the /* Fallback (nothing) */ case
- Do the actual ptt on/off after open. open + ptt control are
- remove jack support for now
- oops. stock gfortran is still gfortran41
- libsamplerate is not being used at all in *nix, I assume it is supposed
- Fixed typo that broke portaudio
Dummy
- These two files should not be in the repository, they are created
Dummy
- first part of update for new portaudio
- more obsolete dirs
- dummy
- dummy
- Added $Date$ and $Revision$
- More remnants deleted of old portaudio-v19
- Make sure compiled python code gets cleaned as well
- old imports no longer needed
- This looks specific to windows only, however imported for completeness
- Add missing bits of portaudio
- Updated portaudio
- This should fix missing -lrt for those systems that need it
- trivial cosmetic change, I had a library duplicated
- fix typo
- Get rid of unnecessary filename arrays, just take names from wsjt
- new portaudio-v19 tries to use alsa if available, but does not
- dummy
- This is a shell wrapper script, suggested by someone on one of the wsjt
- This struct needn't be global either.
- libtool here is generated by portaudio compile itself and should not
- Why on earth libtool is needed for a simple rm?
- Apparently, linux does not need <sys/io.h> now