Pierre Renaux
|
176bb6097b
|
[Makefile]: Use cl (MSVC) on Windows ;
|
2015-05-10 00:20:29 +08:00 |
|
Pierre Renaux
|
14e264f5be
|
Made relevant JS tests transpile to C ; [src/Layout.c]: print_css_node_rec(): print alignContent ; [src/Layout-test-utils.c]: add_failed_test(): Sets failed_test->next to NULL, otherwise the test crashes if there's one and only one failure ; Added type casts so that it can be compiled as C++ by MSVC on Windows ; [Makefile]: Added c_test_msvc target when running in Windows so that the test executable can be built and debugged with Visual Studio on Windows ;
|
2015-05-10 00:20:28 +08:00 |
|
Pierre Renaux
|
b6de3e600e
|
[Makefile]: Updated so that it works on OSX & Windows - for Windows it requires GCC, make 3.82 & wget to be on PATH ;
|
2015-05-10 00:19:29 +08:00 |
|
Christopher Chedeau
|
f5850b56e5
|
update link for infer 1.4
|
2015-03-05 10:03:37 -08:00 |
|
Dmitry Suzdalev
|
4edef60ba3
|
Fix running 'make': upgrade to infer-annotations-1.4
|
2015-01-31 19:42:52 +02:00 |
|
Krzysztof Magiera
|
e1969bda05
|
Couple of major improvements for Java version.
Including:
- Extracting spacing logic into a Spacing class
- Fix layout update issue
- Add null assertions support
|
2015-01-19 13:09:32 +00:00 |
|
Felix Oghină
|
5ab64a699f
|
Add jsr305, couple of @Nullable annotations
|
2014-12-05 14:59:25 +00:00 |
|
Christopher Chedeau
|
c2aa92cd0b
|
Add licenses and remove third party libraries
|
2014-10-29 08:01:22 -07:00 |
|
Andy Street
|
6d93c20610
|
Java
|
2014-10-07 16:22:27 -07:00 |
|
Alex Kotliarskyi
|
08095b7d2c
|
Travis CI integration
|
2014-09-26 18:54:34 -07:00 |
|
Alex Kotliarskyi
|
a047e4d5fe
|
Automated script to transpile code and tests to C
|
2014-09-26 17:19:59 -07:00 |
|
Christopher Chedeau
|
d7f3ea868d
|
Import latest changes
|
2014-09-11 09:23:30 -07:00 |
|
Christopher Chedeau
|
eae5cdfe68
|
-Weverything and fix all the warnings
|
2014-05-16 18:04:24 -07:00 |
|
Christopher Chedeau
|
e9550a6116
|
split test utils for c
|
2014-04-28 12:36:36 -07:00 |
|
Christopher Chedeau
|
5f2a219394
|
decouple js tests from jasmine so that we can generate them in c
moved the c example inside of test file
added a make test
|
2014-04-18 16:35:37 -07:00 |
|