惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园 - Franky
GbyAI
GbyAI
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
aimingoo的专栏
aimingoo的专栏
博客园_首页
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Recent Announcements
Recent Announcements
Scott Helme
Scott Helme
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
C
CERT Recently Published Vulnerability Notes
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Jina AI
Jina AI
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
L
LangChain Blog
L
LINUX DO - 最新话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
H
Hacker News: Front Page
MyScale Blog
MyScale Blog
P
Palo Alto Networks Blog
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
AI
AI
T
Troy Hunt's Blog
Microsoft Azure Blog
Microsoft Azure Blog
阮一峰的网络日志
阮一峰的网络日志
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
S
Secure Thoughts
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
博客园 - 司徒正美
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
S
Security @ Cisco Blogs
Cloudbric
Cloudbric
E
Exploit-DB.com RSS Feed
Attack and Defense Labs
Attack and Defense Labs

博客园 - chenlee

Cliptexture by SGI multitherad game development by Intel a new way for silouettes rendering Customizing Folders with Desktop.ini A printf() alternative on codeproject DLL proxy from codeproject Valve survey 基于网络的物理模拟:如何处理丢包和延迟 Some really good discussions about material/shader system on gamedev.net real time radiosity on GPU (demo and source code) 一些vi的使用技巧 A reintroduction to XML with an emphasis on character encoding 一篇分析MSAA原理的好文章 如何使用depth texture (from DIRECTXDEV) some articles about linear-Z buffer and W-buffer a good SIMD math library 一本新书:Game Engine Toolset Development 一个新的view frustum culling algorithm : radar approach 又一个C++ delegate class
build tools evalulation
chenlee · 2006-07-05 · via 博客园 - chenlee

一个很不错的关于编译系统的评述:
http://www.gamesfromwithin.com/articles/0509/000100.html

name decision pros cons link
ant

not evaluated

- good log output
- fast startup speed

cc task is not flexible.
rake bad same as rant

- no dependency check

- same as rant

rant bad fast incremental build speed

- can't generate vc projects

- no build-in support of out-of-source build

cmake not good - chosed by KDE as build tool. Has potencial to be better.

- not build tool, but makefile generator.

- limited by native makefiles.
- hard to do automation

http://www.cmake.org/
omake not evaluated
scons current the best choice

- I've used it for a long time.

- flexible

slow incremental build time
a-a-p not evaluated http://www.a-a-p.org/
bjam bad

- slow build speed

- strange language
- mailing list is full of shit

jam bad

dead project already