Commits
User selector
Commit History
Commits on Feb 13, 2025
- committed
Commits on Mar 19, 2020
Fixed an edge case where a format is missing
Show description for b0bc19acommittedFix a problem in the time zone info generation
Show description for bef8b31committed
Commits on Mar 10, 2018
Commits on Jul 16, 2017
Commits on Jun 1, 2017
Fix a few problems...
Show description for b0d00a3committed
Commits on Apr 29, 2017
Commits on Mar 2, 2017
- committed
Edwin Hoogerbeets
Commits on Oct 21, 2015
Fixed a bug where it was not possible to differentiate between the two time zones "Etc/GMT+7" and "Etc/GMT-7" when formatting a date. This was because both were escaped to "Etc/GMT_7" by the assemb…
Show description for c317889committed
ehoogerbeets1
Commits on Oct 15, 2015
Merge the charset branch, which adds a major new feature: character set mapping in pure javascript. Detailed notes:
Show description for cbf91b6committed
ehoogerbeets1
Commits on Oct 2, 2015
Merge the tzdata2015f branch. This updates the tz support to 2015g actually, as 2015g came out the same day that we were working on 2015f, so we decided to skip ahead.
Show description for 2ee74a5committed
ehoogerbeets1
Commits on May 1, 2015
Clean up the version number stuff. The package.json now gets generated with the version number in it. The version number now contains the build number so you can differentiate between builds of ilib.
Show description for ff480dacommitted
ehoogerbeets1
Commits on Apr 28, 2015
Update to get the assembled tests completely free of require statements.
Show description for da9f20acommitted
ehoogerbeets1
Commits on Apr 24, 2015
All tests now pass in dynamic mode in IE 11, Chrome, and Firefox when running on Windows.
Show description for eda4d2bcommitted
ehoogerbeets1
Commits on Apr 17, 2015
Now deletes any line with a require on it.
Show description for 43c4857committed
ehoogerbeets1
Commits on Apr 2, 2015
Got all unit tests to run in nodejs, browser with assembled code, and browser with dynamic load code. However, many tests do not pass yet. Also need to add more framework files to run all the tests…
Show description for c57b28acommitted
ehoogerbeets1
Commits on Mar 31, 2015
All unit tests now work properly in both browsers as an assembled file and nodejs as an assembled file.
Show description for b33b220committed
ehoogerbeets1
Commits on Mar 27, 2015
Got everything working in the web, and got code loading work in qml. Still needs a way to load json files synchronously.
Show description for ccc2a5dcommitted
ehoogerbeets1
Commits on Mar 25, 2015
Further instrumentation of the files for modules. Assembly tool now removes all the var ilib statements, including those with subproperties.
Show description for d2901eccommitted
ehoogerbeets1Update copyright statement
Show description for a726ee5committed
ehoogerbeets1Added patterns to delete parts of js files that are not needed for assembled files.
Show description for c538eefcommitted
ehoogerbeets1
Commits on Aug 18, 2014
Area code table maker now works properly.
Show description for 2f42336committed
ehoogerbeets1
Commits on Aug 16, 2014
Porting over the table maker tool. This still needs some work.
Show description for 3845250committed
ehoogerbeets1
Commits on May 7, 2014
All unit tests pass now.
Show description for 8e19b78committed
ehoogerbeets1
Commits on May 6, 2014
Checkpoint checkin. Assembly tool now assembles the zoneinfo files properly. Does not pass assembled unit tests yet.
Show description for 85296becommitted
ehoogerbeets1
Commits on May 1, 2014
Checkpoint commit.
Show description for ba0292bcommitted
ehoogerbeets1
Commits on Apr 16, 2014
Timezone compiler now converts all start/stop transition times to wall time for use by ilib, instead of the hodge-podge of UTC, standard, and wall time times that were there before.
Show description for fcae73fcommitted
ehoogerbeets1
Commits on Mar 24, 2014
Avoid writing out a time zone with a zero-length name
Show description for e68d6c7committed
ehoogerbeets1ANG-4152: use the correct regular expression to parse Link statements and things just work better!
Show description for 9d2426dcommitted
ehoogerbeets1
Commits on Mar 20, 2014
Fixed all unit tests, so now the 2014a time zone info works properly.
Show description for 11c4699committed
ehoogerbeets1ANG-3773, ANG-1652: fix time zone problems by using the correct DST rule for the current year, and by updating to the 2014a zone info
Show description for d7125d6committed
ehoogerbeets1
Commits on Feb 13, 2014
Open-sourcing the zone info compiler (zic) which compiles the IANA tz database into a json format that ilib can use directly.
Show description for 5588253committed
ehoogerbeets1Cleaning up some javadoc problems
Show description for 068ec9ecommitted
ehoogerbeets1
Commits on Jan 8, 2014
PluralFormHelper: improvements into matchPluralForm() method have been added.
Show description for 09f2757committed
alex-gorbunov
Commits on Oct 27, 2013
Merged branch ilib4j
Show description for 2fcbe62committed
ehoogerbeets1