커밋 기록

작성자 SHA1 메시지 날짜
  Maarten ter Huurne f948c8d2f5 Add support for SDL2 in the build system 8 년 전
  Maarten ter Huurne 954b702549 Moved aggregating of CFLAGS and LDFLAGS to components2defs.py 9 년 전
  Maarten ter Huurne 20e86e9f91 Define ALSA MIDI component and probe alsa-lib 9 년 전
  m9710797 1304f8264a Remove libxml2 dependency from build 10 년 전
  Maarten ter Huurne ac930c3066 Removed libao sound driver 10 년 전
  wouter d089095d55 Various text-processing stuff 11 년 전
  Maarten ter Huurne 6667100d11 Added sound driver using libao. 14 년 전
  Wouter Vermaelen 374bb1956d Removed CassetteJack 15 년 전
  Sean Young 2b4b2f91ee Remove liboggz from the build system 15 년 전
  Maarten ter Huurne 8656bdd5be Removed SDL_image as a dependency. We imported the only function we used. 15 년 전
  Maarten ter Huurne 4813e097cd Do not use "LIB" prefix in Make names. Fixes inconsistency with 3rdparty system. 15 년 전
  Sean Young 80daabc259 Add missing SHA1SUMS for Pioneer PX-V60, fix debug build and canonicalize on 15 년 전
  Sean Young c370cac248 First commit of Laserdisc code. Some of the outstanding issues are listed 15 년 전
  Maarten ter Huurne 0c950a9c5d Moved requiredLibrariesFor() from "probe" to "components". 15 년 전
  Maarten ter Huurne 7caa455f76 It is no longer possible to disable libraries. Instead you can mark components required, optional or disabled. This is a first step moving the focus from what you can build to what you want to build. 16 년 전
  Maarten ter Huurne 2a3f006992 Made inter-library dependency resolution routine reusable and moved it from "components" module to "probe_defs" module. 16 년 전
  Maarten ter Huurne 4f9fe60364 Moved inter-library dependency declarations from DownloadablePackage to Library. 16 년 전
  Maarten ter Huurne bc1efce7c9 Refer to packages using their Make name instead of their source name. This makes it easier to combine the info from the "packages" and "probe_defs" modules. 16 년 전
  Maarten ter Huurne e4d679b4d5 Moved use of probeVars out of "packages" module. 16 년 전
  Maarten ter Huurne 1f1317d695 Avoid duplication of list of libraries that the emulation core depends on. 16 년 전
  Maarten ter Huurne 18848917ca Determine whether component can be built by looking at package availability. 16 년 전
  Maarten ter Huurne f111f744a3 Compute components.coreLibs instead of hardcoding it. 16 년 전
  Maarten ter Huurne 34df29fdd3 Have the scripts use the component classes directly, eliminating checkComponents(). 16 년 전
  Maarten ter Huurne 488b9a9e67 Made a class for every component. 16 년 전
  Maarten ter Huurne c674dba735 Eliminated "componentNames": it was only used to transform the return value of checkComponents() into a dictionary, so now checkComponents() does return a dictionary. 16 년 전
  Maarten ter Huurne adb4da788e Let a Python module decide which components are buildable. 16 년 전