Chromium と WebKit は二つの独立したプロジェクトだ。 ソースツリーはそれぞれ別で、そこにはインテグレーションの苦労がある。 WebKit 以外にも V8 や Skia など Chromium が依存している外部のプロジェクトは山ほどあるけれど, WebKit とは特にぴったりくっ... 続きを読む
Linux, 組み込み | 01:07crosstoolのログなんかを見ていてようやく理解してきた気がするけど、Linuxとかのパッケージをクロスコンパイルするときにconfigureの引数に--build、--host、--targetをどう指定したら良いのか、自分の中で整理がついてきたんじゃない... 続きを読む
When we first started porting Chrome away from just Windows, we intended to use Scons to build Chrome on all our platforms. But early on in development I discovered that Scons, despite its admirable goals of correctness and ease of use, was q... 続きを読む
Motivation doit is an automation tool. It is kind of build-tool but more generic… My motivation was to demonstrate how to create a specialized interface for defining tasks. doit can be used for many different purposes, so its default interfa... 続きを読む
Dismiss Octotip: You've activated the file finder by pressing t Start typing to filter the file list. Use ↑ and ↓ to navigate, enter to view files. 続きを読む
2011-04-18 MySQL 5.5をわずか30秒足らずでコンパイルするためのテクニック べっ・・・別にソースコードなんて自分でコンパイルしないんだからねッ!!などと言わずにまず聞いていただきたい。30秒でMySQLのコンパイルが出来るというこの事実を。最近、細々とビ... 続きを読む
waf - The flexible build system http://code.google.com/p/waf/wafというものを最近知り一目惚れしてしまったので、紹介記事を書きます。ユーザーが増えると嬉しいな。 wafとは何か?特徴・利点・使うべき理由wafはPythonベースのビルドシステムです。同様の... 続きを読む
雑記/備忘 | 14:34 | Erlangプログラムのビルドには、OSコマンドラインから普通のmakeコマンドを使うことが多いようですが、Erlangシェルから使えるmakeもあります。プログラムの構成が簡単なら、Erlangシェルからのmakeが便利なので紹介します。一番簡単な使... 続きを読む
javascript, 仕事散財.com 開発ログ(自分用メモ) 最近の JavaScript 開発の悩み無駄な処理をはさむと、処理が遅くなる。orz細かくファイルを分けて、必要なものだけインクルードするようにする。orzファイル数が非常に多くなる。orzファイルの依存関係を脳内... 続きを読む
Dojoはファイルが分割されており必要なファイルだけをロード(require)する仕組みとなっている。 利用するファイルが動的に変わるにときは最小限のファイルだけをロードする便利な仕組みだが、利用するファイルが決まっているときは、ファイルのロードに時間がか... 続きを読む
ThoughtWorks から CruiseControl.rb 1.0.0 がリリースされている!というわけで試してみました。http://cruisecontrolrb.thoughtworks.com/CruiseControl.rb は Rails で書かれた Continuous Integration ツールです。元の CruiseControl のほうは Java で書か... 続きを読む
Perl と Google Earth を使って連絡可能時間マップを作る 抽出したメッセージ・データを Google Earth に表示して、チーム・メンバーやカスタマーに連絡できる時間、あるいはシステムが有効な時間を視覚化します。全文 続きを読む
When you invoke ANT from the command line, you can specify -projecthelp or -p as part of your ANT call. By adding one of these options to the command line, you will receive a list of all targets that have a description attribute defined. Ofte... 続きを読む
From the buildbot manual: "The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build proble... 続きを読む
pake - php5 project builder system pake is a PHP5 project build system with capabilities similar to make. pake has the following features: pakefiles (pake’s version of Makefiles) are completely defined in standard PHP5 syntax. No XML files t... 続きを読む
Using the Firecracker with Macs Jim Weirich wrote in to say that he has it on good authority that the KeySpan USA-19HS will properly drive a Firecracker. The Keyspan adapter comes with Mac OS X drivers that speak the handshake signals the Fir... 続きを読む
CruiseControl Action Movie Every time I have an opportunity to talk to a group about continuous integration, I just fire up CruiseControl and act out a project episode. Not everyone ends up using CruiseControl on their project, but at least t... 続きを読む
Rake is a build language, similar in purpose to make and ant. Like make and ant it's a Domain Specific Language, unlike those two it's an internal DSL programmed in the Ruby language. In this article I introduce rake and describe some interes... 続きを読む
Doug Kearns dougkearns at gmail.com Tue Jul 12 01:53:55 EDT 2005 Next message: [Rake-devel] zsh completion function Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] rake is becoming popular enough that the lack of completion was... 続きを読む