Statistics
| Branch: | Revision:

root / webodf / CMakeLists.txt @ 6985cda4

History | View | Annotate | Download (8.5 kB)

# Date Author Comment
f77803a2 11/22/2011 12:23 pm Jos van den Oever

Refactor all use of XPath to a separate class.

f9d6a64e 11/21/2011 04:48 pm Jos van den Oever

Only run tests that require qt if qt is available.

e6c15d5b 11/19/2011 12:35 am Tobias Hintze

add some vim-modelines to CMake files

c4ac74db 11/19/2011 12:34 am Tobias Hintze

disable generation of webodf-experimental.js for now

c1f9b687 11/19/2011 12:10 am Tobias Hintze

add gui/PresenterUI

575c4f39 11/17/2011 10:16 am Jos van den Oever

Compile fix

c2071948 10/19/2011 10:27 am Jos van den Oever

Use Java_JAVA_EXECUTABLE instead of CMAKE_Java_RUNTIME.
Both point to the java runtime executable.

e2c5b815 10/18/2011 10:05 pm Jos van den Oever

Check that cmake is not run from this directory.

d5b1d8fb 10/05/2011 09:57 am Jos van den Oever

Add more dependencies to fix bugs in parallel make calls
make -j4 should work without error now.

e43652ce 07/20/2011 03:21 pm Jos van den Oever

Add command-line unit test with qtjsruntime.
This has the advantage that all unit tests are run. The Rhino and Node.JS unit tests, while valuable, cover only part of the tests.

e4aa3f2b 07/20/2011 08:28 am Jos van den Oever

Add empty interface, class and test class for operational transformation.

16f48872 07/08/2011 04:08 pm Jos van den Oever

Disallow compiling in the source directory.

aee0875f 06/28/2011 04:33 pm Jos van den Oever

Add missing dependencies.

2a38880e 06/28/2011 04:29 pm Jos van den Oever

Add convience target for make: webodf.js.

c727411c 06/11/2011 12:40 pm Jos van den Oever

Finish splitting up the RelaxNG code in a parser and a validator.

6e20bc38 06/07/2011 10:24 pm Jos van den Oever

Adapt nativeQtClient to use webodf.js.

13c077b9 06/06/2011 12:30 pm Jos van den Oever

Add licenses and copyright statements to all javascript files.

7abdea90 06/06/2011 12:21 pm Jos van den Oever

Do not fail when encountering non-standard jsdoc tags, because WebODF uses non-standard jsdoc tags.

4eb07bc1 06/03/2011 11:00 pm Jos van den Oever

Do the advanced compile in a webodf-experimental.js file because due to member renaming, it has bugs.

a9416f5b 06/03/2011 09:40 pm Jos van den Oever

Use advanced optimizations (experimental!).

fb703e85 06/03/2011 04:01 pm Jos van den Oever

Rename module "dom" to "xmldom" to avoid a clash with ExtJS.
Also add build steps for making webodf.js and webodf-debug.js.

6bf1d42c 04/29/2011 05:07 pm Jos van den Oever

Work on hooking up the UI to the formatting of the document.

271a74ab 04/29/2011 11:44 am Jos van den Oever

Add class for formatting. (Empty so far).

374beb2b 04/26/2011 03:19 pm Jos van den Oever

More type checking.

d651f113 04/22/2011 09:40 am Jos van den Oever

Check for more problems with Closure Compiler.

67c47f16 04/20/2011 11:37 am Jos van den Oever

Build tweaking
- new version of closure compiler
- new version of Node.JS
- fix scanning of directory with JSCoverage with a patch
'

4fc84e45 03/20/2011 01:35 pm Jos van den Oever

Add class for determining to which style key group a style reference belongs. This will be used for splitting up the element automatic-styles over styles.xml and content.xml.

c7b163d7 03/17/2011 10:40 am Jos van den Oever

Add snapshot of class for Relax NG validation. Work in progress.

a06c90ed 03/16/2011 11:12 pm Jos van den Oever

Fix order of compilation due to added dependencies.

b978a0fb 02/27/2011 09:46 pm Jos van den Oever

Refactor use of byte arrays

Previously, byte arrays were implemented as string with values from 0 to 255 inclusive. Some runtimes such as Node and modern browsers have native array implementations. These should be faster.

This commit changes changes WebODF to use the native arrays. Since byte arrays differ across runtimes, they are now abstracted by the Runtime.

e5ade816 02/26/2011 02:02 pm Jos van den Oever

Add code to serialize the DOM to the ODF file. This is not complete yet.

add155fe 02/24/2011 06:19 pm Jos van den Oever

Remove odf.js from the build system.

2f88757d 02/23/2011 11:08 am Jos van den Oever

Add a canvas for ODF. work in progress.

3979d22a 02/16/2011 09:53 am Jos van den Oever

Partially add building of Android application to CMake system. This is not straightforward and not finished yet.

175a8c4f 02/14/2011 09:40 am Jos van den Oever

Add compile step to check JavaScript with JSLint and fixed errors in some files.

229288c0 02/12/2011 09:56 pm Jos van den Oever

Switch from Makefile to CMake and from NodeJS 0.2 to 0.4.
Now CMake will retrieve and compile Node and other requirements.