1. 0605b6d Added support for building on Solaris with the Sun C compiler by Mark Pizzolato · 12 years ago
  2. 9bd8305 Cleanup compiler warnings on Solaris and newer OSX clang compilers. by Mark Pizzolato · 12 years ago
  3. f179ba6 Added support for newer clang compilers on OSX and more flexible cases for libpcap components built from www.tcpdump.org source code by Mark Pizzolato · 12 years ago
  4. 147ca8c Exclude LTO from gcc builds when compiler isn't known to support it. by Mark Pizzolato · 12 years ago
  5. eb101e3 HP-UX port supplied by Mikulas Patocka by Mark Pizzolato · 12 years ago
  6. 4ff56d6 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. by Mark Pizzolato · 12 years ago
  7. 0344d6f Finished returning the pdp11_cr.c to the VAX qbus simulators by Mark Pizzolato · 12 years ago
  8. 0b2d790 Renamed the VAX Qbus simulator executables to reflect the VAX model names they actually simulate by Mark Pizzolato · 12 years ago
  9. 8640cd6 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. by Mark Pizzolato · 12 years ago
  10. 7290474 Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device by Mark Pizzolato · 12 years ago
  11. 7dddb56 Fixed makefile all after simulator rename of vax860 to vax8600 by Mark Pizzolato · 12 years ago
  12. 6dcf5ba Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators by Mark Pizzolato · 12 years ago
  13. 123a398 Fixed makefile for building tx-0 (with display support) on OSX - from Stephen Hoffmann by Mark Pizzolato · 12 years ago
  14. b28b01c Fixed test on commit id to avoid minor build error message when building on non windows systems from a zip download by Mark Pizzolato · 12 years ago
  15. 6a5278e Removed the pdp11_dmc from the PDP10 simulator since that combination of hardware was never a legitimate one. by Mark Pizzolato · 12 years ago
  16. 35e6648 Added an optional mechanism which will display the git commit id that produced the current simulator if the git commit id information is available by Mark Pizzolato · 12 years ago
  17. 896fd92 Fixed to only pass a SIM_GIT_COMMIT_ID to a build when the commit id is available by Mark Pizzolato · 12 years ago
  18. c5e41ad Addition of VAX 8600 to Visual Studio Solution file by Mark Pizzolato · 12 years ago
  19. ac53fd1 VAX 8600 Simulator from Matt Burke by Mark Pizzolato · 12 years ago
  20. 8d2fabb Fixes to avoid compiler warnings when building with MinG. Still won't build - see issue #21 by Mark Pizzolato · 12 years ago
  21. 30ae79e pdp11_dmc cleanup and addition of DMC11 device to the PDP11 simulator by Mark Pizzolato · 12 years ago
  22. f713a69 Fix commit id display under MinGW compile by Mark Pizzolato · 12 years ago
  23. f8e68b7 Adding initial support to display the git commit id in the simulator code. by Mark Pizzolato · 12 years ago
  24. b9ebd93 Fixed build with MinGW when invoked with the build_mingw_ether.bat file. by Mark Pizzolato · 12 years ago
  25. 2c14136 Added DMC to VAX730, VAX750, VAX620 and VAX630 and VH to VAX730, and VAX750. by Mark Pizzolato · 12 years ago
  26. 50cf91d Merge branch 'SerialMux' and compiler suggested cleanup by Mark Pizzolato · 12 years ago
  27. 762aacf Merge branch 'Extra-VAXen' by Mark Pizzolato · 12 years ago
  28. 06b80cf Fixed makefile to not always include network components when compiling with MinGW and added ability to pass arbitrary arguments when invoking gcc with the batch files by Mark Pizzolato · 12 years ago
  29. 9575ac5 Added makefile message prompt describing available vde networking support when building on Linux and libvdeplug-dev isn't available. by Mark Pizzolato · 12 years ago
  30. b01fa8f Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke by Mark Pizzolato · 12 years ago
  31. 3eb373a makefile fix to build VAX simulator with new pdp11_dmc device by Mark Pizzolato · 12 years ago
  32. 81ea8e1 Added build of TX-0 simulator to the makefile by Mark Pizzolato · 12 years ago
  33. 1d0c0fc makefile - added OSX build support for VDE2 when the MacPorts vde2 package is installed by Mark Pizzolato · 12 years ago
  34. f2fdee9 makefile - Fixed reporting of GCC version when compiling with MinGW by Mark Pizzolato · 12 years ago
  35. 7661226 Addition of MicroVAX I (VAX610) processor simulator from Matt Burke by Mark Pizzolato · 12 years ago
  36. 9cd3a07 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 12 years ago
  37. f8e34b1 Added new VAX750 simulator from Matt Burke by Mark Pizzolato · 12 years ago
  38. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  39. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
  40. 66edd72 Merge branch 'nj7p/swtp6800-v2.1' by Mark Pizzolato · 12 years ago
  41. f66175b Added support to avoid the mkdir BIN race condition in parallel make by Mark Pizzolato · 12 years ago
  42. 567a304 Changes to replace the SWTP V1 code with the V2 code by Bill Beech · 12 years ago
  43. d4e1cac Added makefile support to use the LLVM (clang) compiler on OSX and other platforms where it may be available (Linux, *BSD, etc.) by Mark Pizzolato · 13 years ago
  44. c7f778c Cleaned up makefile to support OSX builds with the clang compiler by Mark Pizzolato · 13 years ago
  45. 178f4a7 Merge branch 'master' into SerialMux by Mark Pizzolato · 13 years ago
  46. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 13 years ago
  47. 19ae16a Parameterized the gcc invocations in the makefile to facilitate easy use of lint/cppcheck/other-code-analyzer (from Michael Bloom) by Mark Pizzolato · 13 years ago
  48. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  49. 3836306 Revised prior OSX specific makefile fix to avoid a grep error message by Mark Pizzolato · 13 years ago
  50. 2873be2 Fixed makefile to work for various different gcc versions on OSX (from Craig Berry) by Mark Pizzolato · 13 years ago
  51. 4a78242 Cleaner GCC options detection on older GCC versions on varioous platforms by Mark Pizzolato · 13 years ago
  52. 9449c1f Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2 by Mark Pizzolato · 13 years ago
  53. 38bbdd2 Added VH to the VAX780 build (makefile and descrip.mms) by Mark Pizzolato · 13 years ago
  54. 027c921 More robust and correct readline support and fix to VMS build for HP2100 by Mark Pizzolato · 13 years ago
  55. c205070 Fix makefile for better GCC version determination and optimization enabling on more platforms by Mark Pizzolato · 13 years ago
  56. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  57. 45246a3 Updated HP2100 from Dave Bryan by Mark Pizzolato · 13 years ago
  58. 1945465 Revised makefile to build with gcc 3.x as well as different 4.x versions and to dynamically determine the availability of desired features and to report the GCC version at build time. by Mark Pizzolato · 13 years ago
  59. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
  60. e04a987 Added makefile option to compile without asynchronouos I/O support (invoke make with NOASYNCH=1) by Mark Pizzolato · 13 years ago
  61. cf8c541 Cleaned up build status messages by Mark Pizzolato · 13 years ago
  62. e61d00d Added compiler optimizations to gcc builds by Mark Pizzolato · 13 years ago
  63. 8e76a8d Fixed cygwin build and execution issue, mostly from Tony Nicholson by Mark Pizzolato · 13 years ago
  64. e6c94e9 Add some polish to build messages by Mark Pizzolato · 13 years ago
  65. a3973f0 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  66. f096371 Change default makefile behavior to prefer OS provided libpcap components over www.tcpdump.org components and to suggest that the build should be done with the OS libpcap-dev package. by Mark Pizzolato · 13 years ago
  67. c2e6a83 Merge remote-tracking branch 'origin/master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  68. d690603 Updated Windows Network build (in makefile and Visual Studio Projects) to reference WinPcap and pthreads in a consistent parallel directory to the simulator source (i.e. ../windows-build/...). by Mark Pizzolato · 13 years ago
  69. 214b1b6 Fix Linux build to support Debian Squeeze by a non-root user by Mark Pizzolato · 13 years ago
  70. d14853e Fixed build when using a libpcap from www.tcpdump.org by Mark Pizzolato · 13 years ago
  71. 754c31b Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  72. cbcd244 Fix builds on BSD host systems by Mark Pizzolato · 13 years ago
  73. 041e192 Generalized the determination of the host library path for most platforms. by Mark Pizzolato · 13 years ago
  74. 71bc2e8 Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  75. db7e04e Cleanup of readline and static libpcap support after multi-platform testing. by Mark Pizzolato · 13 years ago
  76. 9348364 Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. by Mark Pizzolato · 13 years ago
  77. 3b7492d Added dynamic loading of libpcap on *nix platforms. by Mark Pizzolato · 13 years ago
  78. 8b01b90 Generalized readline support to dynamically load the readline library and avoid the symbol conflicts which happen on some platforms and some simulators with a global PC variable. by Mark Pizzolato · 13 years ago
  79. 2d4d248 Added Android targeted build support to the makefile by Mark Pizzolato · 13 years ago
  80. 22b130b Generalized makefile approach to find libraries and include files allowing different platforms to simply describe where to check for required components. by Mark Pizzolato · 13 years ago
  81. 07e1738 Cleaned up makefile to only build network support for simulators which can use it. by Mark Pizzolato · 13 years ago
  82. 5f1a22a Cleaned up makefile to only build network support for simulators which can use it. by Mark Pizzolato · 13 years ago
  83. 3e10dfb Merge branch 'master' into Extra-VAXen by Mark Pizzolato · 13 years ago
  84. 02c5302 cleaned up Solaris build issues by Mark Pizzolato · 13 years ago
  85. fd5de0d Added support for VDE (Virtual Distributed Ethernet) network packet transport by Mark Pizzolato · 13 years ago
  86. eaddb7d Added support for integrated Tap networking interfaces on OSX by Mark Pizzolato · 13 years ago
  87. 51525f7 Fixed builds on x64 *nix platforms to properly detect the availability of libm by Mark Pizzolato · 13 years ago
  88. e410733 fixed makefile to correctly use readline on x64 Linux builds which have libreadline available by Mark Pizzolato · 13 years ago
  89. a6b8d63 Merge of VAX 11/730 Simulator from Matt Burke by Mark Pizzolato · 13 years ago
  90. cb35f6c Added support for embedded ROM images in simulators. by Mark Pizzolato · 13 years ago
  91. a280dd2 Added Readline build support on more *nix platforms by Mark Pizzolato · 13 years ago
  92. 5151c34 Fixed *nix build support on x64 platforms by Mark Pizzolato · 13 years ago
  93. 49597cc Added makefile build support for detecting libpthreads on x64 *nix platforms. by Mark Pizzolato · 13 years ago
  94. d8e4a43 makefile: Cleaned up MinGw build and provided an option to build without Asynch I/O support using MinGw. by Mark Pizzolato · 14 years ago
  95. d8f55a6 Cleaned up filename cases to be consistent for cross platform builds by Mark Pizzolato · 14 years ago
  96. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  97. 4ca8935 Revised VMS build (descrip.mms) and makefile by Mark Pizzolato · 14 years ago
  98. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  99. 35eac70 Notes For V3.8 by Bob Supnik · 15 years ago v3.8-2-rc1
  100. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1