Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion build/combine-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const _ = require('lodash');
const debug = require('debug')('specdb.combine-specs');
const util = require('./util');
const combineUtil = require('./combine-util');
const pure = require('./../src/js/pure');

/*
* Spec combination process:
Expand Down Expand Up @@ -83,6 +84,6 @@ const fixedSitemapUrls = [
'https://specdb.info/',
'https://specdb.info/about',
];
const dynamicSitemapUrls = Object.keys(_.pickBy(toReturn, v => v.isPart)).map(c => `https://specdb.info/${c}`);
const dynamicSitemapUrls = Object.keys(_.pickBy(toReturn, pure.isPart)).map(c => `https://specdb.info/${c}`);
const allSitemapUrls = fixedSitemapUrls.concat(dynamicSitemapUrls);
fs.writeFileSync(sitemapFile, allSitemapUrls.join('\n'), 'utf8');
1 change: 0 additions & 1 deletion build/create-cpu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require('./create-spec.js')({
isPart: true,
type: 'CPU',
data: {},
}, [
Expand Down
1 change: 0 additions & 1 deletion build/create-gpu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require('./create-spec.js')({
isPart: true,
type: 'Graphics Card',
data: {},
}, [
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-CUSTOM.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: APUs-CUSTOM
humanName: CUSTOM APUs
type: Generic Container
isPart: false

topHeader: 'SELECT ARCHITECTURE:'
sections:
- header: CUSTOM APUS
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: APUs-DESKTOP
humanName: Desktop APUs
type: Generic Container
isPart: false

topHeader: 'SELECT ARCHITECTURE:'
sections:
- header: RYZEN APUs
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge-APU.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bristol-Ridge-APUs
humanName: Bristol Ridge
type: APU Architecture
isPart: false

topHeader: 'SELECT APU:'
data:
Lithography: 28nm
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A10-9700.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-9700
humanName: A10-9700
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A10-9700E.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-9700E
humanName: A10-9700E
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A12-9800.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A12-9800
humanName: A12-9800
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A12-9800E.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A12-9800E
humanName: A12-9800E
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A6-9500.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-9500
humanName: A6-9500
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A6-9500E.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-9500E
humanName: A6-9500E
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A6-9550.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-9550
humanName: A6-9550
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Bristol-Ridge/A8-9600.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A8-9600
humanName: A8-9600
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-3-5300G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-3-5300G
humanName: Ryzen 3 5300G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-3-5300GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-3-5300GE
humanName: Ryzen 3 5300GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-3-PRO-5350G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-3-PRO-5350G
humanName: Ryzen 3 PRO 5350G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-3-PRO-5350GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-3-PRO-5350GE
humanName: Ryzen 3 PRO 5350GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-5-5600G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-5-5600G
humanName: Ryzen 5 5600G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-5-5600GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-5-5600GE
humanName: Ryzen 5 5600GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-5-PRO-5650G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-5-PRO-5650G
humanName: Ryzen 5 PRO 5650G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-5-PRO-5650GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-5-PRO-5650GE
humanName: Ryzen 5 PRO 5650GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-7-5700G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-7-5700G
humanName: Ryzen 7 5700G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-7-5700GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-7-5700GE
humanName: Ryzen 7 5700GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-7-PRO-5750G.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-7-PRO-5750G
humanName: Ryzen 7 PRO 5750G
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Cezanne/Ryzen-7-PRO-5750GE.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ryzen-7-PRO-5750GE
humanName: Ryzen 7 PRO 5750GE
isPart: true

type: CPU
inherits:
- GCN 5.1
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini-APU.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Kabini-APUs
humanName: Kabini
type: APU Architecture
isPart: false

topHeader: 'SELECT APU:'
data:
Lithography: 28nm
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini/Athlon-5150.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: Athlon-5150
humanName: Athlon 5150
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini/Athlon-5350.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: Athlon-5350
humanName: Athlon 5350
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini/Athlon-5370.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: Athlon-5370
humanName: Athlon 5370
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini/Sempron-2650.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: Sempron-2650
humanName: Sempron 2650
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kabini/Sempron-3850.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: Sempron-3850
humanName: Sempron 3850
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri-APU.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Kaveri-APUs
humanName: Kaveri
type: APU Architecture
isPart: false

topHeader: 'SELECT APU:'
data:
Lithography: 28nm
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7700k.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7700K
humanName: A10-7700K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7800.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7800
humanName: A10-7800
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7850K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7850K
humanName: A10-7850K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7860K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7860K
humanName: A10-7860K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7870K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7870K
humanName: A10-7870K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-7890K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-7890K
humanName: A10-7890K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-PRO-7800B.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-PRO-7800B
humanName: A10 PRO 7800B
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A10-PRO-7850B.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A10-PRO-7850B
humanName: A10 PRO 7850B
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A6-7400K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-7400K
humanName: A6-7400K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A6-7470K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-7470K
humanName: A6-7470K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A6-PRO-7350B.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-PRO-7350B
humanName: A6 PRO 7350B
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A6-PRO-7400B.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-PRO-7400B
humanName: A6 PRO 7400B
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A8-7600.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A8-7600
humanName: A8-7600
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A8-7650K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A8-7600
humanName: A8-7600
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A8-7670K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A8-7670K
humanName: A8-7670K
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Kaveri/A8-PRO-7600B-.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A8-PRO-7600B
humanName: A8 PRO 7600B
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano-APU.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Llano-APUs
humanName: Llano
type: APU Architecture
isPart: false

topHeader: 'SELECT APU:'
data:
Lithography: 32nm
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A4-3300.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A4-3300
humanName: A4-3300
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A4-3400.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A4-3400
humanName: A4-3400
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A4-3420.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A4-3420
humanName: A4-3420
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A6-3500.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-3500
humanName: A6-3500
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A6-3600.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-3600
humanName: A6-3600
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A6-3620.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-3620
humanName: A6-3620
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A6-3650.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-3650
humanName: A6-3650
type: APU
Expand Down
2 changes: 1 addition & 1 deletion specs/APUs-DESKTOP/Llano/A6-3670K.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
isPart: true

name: A6-3670K
humanName: A6-3670K
type: APU
Expand Down
Loading