Commit Graph

  • d7dd4797f8 Update signing for the package master Jeremy Rand 2023-09-17 23:25:39 -0400
  • 8f3940d292 Clean up indenting in template plist files Jeremy Rand 2023-09-17 23:04:51 -0400
  • 7c490254c2
    Merge c18be375c7 into 9ed46d562a Lane Roathe 2021-09-11 02:23:45 -0700
  • c18be375c7
    Merge branch 'jeremysrand:master' into master Lane Roathe 2021-09-11 02:23:17 -0700
  • 64e6b95649
    Merge c51a4ed9c9 into 9ed46d562a KrisKennaway 2019-09-18 11:09:30 +0000
  • c51a4ed9c9 Update to bastools 0.3.1 which includes a couple of usability improvements. kris 2019-09-18 12:08:18 +0100
  • 8a2d5d4a2d Remove old jar kris 2019-08-20 13:43:15 +0100
  • 9ed46d562a
    Update README.md Jeremy Rand 2019-08-09 23:57:22 -0400
  • f957565ef5 Bump the version number 2.7.3 Jeremy Rand 2019-08-09 23:44:00 -0400
  • 371edbaa1c Add the build products to the project templates Jeremy Rand 2019-08-09 00:04:19 -0400
  • ebbb3add28 Fix bug with copying extra files as part of the build Jeremy Rand 2019-08-08 22:55:01 -0400
  • 47b6967e56 Update bt to v0.3.0, which fixes some bugs (e.g. "IF foo THEN GOTO x" used to fail to build). kris 2019-07-21 10:51:44 +0100
  • a012826948
    Update README.md Jeremy Rand 2019-07-20 13:45:50 -0500
  • 31089ad01a Merge branch 'master' of https://github.com/jeremysrand/Apple2BuildPipeline 2.7.2 Jeremy Rand 2019-07-20 13:29:37 -0500
  • ff3fa53d26 More cleanup of the Makefile to make things clearer for generated files Jeremy Rand 2019-07-20 13:29:19 -0500
  • 24422041e0
    Update README.md Jeremy Rand 2019-07-20 11:52:12 -0500
  • 8dbbb22624 Update Makefile comments to describe the new GENDIR variable 2.7.1 Jeremy Rand 2019-07-20 11:27:59 -0500
  • e5e042f0a4
    Update README.md Jeremy Rand 2019-07-20 11:05:26 -0500
  • d685336160 Bump the version number 2.7 Jeremy Rand 2019-07-20 10:52:08 -0500
  • eca46476a1 Move all build products to the standard Xcode directories. Eliminate support for the old version of cc65 because I don't want to test it Jeremy Rand 2019-07-20 10:46:32 -0500
  • 05c15ce006 Fix the error message format so they work again with the latest Xcode. Jeremy Rand 2019-07-19 15:31:57 -0500
  • 8a578abf08 Ensure that the include path for the old and new version of the cc65 package is correct so auto-complete in C works in both cases. Jeremy Rand 2019-07-04 22:31:11 -0400
  • e0c1be04fe Fix string comparison in createDiskImage script Lane Roathe 2019-06-18 08:10:48 -0700
  • 7e0b7d5411
    Add acknowledgment Jeremy Rand 2018-10-18 21:24:22 -0400
  • 3e4210dfc8 Add support for cc65 v2.17 2.6 Jeremy Rand 2018-10-18 21:12:52 -0400
  • 3bd512faec Ignore any error during the build when trying to update the xcode compatibility for the plugin. Jeremy Rand 2018-08-09 22:57:11 -0400
  • 6714922fd4 Add a comment to highlight that commands in a Makefile need a real tab at the beginning and describe how to insert a real tab on Xcode. Jeremy Rand 2018-08-02 23:09:40 -0400
  • 55b679d6c1 Fix some remaining typos 2.5 Jeremy Rand 2018-07-21 12:14:58 -0500
  • f5899a2fa3 Remove references to very old version of Xcode Jeremy Rand 2018-07-21 12:02:52 -0500
  • 0f7c120a6b Update the readme for version 2.5 which includes Merlin support Jeremy Rand 2018-07-21 11:58:36 -0500
  • a481e32e38 Add support for Merlin32 built projects Jeremy Rand 2018-07-21 11:15:30 -0500
  • d1fc0ac9e0
    Update the readme for v2.1 Jeremy Rand 2018-07-19 18:58:49 -0500
  • 3701fd5b62 Filter out the copyright symbol from Applesoft programs because the Apple // does not seem to like unicode for some reason. 2.1 Jeremy Rand 2018-07-18 20:45:36 -0500
  • 2be79b8fd5 Add support for Applesoft BASIC projects Jeremy Rand 2018-07-18 20:00:01 -0500
  • 4b833136e9
    Add documentation for the unknown permission problem. Jeremy Rand 2018-06-29 23:12:25 -0400
  • 0680c36ee2
    Fix URLs to cc65 docs Jeremy Rand 2018-06-29 23:07:19 -0400
  • 22cb3ade31
    Fix some issues in the documentation due to changes in Xcode. Jeremy Rand 2018-06-28 23:59:45 -0400
  • be36259fbb Update the readme for v2.0. 2.0 Jeremy Rand 2018-06-25 23:23:59 -0400
  • 192a615aa9 Capture build errors in xcode Jeremy Rand 2018-06-25 22:54:53 -0400
  • e4e28bedb6 Eliminate the assembly sources list from the makefile now that we just provide a list of directories with source files. Jeremy Rand 2018-06-19 22:53:02 -0400
  • 7c7e6ab828 Implement the code to copy custom files to the disk image in the build Jeremy Rand 2018-06-18 23:23:59 -0400
  • 448ae4deb9 Update to the latest version of Apple Commander. Update to the latest version of ProDOS (Thanks John!) Fix some bugs in createDiskImage. Jeremy Rand 2018-06-17 23:38:09 -0400
  • 2990c4cb53 Add the ability to link in drivers by just enabling them in the root Makefile Jeremy Rand 2018-06-14 23:51:01 -0400
  • 0d9c1a6333 Add a gen phase to the build. Add the xcode compatibility fix to the build. Add the option to copy files to the disk image to the build but the copy script does not yet do the copies. Separate the build from build and run targets in xcode for Apple II projects. Add a doNotBuild target with the appropriate build settings so we get code completion working even with cc65 header files. Jeremy Rand 2018-06-13 22:58:56 -0400
  • e9183b8877 Add a plugin to provide cc65 assembly syntax highlighting. Fix the C file template so the guards work. Supporting adding extra directories to look for source files to build. Jeremy Rand 2018-06-12 23:27:01 -0400
  • 406b08ece8 Add support for the no slot clock in the prodos template disk 1.6 Jeremy Rand 2015-08-18 23:20:04 -0400
  • 3bece18544 Fix problem with spaces in the path to the repository 1.5 Jeremy Rand 2015-07-23 22:04:06 -0400
  • 11bfe3edf9 Make everything recompile automatically if Makefile is changed. Create version 1.4 of the project template 1.4 Jeremy Rand 2014-11-09 01:19:46 -0500
  • e9f61f4010 Rename Apple ][ to Apple II globally 1.3 Jeremy Rand 2014-10-25 23:09:50 -0400
  • 80bc60e679 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 1.2 Jeremy Rand 2014-10-25 22:33:05 -0400
  • a8026c6677 Add some code to search standard Mac OS X locations for java. Bump the version number to 1.2 Jeremy Rand 2014-10-25 22:32:07 -0400
  • e0bb3c33d0 Formalize the procedure for building the Mac installer package in the makefile. Create a C and assembly project template. Add file templates for C and assembly files for the Apple // 1.1 Jeremy Rand 2014-10-25 00:50:44 -0400
  • 7d9cbf5479 Mention that you should install Virtual ][ in the README Jeremy Rand 2014-10-08 00:00:28 -0400
  • d0215fea1f Create a cc65 package Jeremy Rand 2014-10-04 21:49:14 -0400
  • 5f2b3eee0d Create a cc65 package Jeremy Rand 2014-10-04 00:02:58 -0400
  • 40ecf3b0cb Create a cc65 package Jeremy Rand 2014-10-04 00:02:26 -0400
  • f0c474ce2c Create a cc65 package Jeremy Rand 2014-10-03 23:49:26 -0400
  • dfbe64619c Remove the stuff about the security warning at install time because the package is now signed Jeremy Rand 2014-10-02 22:12:57 -0400
  • 09c770581c Remove the stuff about the security warning at install time because the package is now signed Jeremy Rand 2014-10-02 22:10:17 -0400
  • f1c46cc37b Remove the stuff about the security warning at install time because the package is now signed Jeremy Rand 2014-10-02 22:03:37 -0400
  • 6936112e2b Try to fix FTP url in readme Jeremy Rand 2014-10-01 01:46:21 -0400
  • 9c1e43d36f Update readme Jeremy Rand 2014-09-29 23:47:11 -0400
  • 3688e4976d Update readme Jeremy Rand 2014-09-29 23:45:43 -0400
  • 1b7fa180fc Update readme Jeremy Rand 2014-09-29 23:44:12 -0400
  • 93115a4ae8 Update the template installer Jeremy Rand 2014-09-29 23:38:19 -0400
  • 09b1583065 Update the template installer Jeremy Rand 2014-09-29 23:37:52 -0400
  • ca880dea60 Update the readme Jeremy Rand 2014-09-29 23:36:47 -0400
  • f4391caf5f Update the readme 1.0 Jeremy Rand 2014-09-29 23:34:56 -0400
  • 686d0c1cb7 Update the readme Jeremy Rand 2014-09-29 23:32:47 -0400
  • 2bb6592c62 Update the readme Jeremy Rand 2014-09-29 23:31:43 -0400
  • c36cabc1f0 Update the readme Jeremy Rand 2014-09-29 23:30:18 -0400
  • 321d37ce8f Update the readme Jeremy Rand 2014-09-29 23:29:47 -0400
  • f66c22d7e0 Add a installer template for Mac OSX Jeremy Rand 2014-09-29 22:22:04 -0400
  • beab794f5e Move to an XCode project template Jeremy Rand 2014-09-29 22:01:18 -0400
  • bc53ea6d17 Clean up some test values from the previous commit. Jeremy Rand 2014-09-10 22:47:00 -0400
  • b6b8942068 Only try to launch Virtual ][ if building from Mac OSX. Enforce Prodos and DOS 3.3 filename limits when creating the disk image. Jeremy Rand 2014-09-10 22:21:21 -0400
  • f79de893c9 Some final fixes to handle the fact that the header is not there consistently. So, we need to validate that the first two bytes in the binary is the expected start address and if so, then there is a header which needs to be stripped. Jeremy Rand 2014-09-10 01:28:12 -0400
  • 4c9e6ca755 Add support for all the machine config types. Generate include file dependencies and load them into the makefile so .h file changes causes the right files to rebuild. Rework the applescript a bit to load a specific virtual ][ machine and reboot into that machine on launch. Add a DOS 3.3 template disk for the DOS 3.3 machine config types. Jeremy Rand 2014-09-09 00:18:35 -0400
  • 003a746bd3 Break up the Makefile into a header, footer and a user customizable body which drives the configuration of the build. This helps to hide some of the nastiness of the rules which isn’t that important to the average developer. Support more than one C file and more than one assembly file and link it all together. Put the disk image into a template file and change the rule to copy and modify it as necessary. Add a Virtual ][ machine to the repository which will (eventually) be launched by the Applescript rather than just using the top window in the app. Jeremy Rand 2014-09-05 00:10:59 -0400
  • d859ecf470 - Renamed and fixed some path issues inside project Quinn Dunki 2014-08-29 12:28:00 -0700
  • 0c5b2cdaf4 - Initial commit Quinn Dunki 2014-08-29 12:10:50 -0700
  • d4b9e1f990 Initial commit blondie7575 2014-08-29 12:03:43 -0700