Commit Graph

53 Commits

Author SHA1 Message Date
Ben Merritt f84f7bb4b8 docs: Update README.md 2017-07-06 09:23:32 -07:00
Ben Merritt a64ad9495d Made Dockerfile a bit more generic 2017-03-15 20:24:51 +00:00
Ben Merritt 1b2fc39106 Fixed license 2017-03-15 20:02:59 +00:00
Ben Merritt 3a071445f3 Added phone_number_country_code function 2017-03-13 21:32:50 +00:00
Ben Merritt c73715bd65 Started building Docker test environment 2017-03-13 19:11:05 +00:00
Ben Merritt 9772c52322 Reorganized code 2017-03-13 19:04:26 +00:00
Ben Merritt 1bcea0d885 Added META.json 2017-02-20 00:48:53 +00:00
Ben Merritt 7fe7e51e9c Added license 2017-02-18 17:50:34 +00:00
Ben Merritt 93434e7d39 Reorganized source files 2017-02-18 17:46:11 +00:00
Ben Merritt 8b94ed59e6 Cleaned up indentation & comments 2017-02-18 17:11:41 +00:00
Evan Carroll dcb98bede6 Links, Installation Notes, and Synopsis (#2)
* Linked to project

* Updated with install instructions

Install and synopsis.

* Update README.md
2017-02-18 16:17:44 -08:00
Benjamin L. Merritt 949cf69c7a Fixed various errors 2015-11-19 15:47:25 -08:00
Benjamin L. Merritt 4d8069bc65 Adjusted file permissions 2015-10-13 10:51:13 -05:00
BLM 608607e3bd Started writing basic regression tests 2015-07-30 13:19:20 -05:00
BLM d52f8f7555 Expanded available parse error messages 2015-07-30 12:57:38 -05:00
BLM 9061767728 Improved formatting of PhoneNumberTooLongException 2015-07-28 16:11:44 -05:00
BLM 7550592412 Moved include to correct header 2015-07-27 15:52:38 -05:00
BLM 51cf4a0fff Fixed error dispatching bug; consolidated catches 2015-07-27 13:44:33 -05:00
Ben Merritt dd3253e109 Created README 2015-07-24 16:27:51 -05:00
BLM 0df1546bd5 Adjusted error handling 2015-07-24 16:22:04 -05:00
BLM 2e40efe3b2 Finished b-tree index support 2015-07-24 14:48:22 -05:00
BLM 25d23b90d3 Started adding comparison functions 2015-07-23 16:29:13 -05:00
BLM 339fac17d2 Fixed dependency in Makefile 2015-07-23 16:13:12 -05:00
BLM 7ad411581d Added default extension version 2015-07-23 16:08:10 -05:00
BLM 105a2e2d05 Fixed .gitignore 2015-07-23 16:07:44 -05:00
BLM 006063fe1d Moved get_sizeof_phonenumber to a subdirectory 2015-07-22 15:14:05 -05:00
BLM 4c6cd64194 Fixed more issues with binary I/O 2015-07-22 14:41:05 -05:00
BLM 7148fdb94e Changed binary I/O functions (still not portable) 2015-07-22 14:32:52 -05:00
BLM 5080bf839e Moved away from bitfields to increase portability 2015-07-22 14:23:40 -05:00
BLM bca033d1f8 Refactored error handling functions 2015-07-22 12:44:00 -05:00
BLM 89d2c9a241 Redefined parse_phone_number to take text, not cstring 2015-07-22 11:57:44 -05:00
BLM 7343039678 Added optimization flags 2015-07-21 16:51:52 -05:00
BLM 3b4c542117 Separated release and debug builds 2015-07-21 16:49:01 -05:00
BLM cd7dea33fc Fixed a bug that caused a crash 2015-07-21 16:41:44 -05:00
BLM 4b381b72c9 Adjusted comments 2015-07-21 12:36:40 -05:00
BLM e9429ba246 Minor re-format 2015-07-21 12:33:56 -05:00
BLM 481e2d9058 Created ShortPhoneNumber type 2015-07-21 12:32:30 -05:00
BLM 3f79c02391 Started work on a "short phone number" type 2015-07-17 15:22:30 -05:00
BLM 787ab8a9c5 Replaced some exception handling 2015-07-17 13:46:26 -05:00
BLM ef761bbe3b Fixed bad exception specification 2015-07-16 15:03:39 -05:00
BLM 2a2e35c15e Started working on alternate parsing function 2015-07-16 14:56:23 -05:00
BLM 0c6eab434f Made build system automatically find sizeof(PhoneNumber) 2015-07-16 14:07:13 -05:00
BLM aa6946caa4 Added extension files; renamed (again!) to pg_libphonenumber 2015-07-16 13:34:42 -05:00
BLM 69c0f0f4fc Improved error handling 2015-07-16 13:25:44 -05:00
BLM d14ab5d435 Renamed pg_libphonenumber to pg-libphonenumber 2015-07-14 15:43:27 -05:00
BLM e6f470a244 Improved generic exception reporting 2015-07-14 15:40:13 -05:00
BLM 610a66220f Normalized line endings; tweaked error reporting to show exception class
names
2015-07-14 15:32:22 -05:00
BLM 790a1cb56a Added breaks to switch statement 2015-07-14 15:20:50 -05:00
BLM 2c8dd38166 Made parsing error handling slightly more specific 2015-07-14 15:14:51 -05:00
BLM adbcd9b878 Improved error handling 2015-07-14 15:07:04 -05:00