[parrot/parrot] a99e01: [configure] Setting the cpytype in config.h

GitHub noreply at github.com
Sun Apr 21 00:43:50 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: a99e01d8d89a1e94c3658c38232a37baa1627265
      https://github.com/parrot/parrot/commit/a99e01d8d89a1e94c3658c38232a37baa1627265
  Author: Paul Cochrane <cochrane at rrzn.uni-hannover.de>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M config/gen/config_h/config_h.in

  Log Message:
  -----------
  [configure] Setting the cpytype in config.h

This is required later so that the CPU model can be stored.  See
`src/dynoplibs/sys.ops`.


  Commit: ca06ba47e6565ca9043816a53e170d3f714af1c0
      https://github.com/parrot/parrot/commit/ca06ba47e6565ca9043816a53e170d3f714af1c0
  Author: Paul Cochrane <cochrane at rrzn.uni-hannover.de>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M src/dynoplibs/sys.ops

  Log Message:
  -----------
  [dynoplibs] Setting the CPU_TYPE in sys.ops


  Commit: 0ab577ea7ee84451e7fb48e540e7620f2bdef087
      https://github.com/parrot/parrot/commit/0ab577ea7ee84451e7fb48e540e7620f2bdef087
  Author: Paul Cochrane <cochrane at rrzn.uni-hannover.de>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M config/auto/arch.pm

  Log Message:
  -----------
  [configure] Determine the cpu type and fill the appropriate config item

This information is needed in order to fill the PARROT_CPU_TYPE #define and
is required so that the CPU model (aka type) is specified as per the docs in
`src/dynoplibs/sys.ops`.

This currently only works on Linux; it *has* been tested, however not on
other platforms as yet.


  Commit: a7ac5b4bd765317ee451129c5b5923cd14065450
      https://github.com/parrot/parrot/commit/a7ac5b4bd765317ee451129c5b5923cd14065450
  Author: Paul Cochrane <cochrane at rrzn.uni-hannover.de>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  [t] Update sysinfo.t now that the CPU_TYPE is known


  Commit: 606ac8e3ac83fd49b69bd33397844d77d433c9ce
      https://github.com/parrot/parrot/commit/606ac8e3ac83fd49b69bd33397844d77d433c9ce
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-04-20 (Sat, 20 Apr 2013)

  Changed paths:
    M config/auto/arch.pm
    M config/gen/config_h/config_h.in
    M src/dynoplibs/sys.ops
    M t/dynoplibs/sysinfo.t

  Log Message:
  -----------
  Merge pull request #962 from paultcochrane/ptc/add_cpu_type

Add cpu type (aka cpu model) system information to parrot


Compare: https://github.com/parrot/parrot/compare/97ace4489ba1...606ac8e3ac83


More information about the parrot-commits mailing list