Commit Graph

  • afe9d6a2eb also compile the programs in the util directory by default, not only do we want to test they can be compiled, but also samples may use/require them. we might want to install them too, perhaps mrdudz 2022-02-05 17:28:11 +01:00
  • 4e5b521903 move some things from targettest to samples mrdudz 2022-02-05 16:55:57 +01:00
  • 98bc021c5a Added the names of samples and targettest programs that the telestrat library can build now. Greg King 2022-02-03 03:05:50 -05:00
  • f64ee3370d Added to the telestrat library the name of the standard dynamic TGI driver. Greg King 2022-02-03 00:29:48 -05:00
  • bae2821d5a Added telestrat to <time.h>. Greg King 2022-02-03 00:18:02 -05:00
  • 7bbc006014 Merge pull request #1649 from polluks2/typos Bob Andrews 2022-02-03 14:43:11 +01:00
  • 24227482ea Merge pull request #1648 from polluks2/tco Bob Andrews 2022-02-03 14:42:41 +01:00
  • f7fa81b244 Fixed many typos polluks 2022-02-03 01:01:10 +01:00
  • a26778744a Added tail call optimization polluks 2022-02-02 23:02:01 +01:00
  • e3ca14116d Disable double hires on exit. Oliver Schmidt 2022-01-31 19:32:44 +01:00
  • 7118c9236b Fixed the cart directory build code to handle even simple programs. Greg King 2022-01-31 07:10:03 -05:00
  • 112e216e53 Removed an obsolete command-line option from the cc65 compiler. Greg King 2022-01-30 21:44:39 -05:00
  • 98f862b8fb Fixed heaptest.c compiler warnings in a way that's better than PR #1621. Greg King 2022-01-30 19:59:32 -05:00
  • 25363ae00a the forgotten minimal testprog mrdudz 2022-01-30 23:26:07 +01:00
  • c50f5c9467 build targettest progrs for all targets mrdudz 2022-01-30 19:50:52 +01:00
  • d8366132c7 fix Makefiles for all targets, dive into subdirs like in samples mrdudz 2022-01-30 19:50:13 +01:00
  • b00cb182d9 Merge pull request #1637 from polluks2/save_a_few_bytes Bob Andrews 2022-01-30 13:21:41 +01:00
  • ccb77735d2 samples makefile already goes through the subdirs correctly mrdudz 2022-01-30 13:18:51 +01:00
  • a0fc95bb15 actually use all targets for the samples dir mrdudz 2022-01-30 12:49:33 +01:00
  • 333c31e4ce fix for atari5200 mrdudz 2022-01-30 12:49:02 +01:00
  • 6e5a988f85 build samples for all targets mrdudz 2022-01-30 12:36:15 +01:00
  • 82f55a930a Merge pull request #1618 from polluks2/master Bob Andrews 2022-01-30 12:21:07 +01:00
  • e327071615 Save a few bytes polluks 2022-01-30 03:26:32 +01:00
  • e66a54ac14 Revert commits polluks 2022-01-30 03:15:28 +01:00
  • 97c83de37b Merge branch 'cc65:master' into master polluks2 2022-01-30 02:40:27 +01:00
  • 11bcaba99b comment out all the non working targets mrdudz 2022-01-30 02:29:11 +01:00
  • 908173b663 add sym1 target mrdudz 2022-01-30 02:14:01 +01:00
  • 91cf347f31 fix pathes mrdudz 2022-01-30 02:13:54 +01:00
  • 273721e05e fix pathes mrdudz 2022-01-30 02:07:50 +01:00
  • 43fdc8781d and another mrdudz 2022-01-30 01:54:06 +01:00
  • 90cc44b410 another try mrdudz 2022-01-30 01:46:47 +01:00
  • d1ae098190 iterate through all targettest builds mrdudz 2022-01-30 01:23:10 +01:00
  • 9da9b979f2 Merge pull request #1621 from SvenMichaelKlose/pixel_targettest_fixes Bob Andrews 2022-01-30 00:10:30 +01:00
  • ad1ebb697f Merge pull request #1626 from mdsteele/paravirt Bob Andrews 2022-01-29 22:33:32 +01:00
  • 6332f090d9 Merge pull request #1620 from SvenMichaelKlose/pixel_strnlen Bob Andrews 2022-01-29 21:32:27 +01:00
  • 4579a7e181 Merge pull request #1629 from DLehenbauer/pet_asm_inc Bob Andrews 2022-01-29 21:21:58 +01:00
  • c3e01062ea put Atari 20-column note to where it belongs... Christian Groessler 2022-01-24 20:13:49 +01:00
  • fc12b19659 Merge pull request #1633 from sprive/atari8-docs Christian Groessler 2022-01-24 20:00:13 +01:00
  • 91920f807e document special case on sub 40-col modes Scott Prive 2022-01-23 18:53:14 -05:00
  • 3aeaa36a58 Wrong platform polluks2 2022-01-22 01:04:08 +01:00
  • 12f9a2f1f8 asminc/pet.inc: Add PIA1 & PIA2 Daniel Lehenbauer 2022-01-17 08:22:15 -08:00
  • 22a3d55e40 Add space after function names Matthew D. Steele 2022-01-08 16:39:30 -05:00
  • 1f6bc6240f Move local variable declaration to top of block Matthew D. Steele 2022-01-08 16:29:42 -05:00
  • 92bfbeb8ab Adjust Pop() sequencing in paravirt.c Matthew D. Steele 2022-01-08 16:24:40 -05:00
  • cf1bc4fad4 Fix Pop() implementation in src/sim65/paravirt.c (fixes #1625) Matthew D. Steele 2022-01-07 09:56:46 -05:00
  • 06725c166e Merge branch 'cc65:master' into master polluks2 2021-12-31 17:21:20 +01:00
  • 1bcf93d010 Merge branch 'master' of http://github.com/polluks2/cc65 polluks 2021-12-30 00:42:29 +01:00
  • 4920ffa23a Save a few bytes polluks 2021-12-30 00:04:57 +01:00
  • 683739d6fc mostlyclean: Clean up. Sven Michael Klose 2021-12-25 21:25:52 +01:00
  • 05b8af07aa main(): No return value. Sven Michael Klose 2021-12-25 21:21:01 +01:00
  • 3bd72b9659 main(): Re-introduce return value. Compiler rejects 'void'. Sven Michael Klose 2021-12-25 20:15:09 +01:00
  • 0707cdbe2c Remove command line arguments and return value from main(). Sven Michael Klose 2021-12-25 20:12:45 +01:00
  • f4702cbc40 Make label file for c610 platform. Sven Michael Klose 2021-12-25 20:11:22 +01:00
  • 412a30987a Remove -t option for linker only. Sven Michael Klose 2021-12-25 20:10:53 +01:00
  • 34dd29556f Use -t option alongside -C. Sven Michael Klose 2021-12-25 20:09:18 +01:00
  • de158c0847 Use suffix '.lbl' instead of '.lst'. Sven Michael Klose 2021-12-25 20:07:34 +01:00
  • d1cbb1deeb More strict printf() format string. Sven Michael Klose 2021-12-25 20:04:10 +01:00
  • 666f266e90 Move strnlen() to non-ANSI section. Sven Michael Klose 2021-12-25 14:21:47 +01:00
  • 65564a158c Remove most compiler warnings. Sven Michael Klose 2021-12-25 09:57:18 +01:00
  • bdd18d958b cbmdir-test for VICs needs memory expansion. Sven Michael Klose 2021-12-25 09:45:15 +01:00
  • 58dd28f053 Make VICE monitor command lists for Commodore platforms. Sven Michael Klose 2021-12-25 09:40:32 +01:00
  • ba93ab07bc Do not compile petscii test for unsupported platforms. Sven Michael Klose 2021-12-25 09:19:37 +01:00
  • 87fe2f5d0e Add test of strnlen(). Sven Michael Klose 2021-12-25 09:13:43 +01:00
  • c9ccc82b9f strnlen(): Add comment with POSIX standard. Sven Michael Klose 2021-12-25 09:12:13 +01:00
  • 0b84465276 Fix strnlen(). Sven Michael Klose 2021-12-25 09:11:58 +01:00
  • 921e549172 Add standard C library function strnlen(). Sven Michael Klose 2021-12-24 23:44:57 +01:00
  • 6ac4aa4e20 Made cbm_open() be more efficient. Greg King 2021-12-23 22:24:55 -05:00
  • 7d6b6ef986 Delete c-cpp.yml polluks2 2021-12-22 09:50:38 +01:00
  • cff0f71ea8 Merge branch 'master' of github.com:polluks2/cc65 polluks2 2021-12-21 17:54:32 +01:00
  • 7ffbf7aa75 Merge branch 'cc65:master' into master polluks2 2021-12-21 17:43:07 +01:00
  • c32846dc6e Merge branch 'master' of http://github.com/cc65/cc65 polluks2 2021-12-20 13:49:20 +01:00
  • 884f72637b Put the alignment decrement code back into posix_memalign(). Greg King 2021-12-19 20:27:56 -05:00
  • 2235830e31 Don't rely on (actually changed) unspecified compiler behavior. Oliver Schmidt 2021-12-19 16:44:37 +01:00
  • 1cdd4676b2 Fixed many typos polluks2 2021-12-14 13:13:16 +01:00
  • 89909cd4ed Merge branch 'cc65:master' into master polluks2 2021-12-14 09:19:17 +01:00
  • 6a76d6d905 Merge pull request #1611 from polluks2/patch-3 Bob Andrews 2021-12-13 20:05:31 +01:00
  • 37d0c4066c Merge pull request #1610 from polluks2/patch-2 Bob Andrews 2021-12-13 18:49:40 +01:00
  • 1d3318c247 Fixed many typos polluks2 2021-12-13 17:20:56 +01:00
  • 9e9b3dbaca Fixed typo polluks2 2021-12-13 17:14:57 +01:00
  • 230f4d3807 Install system packages before checking out the repo. Greg King 2021-12-12 23:54:17 -05:00
  • 325ff9667e Used (size_t), instead of (long) where converting between pointers and integers. Greg King 2021-12-12 17:36:03 -05:00
  • 366701e066 Added a 64-bit Windows cross-compile. Greg King 2021-12-12 13:42:25 -05:00
  • 33cf8608b7 Removed unneeded package names. Greg King 2021-12-12 12:35:27 -05:00
  • 2feadf865c Changed a big script into separate named steps. Greg King 2021-12-12 12:27:55 -05:00
  • b35a9d97a6 Updated URL and improved consistency. Oliver Schmidt 2021-12-12 23:41:19 +01:00
  • 332742b688 Merge branch 'master' into master Bob Andrews 2021-12-11 22:35:50 +01:00
  • bd94879be2 Re-added build status badge dqh-github 2021-12-11 15:28:29 +11:00
  • 308b5b68e9 Merge pull request #1607 from dqh-github/snapshot-builds dqh-github 2021-12-11 15:13:48 +11:00
  • a39c23f796 Snapshot build on push master. David Hogan 2021-12-11 13:53:53 +11:00
  • f09f0dd913 Merge pull request #1605 from dqh-github/master dqh-github 2021-12-11 13:02:05 +11:00
  • ad009f0ff6 Merge pull request #1 from dqh-github/gha-test dqh-github 2021-12-11 12:50:43 +11:00
  • 4eaf68d414 Automated Github pull request build and test David Hogan 2021-12-11 11:30:21 +11:00
  • 380f6e7db5 Merge branch 'cc65:master' into master polluks2 2021-12-10 15:15:53 +01:00
  • 1d36f255ec Added Sym-1 link to documentation doc/index.sgml Wayne Parham 2021-11-24 14:30:19 -06:00
  • 622d2c4e39 Added Sym-1 link to documentation doc/index.sgml Wayne Parham 2021-11-24 14:30:19 -06:00
  • cb0dca0ca7 No more Travis-CI ! Oliver Schmidt 2021-11-24 14:17:18 +01:00
  • 37e7e65f43 Merge pull request #1500 from WayneParham/master Oliver Schmidt 2021-11-23 22:59:48 +01:00
  • 8b0de8a931 Merge branch 'master' into master Oliver Schmidt 2021-11-23 22:56:51 +01:00
  • a7e6f9840c VIC-20 and C128 cfg added for ASM programming Gerhard Gruber 2021-09-22 11:38:49 +02:00
  • 1918f0ac9b adding missing VIC register definition to c64.inc gorlik 2021-09-13 12:27:37 -07:00