Commit Graph

  • dc7ee41b20 set 4.2.0 release date in changelogs. master Ozkan Sezer 2023-06-15 23:11:10 +0300
  • ab8d7cb7fa
    Fix audio output on Haiku (#63) Cameron Cawley 2023-03-22 18:45:22 +0000
  • 356c62f167 Fix stdout output to support specified driver, and add loop-until feature: HunterZ 2022-11-20 15:18:53 -0800
  • 64e02f71a9 fix 'void pointer arithmetic' errors. Ozkan Sezer 2022-10-15 11:55:10 +0300
  • 96b3ff1e4e fix 'lvalue required as left operand of assignment' errors Ozkan Sezer 2022-10-15 11:55:10 +0300
  • f606e628d3 whitespace tidy-up in sound_coreaudio.c Ozkan Sezer 2022-10-15 11:55:10 +0300
  • b597ad2eeb include and whitespace clean-up in dos source files Ozkan Sezer 2022-10-10 11:33:32 +0300
  • 653d0afaf3 added missing license notice to dosutil.[ch] Ozkan Sezer 2022-10-10 11:33:32 +0300
  • 0e44b4ebf6 remove malloc'ing of sound_file and sound_wav descriptions Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 425adebf7b added missing casts to malloc() results Ozkan Sezer 2022-10-10 05:01:02 +0300
  • bb178a0a5a move extern delarations of the struct sound_driver data to sound.h Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 525edb1251 sound_alsa.c: fmt should actually be snd_pcm_format_t, not unsigned int Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 20fa2b95d4 small updates to configure.ac Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 5a528e6583 dos: cast irq handler to void* when passing to dpmi_lock_linear_region Ozkan Sezer 2022-10-10 05:01:02 +0300
  • c891c152ff dos: fix watcom "&array may not produce intended result" warnings. Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 07b98b18ef remove unused .travis.yml Ozkan Sezer 2022-10-10 05:01:02 +0300
  • 5928d1ce1f remove unnecessary includes from options.c Ozkan Sezer 2022-09-15 17:56:40 +0300
  • 44123d6368 Update changelog Ozkan Sezer 2022-09-15 17:56:10 +0300
  • 2a46959a9c Update changelog Ozkan Sezer 2022-09-15 11:11:40 +0300
  • ecfb993938 move report() from main.c to util.c Ozkan Sezer 2022-09-15 11:00:50 +0300
  • 3fc1e2b4cd update _MSC_VER tweaks in common.h. Ozkan Sezer 2022-09-15 10:55:00 +0300
  • 39d51aff6a include tweaks. Ozkan Sezer 2022-09-15 10:20:00 +0300
  • 7241b3b3e3 invent and use XMP_MAXPATH, like libxmp. Ozkan Sezer 2022-09-15 01:01:02 +0300
  • 7d2b83ce02 replace exit(EXIT_SUCCESS); with return 0; at the end of main(). Ozkan Sezer 2022-09-14 23:51:40 +0300
  • c35288c66f amiga-specific timer code Ozkan Sezer 2022-09-14 23:50:56 +0300
  • 2ce2f45824 change delay_ms() to accept an unsigned parameter. Ozkan Sezer 2022-09-14 23:28:04 +0300
  • 21fc2b40e6 include reordering for XMP_AMIGA. add missing guards to unistd.h. Ozkan Sezer 2022-09-14 23:11:10 +0300
  • cdd5ff8ed9 pass NULL as timezone to gettimeofday() Ozkan Sezer 2022-09-14 23:11:02 +0300
  • c2be98c23e invent and use a XMP_AMIGA macro. Ozkan Sezer 2022-09-14 20:56:56 +0300
  • bc31a02764 fix build. Ozkan Sezer 2022-09-14 20:56:50 +0300
  • 7b1283bbde change the #ifdef order in read_key(). Ozkan Sezer 2022-09-14 20:50:00 +0300
  • 185b274ca6 invent and use a locale-insensitive strcasecmp() version Ozkan Sezer 2022-09-14 20:40:04 +0300
  • 2a155268c2 move xmp_strdup() into a new util.c source module. Ozkan Sezer 2022-09-14 20:32:28 +0300
  • bc7fa57fcc invent and use a private xmp_strdup() Ozkan Sezer 2022-09-14 20:10:02 +0300
  • 062473c1c5 remove some redefines for _MSC_VER which are not necessary anymore Ozkan Sezer 2022-09-14 19:56:05 +0300
  • 6b018d6999 check and conditionally include sys/types.h, sys/time.h, and unistd.h. Ozkan Sezer 2022-09-14 19:51:37 +0300
  • 908977d4df sound_wav, sound_aiff, sound_file: migrate from posix to stdio. Ozkan Sezer 2022-09-14 18:56:24 +0300
  • 666bd2d3d0 sound_dart.c: remove unnecessary and pointless includes. Ozkan Sezer 2022-09-14 14:11:10 +0300
  • 31710da449 Minor optimization in OpenWatcom DOS builds Cameron Cawley 2022-08-12 12:18:03 +0100
  • 66a314674c Improve IRQ handling in DOS builds Cameron Cawley 2022-08-12 12:07:10 +0100
  • 902a8bad43 Error out when building with DJGPP <= 2.01 Cameron Cawley 2022-08-12 12:05:55 +0100
  • d931134313 Use __attribute__((no_reorder)) for IRQ interrupts Cameron Cawley 2022-03-06 12:36:14 +0000
  • b0ea809964 Support compiling the SoundBlaster driver with OpenWatcom Cameron Cawley 2022-03-02 23:25:40 +0000
  • ffa516a36f add SoundBlaster output driver for DOS based on libMikMod Ozkan Sezer 2021-11-07 10:20:00 +0300
  • d2431b1eef Fix compilation with BeOS and Haiku Cameron Cawley 2022-07-27 16:16:43 +0100
  • f665ea21d4 Add the Distribution packages workflow from libxmp Cameron Cawley 2022-07-27 10:43:31 +0100
  • 91970bf254 Use /dev/audio or pkgsrc DEVOSSAUDIO for OSS on NetBSD. AliceLR 2022-07-26 19:57:32 -0600
  • d9525f0161 Fix NetBSD driver compile error and OSS link error. AliceLR 2022-07-25 22:03:20 -0600
  • 5f227252d5
    Merge pull request #52 from AliceLR/fix-openbsd-audioio Alice R 2022-07-25 18:30:41 -0600
  • ab6e7592a7 Tweak audio_info_t check for old autoconf versions. AliceLR 2022-07-25 17:22:22 -0600
  • 2416f97508 Improve detection of old BSD sound driver to fix OpenBSD builds. AliceLR 2022-07-25 15:04:13 -0600
  • 5977f3ead1
    Merge pull request #51 from ccawley2011/sndio-linux Alice R 2022-07-25 14:32:26 -0600
  • b523858c0c Allow building with sndio on Linux Cameron Cawley 2022-07-25 17:01:28 +0100
  • c6e4d48e53 manpage/README: remove non-existent option Misty De Meo 2022-04-26 20:45:37 -0700
  • c13461a493 manpage: correct amiga filter documentation Misty De Meo 2022-04-26 20:43:06 -0700
  • 7dc7d5a84a include autogen.sh and vc/* with 'make dist' Ozkan Sezer 2022-03-04 11:37:10 +0300
  • bec42b6098 fixed 'make dist' Ozkan Sezer 2022-03-04 01:55:28 +0300
  • 0a335c793e Add watcom.mif to share code between the Win32, OS/2 and MS-DOS makefiles Cameron Cawley 2022-03-03 22:19:42 +0000
  • 9d4163ef80 added a watcom makefile for targeting dos Ozkan Sezer 2022-03-04 01:21:40 +0300
  • 45114c81e7 watcom makefiles: tweak watcom headers include order (just in case) Ozkan Sezer 2022-03-03 23:23:20 +0300
  • 905acddfda Improve the OpenWatcom makefiles Cameron Cawley 2022-03-02 20:22:06 +0000
  • a02a7adf21 add new xmp_version.h which defines VERSION if not already defined. Ozkan Sezer 2022-01-18 18:24:24 +0300
  • fa8286eeb1 bump version to 4.2.0 Ozkan Sezer 2022-01-18 18:20:20 +0300
  • c5f27a5c6c
    Merge pull request #45 from sezero/misc01 Alice R 2022-01-18 04:17:26 -0700
  • 6bbd64acbb replace __inline__ with inline in list.h Ozkan Sezer 2022-01-18 01:51:02 +0300
  • e68fe9d983 include strings.h, if available, for strcasecmp Ozkan Sezer 2022-01-18 01:50:00 +0300
  • ecd0820b9e Fix out-of-bounds read of mod->xxs, constify xmp_module_info pointers. AliceLR 2021-07-27 17:52:00 -0600
  • 22f92ed569
    Merge pull request #40 from sezero/write-strings Alice R 2021-07-26 16:38:45 -0600
  • ca64c65716 add -Wwrite-strings to CFLAGS if it's available, and fix warnings. Ozkan Sezer 2021-07-26 17:56:40 +0300
  • 8207fad249
    Merge pull request #39 from sezero/misc3 Alice R 2021-07-26 05:37:48 -0600
  • adadca1d93 getopt_long.c: initialize optarg and optreset to avoid symbol clashes. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • da8a4c5a56 remove extern declarations of optind and optarg, and include getopt.h. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • fbb32bc1b3 another minor constification. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 758154f256 remove unnecessary sys/unistd.h for amiga, update amiga cpp checks. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 020c75e794 removed confusing and unnecessary extra parens from an or condition Ozkan Sezer 2021-07-25 20:55:10 +0300
  • dc5a75b82f made two callback procedures static. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 1dc0824894 minor constification. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 3458764046 simplify the __inline define in list.h. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 06e39db305 sanitize whitespace. Ozkan Sezer 2021-07-25 20:55:10 +0300
  • 8752414fa8 Replace direct use of usleep() Cameron Cawley 2021-07-25 16:06:25 +0100
  • 4161197698 miscellaneous watcom build updates. Ozkan Sezer 2021-07-24 01:50:50 +0300
  • 10f076e6a5 miscellaneous dos/djgpp fixes. Ozkan Sezer 2021-07-24 01:50:10 +0300
  • c1ba4319b5 fix libxmp discovery if the build is static-only and libm-dependent Ozkan Sezer 2021-07-07 06:33:50 +0300
  • d741e61abd Replace list.h undefined behavior with offsetof. AliceLR 2021-07-06 03:27:46 -0600
  • 030907d14b enable ahi for morphos, too. Ozkan Sezer 2021-07-05 21:50:50 +0300
  • ef9e800b1e Silence annoying GCC 11 warnings. AliceLR 2021-06-22 21:16:24 -0600
  • 33c0faf36d Update changelog Ozkan Sezer 2021-06-10 04:11:50 +0300
  • 15beba0fb6 renamed watcom Makefile.nt to Makefile.w32 Ozkan Sezer 2021-06-10 04:11:24 +0300
  • cfa4af4927 spelling fix for my name. Ozkan Sezer 2021-06-09 17:33:02 +0300
  • d6e0480f59 Support compiling for Windows with OpenWatcom Cameron Cawley 2021-04-02 20:00:00 +0100
  • 7ceb2c1d6b
    Merge pull request #28 from sezero/rh-patch Alice R 2021-04-01 02:39:56 -0600
  • f4e66550d2 read_config.c: define SYSCONFDIR as ".", if not already defined. Ozkan Sezer 2021-04-01 10:25:40 +0300
  • dd42858718 fix xmp-cli not respecting system xmp.conf. Ozkan Sezer 2021-04-01 10:22:40 +0300
  • 83f410ac09 configure.ac: update to eliminate autoconf-2.70 warnings Ozkan Sezer 2020-12-16 11:35:24 +0300
  • 7c8fa1a370 replaced 'WIN32' checks with '_WIN32' Ozkan Sezer 2020-12-11 23:15:50 +0300
  • 347962bb6d getopt update: Ozkan Sezer 2020-12-01 01:55:00 +0300
  • 004ee8372e os/2 makefile update Ozkan Sezer 2020-12-01 01:45:20 +0300
  • 85df56159f add --with-libxmp-lite to build against libxmp-lite instead of libxmp. Ozkan Sezer 2020-11-18 10:55:02 +0300
  • 88a004ef4f Remove sequence change workaround for old libxmp Claudio Matsuoka 2020-11-10 19:39:29 -0300
  • 3bed00f3b3 Fix Windows crash-on-exit caused by freeing in-use buffers. AliceLR 2020-11-06 18:44:17 -0700