2009-04-09  Olivier DOLE  <odole@pleyo.com>

        Build fix for jsctests.

        * CMakeLists.txt:

2009-03-13  Olivier DOLE  <odole@pleyo.com>

        build fix.

        * wtf/CMakeLists.txt:

2009-02-23  Olivier DOLE  <odole@pleyo.com>

        build fix for jshell

        * CMakeLists.txt:

2009-02-23  Olivier DOLE  <odole@pleyo.com>

        Fix test compilation in release.

        * CMakeLists.txt:
        * wtf/CMakeLists.txt:

2009-02-18  Olivier DOLE  <odole@pleyo.com>

        improve jsctests to better match WebKit method.

        * CMakeLists.txt:
        * tests/mozilla/report.pl: Added.

2009-02-18  Olivier DOLE  <odole@pleyo.com>

        Fix jsctests. Now simply run "make jsctests" to run JavaScriptCore
        tests.

        * CMakeLists.txt:

2008-12-17  Mario  <mbensi@pleyo.com>

        fix addons.

        * CMakeLists.txt:
        * wtf/CMakeLists.txt:

2008-12-16  Mario Bensi  <mbensi@pleyo.com>

        add jsc test

        * CMakeLists.txt:

2008-12-15  Olivier DOLE  <odole@pleyo.com>

        fix JavaScriptCore build.

        * runtime/CMakeLists.txt:

2008-12-12  Mario Bensi  <mbensi@pleyo.com>

        Reviewed by Olivier DOLE.
        build fix and merge

        * ChangeLog:
        * JavaScriptCore.exp:
        * JavaScriptCore.scons:
        * bytecode/CodeBlock.cpp:
        (JSC::CodeBlock::dumpStatistics):
        (JSC::CodeBlock::handlerForVPC):
        * bytecode/CodeBlock.h:
        * bytecode/Opcode.cpp:
        (JSC::):
        * bytecode/Opcode.h:
        * bytecompiler/BytecodeGenerator.cpp:
        (JSC::BytecodeGenerator::generate):
        * interpreter/Interpreter.cpp:
        (JSC::Interpreter::throwException):
        (JSC::Interpreter::privateExecute):
        (JSC::Interpreter::cti_op_throw):
        (JSC::Interpreter::cti_vm_throw):
        * interpreter/Interpreter.h:
        * jit/JIT.cpp:
        (JSC::JIT::privateCompileMainPass):
        (JSC::JIT::privateCompileSlowCases):
        * pcre/pcre_compile.cpp:
        (checkEscape):
        (compileBranch):
        * runtime/RegExp.cpp:
        (JSC::RegExp::RegExp):
        * wrec/WREC.cpp:
        (JSC::WREC::Generator::compileRegExp):
        * wrec/WRECParser.cpp:
        (JSC::WREC::Parser::consumeGreedyQuantifier):
        (JSC::WREC::Parser::parseParentheses):
        (JSC::WREC::Parser::parseCharacterClass):
        (JSC::WREC::Parser::parseNonCharacterEscape):
        (JSC::WREC::Parser::consumeEscape):
        (JSC::WREC::Parser::parseAlternative):
        (JSC::WREC::Parser::consumeParenthesesType):
        * wrec/WRECParser.h:
        (JSC::WREC::Parser::error):
        (JSC::WREC::Parser::syntaxError):
        (JSC::WREC::Parser::parsePattern):
        (JSC::WREC::Parser::reset):
        (JSC::WREC::Parser::setError):

2008-12-08  Olivier DOLE  <odole@pleyo.com>

        Fix cmake due to balwtf removal.

        * CMakeLists.txt:
        * kjs/AllInOneFile.cpp:
        * wtf/CMakeLists.txt: Added.

2008-10-09  Olivier DOLE  <odole@pleyo.com>

        Do a cleaner link for kjs archive and jsc binary.

        * CMakeLists.txt:

2008-10-09  Olivier DOLE  <odole@pleyo.com>

        Add a dependency on balwtf.

        * CMakeLists.txt:

2008-10-04  Olivier DOLE  <odole@pleyo.com>

        First clean.

        * CMakeLists.txt:
        * kjs/CMakeLists.txt:

2008-10-03  Olivier DOLE  <odole@pleyo.com>

        Reviewed by NOBODY (OOPS!).

        * CMakeLists.txt:

2008-10-03  Olivier DOLE  <odole@pleyo.com>

        Rename ICU_LIBRARY to I18N_LIBRARIES.

        * CMakeLists.txt:

2008-10-02  Olivier DOLE  <odole@pleyo.com>

        rewrite cmake to get a single library and more clean and modular
		cmake.

        * API/CMakeLists.txt:
        * CMakeLists.txt:
        * VM/CMakeLists.txt:
        * kjs/AllInOneFile.cpp:
        * kjs/CMakeLists.txt:
        * pcre/CMakeLists.txt:
        * profiler/CMakeLists.txt:

2008-09-11  Julien Chaffraix  <jchaffraix@pleyo.com>

        Reviewed by Mario Bensi <mbensi@pleyo.com>

        Missing library names are not reported in ccmake
        Ticket #291

        * CMakeLists.txt: Removed REQUIRED parameter as PKG_CHECK_MODULE
        would throw a call stack on cmake 2.6 without the missing library.
        Replace it with a check afterwards to return the right name.

