Commit Graph

1009 Commits

Author SHA1 Message Date
Konstantin Käfer
73dbcaed0d create instances on the fly 2011-01-28 16:15:02 -05:00
Konstantin Käfer
d2bc9c18d0 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-28 16:10:07 -05:00
Konstantin Käfer
c0ac2e477f replace __default__ with undefined/empty string 2011-01-28 16:09:50 -05:00
Tom MacWright
a7e7c3388e Adding BuildingSymbolizer 2011-01-28 15:47:59 -05:00
Konstantin Käfer
c5108fb786 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-28 15:46:22 -05:00
Konstantin Käfer
d347665f10 make condition resolving less complex 2011-01-28 15:46:07 -05:00
Tom MacWright
3617d41b9e toString of filter comparison needs to be XML-safe. possibly should be renamed toXML, but right now causes mapnik failure 2011-01-28 13:02:39 -05:00
Tom MacWright
39681dcae5 Adding invalid value test 2011-01-28 11:27:56 -05:00
Tom MacWright
4e8542ec3a Adding undefined variable test 2011-01-28 11:26:40 -05:00
Tom MacWright
8b731764a0 Adding type for variable error 2011-01-28 11:23:50 -05:00
Tom MacWright
a3526d90a0 Clean up helper code style 2011-01-28 11:10:09 -05:00
Tom MacWright
1782e81407 Adding first error test, and error testing framework 2011-01-28 11:08:38 -05:00
Konstantin Käfer
c2931d8983 add an id to selectors 2011-01-27 22:10:31 -05:00
Konstantin Käfer
4e0fee38b4 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-27 21:50:31 -05:00
Konstantin Käfer
7acc9ac89c simplify filters as we go 2011-01-27 21:50:15 -05:00
Konstantin Käfer
d06ea5e4fc filters are now indexed by hash as opposed to throwing them in an array 2011-01-27 20:50:53 -05:00
Dane Springmeyer
e1726ccbbf skip directories rather than throwing 2011-01-27 16:56:18 -08:00
Tom MacWright
2fe17cf5e3 Support external images for background-images 2011-01-27 19:01:38 -05:00
Tom MacWright
bb765146f1 Support JPEG as well 2011-01-27 19:01:21 -05:00
Tom MacWright
fb7b73a8d0 Re-adding all-equal optimization 2011-01-27 17:14:31 -05:00
Tom MacWright
0fffe3d249 Adding text overrides test 2011-01-27 16:59:31 -05:00
Konstantin Käfer
d6f3f6b2f8 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-27 16:52:24 -05:00
Konstantin Käfer
0065de0e64 change tree.Zoom to use bitmasks instead of arrays 2011-01-27 16:52:07 -05:00
Tom MacWright
7833b26ade Properly handle no-closing } parser failures. 2011-01-27 16:39:35 -05:00
Tom MacWright
b8d4735179 Complete refactor of error reporting, which needs
the attendant commit in TM. Fixes #71, breaks
one error: closing brackets.
2011-01-27 16:11:58 -05:00
Konstantin Käfer
f889597358 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-27 16:00:07 -05:00
Tom MacWright
18471b2ab5 Validate font if any font in a fontset is available 2011-01-27 11:44:05 -05:00
Tom MacWright
b0cec7ca1d Support values separated only by commas, and fix multi-font validation. Fixes #70. 2011-01-27 11:35:29 -05:00
Tom MacWright
10cf45f423 Tweak validation fail language 2011-01-27 10:58:21 -05:00
Tom MacWright
c2ad0c0d88 Fixing tricky syntax error in font validation. 2011-01-27 10:52:28 -05:00
Konstantin Käfer
2012d1a99a more instrumentation 2011-01-27 10:17:45 -05:00
Konstantin Käfer
4c40bcc2c5 add some time instrumentation 2011-01-27 10:06:56 -05:00
Konstantin Käfer
8f8b014dc0 move to benchmarkm folder to have tests running fast 2011-01-27 10:06:08 -05:00
Tom MacWright
91b07aded3 Adding result file for afg 2011-01-27 10:04:27 -05:00
Tom MacWright
8716ba68dd Updating example to new syntax and adding required parameter 2011-01-27 09:58:43 -05:00
Tom MacWright
b5625ff29d Micro-optimization for large rule #s 2011-01-27 09:58:22 -05:00
Tom MacWright
047fc6e88b Outputting errors in messc again. 2011-01-27 09:56:39 -05:00
Konstantin Käfer
2590b987d6 microoptimizations for shortcut 2011-01-27 09:38:46 -05:00
Konstantin Käfer
ff0e31e4c4 add benchmark command 2011-01-27 09:38:35 -05:00
Tom MacWright
f7708e2e62 Adding harder benchmarking style 2011-01-27 09:30:44 -05:00
Tom MacWright
01035a8805 Handling float values in filters. 2011-01-27 09:24:15 -05:00
Konstantin Käfer
a8c55d0b0a rename 2011-01-26 18:54:14 -05:00
Konstantin Käfer
b699baaa71 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-26 18:50:02 -05:00
Konstantin Käfer
bfc5b90c7c microoptimizations 2011-01-26 18:49:43 -05:00
Tom MacWright
19fbde80d6 Fix tests with shortcut 2011-01-26 18:43:54 -05:00
Tom MacWright
71e33ad325 Merge branch 'master' of github.com:developmentseed/mess.js 2011-01-26 18:34:07 -05:00
Tom MacWright
04a60bfba5 Add gnarly optimizations for single-selector equality lines 2011-01-26 18:34:03 -05:00
Konstantin Käfer
2e09386b4c remove unneeded sort 2011-01-26 18:24:52 -05:00
Konstantin Käfer
ef62473c65 only run *.test.js tests 2011-01-26 18:09:27 -05:00
Tom MacWright
b2c8d2800a Adding req_prop_list_cache 2011-01-26 18:04:53 -05:00