1. 2469689 Merge branch 'DMC11' into SerialMux by Mark Pizzolato · 12 years ago
  2. 35b8a40 Revised the VAX780 to include the pdp11_dmc device by Mark Pizzolato · 12 years ago
  3. 66edd72 Merge branch 'nj7p/swtp6800-v2.1' by Mark Pizzolato · 12 years ago
  4. f66175b Added support to avoid the mkdir BIN race condition in parallel make by Mark Pizzolato · 12 years ago
  5. 567a304 Changes to replace the SWTP V1 code with the V2 code by Bill Beech · 12 years ago
  6. 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 · 12 years ago
  7. c7f778c Cleaned up makefile to support OSX builds with the clang compiler by Mark Pizzolato · 12 years ago
  8. 178f4a7 Merge branch 'master' into SerialMux by Mark Pizzolato · 12 years ago
  9. db9bf32 Merge of Bob's simh-v3.9-0-rc3 by Mark Pizzolato · 12 years ago
  10. 19ae16a Parameterized the gcc invocations in the makefile to facilitate easy use of lint/cppcheck/other-code-analyzer (from Michael Bloom) by Mark Pizzolato · 12 years ago
  11. bc36e9d Adds serial port support to the multiplexer library. by Mark Pizzolato · 13 years ago
  12. 3836306 Revised prior OSX specific makefile fix to avoid a grep error message by Mark Pizzolato · 13 years ago
  13. 2873be2 Fixed makefile to work for various different gcc versions on OSX (from Craig Berry) by Mark Pizzolato · 13 years ago
  14. 4a78242 Cleaner GCC options detection on older GCC versions on varioous platforms by Mark Pizzolato · 13 years ago
  15. 9449c1f Restored announcing GCC version and build options lost in manual merge from v3.9-0-rc2 by Mark Pizzolato · 13 years ago
  16. 38bbdd2 Added VH to the VAX780 build (makefile and descrip.mms) by Mark Pizzolato · 13 years ago
  17. 027c921 More robust and correct readline support and fix to VMS build for HP2100 by Mark Pizzolato · 13 years ago
  18. c205070 Fix makefile for better GCC version determination and optimization enabling on more platforms by Mark Pizzolato · 13 years ago
  19. 6e813b8 Merge with v3.9-0-rc2 first pass by Mark Pizzolato · 13 years ago
  20. 45246a3 Updated HP2100 from Dave Bryan by Mark Pizzolato · 13 years ago
  21. 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
  22. fffad7c Merge changes from v3.9-0 rc1 by Mark Pizzolato · 13 years ago
  23. e04a987 Added makefile option to compile without asynchronouos I/O support (invoke make with NOASYNCH=1) by Mark Pizzolato · 13 years ago
  24. cf8c541 Cleaned up build status messages by Mark Pizzolato · 13 years ago
  25. e61d00d Added compiler optimizations to gcc builds by Mark Pizzolato · 13 years ago
  26. 8e76a8d Fixed cygwin build and execution issue, mostly from Tony Nicholson by Mark Pizzolato · 13 years ago
  27. e6c94e9 Add some polish to build messages by Mark Pizzolato · 13 years ago
  28. 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
  29. 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
  30. 214b1b6 Fix Linux build to support Debian Squeeze by a non-root user by Mark Pizzolato · 13 years ago
  31. d14853e Fixed build when using a libpcap from www.tcpdump.org by Mark Pizzolato · 13 years ago
  32. cbcd244 Fix builds on BSD host systems by Mark Pizzolato · 13 years ago
  33. 041e192 Generalized the determination of the host library path for most platforms. by Mark Pizzolato · 13 years ago
  34. db7e04e Cleanup of readline and static libpcap support after multi-platform testing. by Mark Pizzolato · 13 years ago
  35. 9348364 Added pcap_fileno to the dynamically loaded libpcap entry points since it is needed by OS X. by Mark Pizzolato · 13 years ago
  36. 3b7492d Added dynamic loading of libpcap on *nix platforms. by Mark Pizzolato · 13 years ago
  37. 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
  38. 2d4d248 Added Android targeted build support to the makefile by Mark Pizzolato · 13 years ago
  39. 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
  40. 07e1738 Cleaned up makefile to only build network support for simulators which can use it. by Mark Pizzolato · 13 years ago
  41. 02c5302 cleaned up Solaris build issues by Mark Pizzolato · 13 years ago
  42. fd5de0d Added support for VDE (Virtual Distributed Ethernet) network packet transport by Mark Pizzolato · 13 years ago
  43. eaddb7d Added support for integrated Tap networking interfaces on OSX by Mark Pizzolato · 13 years ago
  44. 51525f7 Fixed builds on x64 *nix platforms to properly detect the availability of libm by Mark Pizzolato · 13 years ago
  45. e410733 fixed makefile to correctly use readline on x64 Linux builds which have libreadline available by Mark Pizzolato · 13 years ago
  46. cb35f6c Added support for embedded ROM images in simulators. by Mark Pizzolato · 13 years ago
  47. a280dd2 Added Readline build support on more *nix platforms by Mark Pizzolato · 13 years ago
  48. 5151c34 Fixed *nix build support on x64 platforms by Mark Pizzolato · 13 years ago
  49. 49597cc Added makefile build support for detecting libpthreads on x64 *nix platforms. by Mark Pizzolato · 13 years ago
  50. 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
  51. d8f55a6 Cleaned up filename cases to be consistent for cross platform builds by Mark Pizzolato · 14 years ago
  52. fe8b1f0 Merge branch 'FastAsynchIO' into simhv38-2-rc2 by Mark Pizzolato · 14 years ago
  53. 4ca8935 Revised VMS build (descrip.mms) and makefile by Mark Pizzolato · 14 years ago
  54. a9fd3dd Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc2
  55. 35eac70 Notes For V3.8 by Bob Supnik · 14 years ago v3.8-2-rc1
  56. 9c4779c Notes For V3.8 by Bob Supnik · 16 years ago v3.8-1
  57. 59aa4a7 Notes For V3.8 by Bob Supnik · 16 years ago v3.8-0
  58. 6149cc7 Notes For V3.7 by Bob Supnik · 17 years ago v3.7-1
  59. 53d02f7 Notes For V3.7-0 by Bob Supnik · 18 years ago v3.7-0
  60. 15919a2 Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-1
  61. dc871fa Notes For V3.6-0 by Bob Supnik · 18 years ago v3.6-0
  62. a12e4a1 Notes For V3.5-1 by Bob Supnik · 19 years ago v3.5-2
  63. ec60bbf Notes For V3.4-0 by Bob Supnik · 19 years ago v3.4-0
  64. 098200a Notes For V3.3-2 by Bob Supnik · 20 years ago v3.3-2
  65. b6393b3 Notes For V3.3 by Bob Supnik · 20 years ago v3.3-0
  66. 2e00e11 Notes For V3.2-3 by Bob Supnik · 20 years ago v3.2-3
  67. e2ba672 Notes For V3.2-1 by Bob Supnik · 20 years ago v3.2-1
  68. 26aa6de Notes For V3.2-0 by Bob Supnik · 21 years ago v3.2-0
  69. 1da2d94 Notes For V3.1-0 by Bob Supnik · 21 years ago v3.1-0
  70. f9564b8 Notes For V3.0-1 by Bob Supnik · 21 years ago v3.0-1
  71. 4ffd3be Notes For V3.0-0 by Bob Supnik · 21 years ago v3.0-0
  72. 43385c9 Notes For V2.10-4 by Bob Supnik · 22 years ago v2.10-4
  73. f20f5c6 Notes For V2.10-3 by Bob Supnik · 22 years ago v2.10-3
  74. 2bcd1e7 Notes For V2.10-2 by Bob Supnik · 22 years ago v2.10-2
  75. 2c2dd5e Notes For V2.10-0 by Bob Supnik · 22 years ago v2.10-0
  76. df64751 Notes For V2.9-11 by Bob Supnik · 22 years ago v2.9-11
  77. 701f0fe Notes For V2.8 by Bob Supnik · 23 years ago v2.8