1
0
mirror of https://github.com/danog/PHPStruct.git synced 2024-11-30 04:19:08 +01:00
Commit Graph

66 Commits

Author SHA1 Message Date
danogentili
7da0d5c924 Merge branch 'master' of https://github.com/danog/rightpack 2016-07-29 16:56:17 +02:00
danogentili
eb7a53d33c Update badges, remove unused import in php2py.py and removed useless else in StructTest.php 2016-07-29 16:56:09 +02:00
Daniil Gentili
353eed8f61 Merge pull request #4 from danog/analysis-qJGK5b
Applied fixes from StyleCI
2016-07-29 16:36:20 +02:00
Daniil Gentili
68fbb64ab9 Applied fixes from StyleCI 2016-07-29 10:36:08 -04:00
danogentili
59ce911b73 Trying to fix hhvm tests 2016-07-29 16:28:19 +02:00
danogentili
bb37cf5e60 Fix hhvm tests 2016-07-29 16:24:11 +02:00
danogentili
7a263608da Fix hhvm tests 2016-07-29 16:21:48 +02:00
danogentili
059a78cfba Update tests, convert result of integer formats to int when possible. 2016-07-29 16:04:13 +02:00
danogentili
f65cbf913b Fixed decbin function and trying to fix tests 2016-07-29 15:26:59 +02:00
Daniil Gentili
8506a45267 Added s'more tests 2016-07-28 19:27:48 +02:00
Daniil Gentili
1db58e2dfa Merge branch 'master' of https://github.com/danog/PHPStruct 2016-07-28 15:50:13 +02:00
Daniil Gentili
850b277801 Update example to support 32 bit and clarified documentation 2016-07-28 15:50:04 +02:00
danogentili
cc13494726 Merge branch 'master' of https://github.com/danog/rightpack 2016-07-28 15:48:09 +02:00
danogentili
d3adfebdf7 Update tests 2016-07-28 15:47:57 +02:00
Daniil Gentili
85e6589cac Merge pull request #3 from danog/analysis-zdjAjb
Applied fixes from StyleCI
2016-07-28 15:37:25 +02:00
Daniil Gentili
908634c614 Applied fixes from StyleCI 2016-07-28 09:37:03 -04:00
danogentili
7fa51c02b2 Fixed parsing of modifiers and enabled internal integer conversion module. 2016-07-28 15:34:14 +02:00
danogentili
0c225600d6 Reorganized even more classes and implemented padding for the @ format. 2016-07-28 13:40:22 +02:00
danogentili
9a85ef7718 Made class a bit more similar to python's struct.Struct class. 2016-07-26 16:23:31 +02:00
danogentili
cf5ad0d30f Reorganizing code... 2016-07-26 15:17:52 +02:00
Daniil Gentili
231c793516 Fixed unpacking 2016-07-26 11:11:08 +02:00
danogentili
78a5188c07 Rewriting integer conversion functions... 2016-07-25 19:55:01 +02:00
Daniil Gentili
ed97d0d401 Merge pull request #2 from danog/analysis-z4wNP1
Applied fixes from StyleCI
2016-07-25 12:44:13 +02:00
Daniil Gentili
220bcf8f38 Applied fixes from StyleCI 2016-07-25 06:42:34 -04:00
Daniil Gentili
ab273b30c7 Fixed unpacking of signed negative numbers. 2016-07-25 12:40:16 +02:00
Daniil Gentili
0a7aa3f918 Fixed bugs, switched to internal packing and unpacking engine for integer formats 2016-07-25 12:06:23 +02:00
danogentili
1473dcc329 Reorganized code. 2016-07-24 21:27:27 +02:00
danogentili
ca1c3f08f4 Fixed bug in l and L format strings 2016-07-23 21:37:31 +02:00
danogentili
cc041556d6 Fixed some more typos 2016-07-23 00:15:51 +02:00
danogentili
6f9e493cc0 Do not convert param to int in manual_q_pack function 2016-07-23 00:02:31 +02:00
danogentili
103d0452f5 Fixed typos in manual quad pack/unpack functions 2016-07-22 23:52:40 +02:00
danogentili
800a2fff11 Forgot to add the q and Q format to the native endianness table 2016-07-22 23:45:24 +02:00
danogentili
8fafcead27 Adapting for 32 bit systems... 2016-07-22 23:35:46 +02:00
danogentili
1abd6187e9 Update 2016-07-21 15:44:48 +02:00
danogentili
722fd60982 Adapting for 32 bit systems 2016-07-21 15:43:11 +02:00
danogentili
da3d4f5a11 Update 2016-07-15 15:07:47 +02:00
Daniil Gentili
c45742bcbc Update badge url and composer.json 2016-07-15 12:56:16 +02:00
Daniil Gentili
205365f0eb Add badges 2016-07-15 12:52:32 +02:00
Daniil Gentili
d8aaefc696 Updated deps, added some badges. 2016-07-15 12:50:26 +02:00
danogentili
8cc48b59af Update travis ci tests 2016-07-13 20:08:53 +02:00
danogentili
9294fa89da Update travis ci tests 2016-07-13 20:04:29 +02:00
Daniil Gentili
2c51402fad Merge pull request #1 from danog/analysis-8jl39y
Applied fixes from StyleCI
2016-07-13 20:00:49 +02:00
Daniil Gentili
e3ffe221f0 Applied fixes from StyleCI 2016-07-13 14:00:38 -04:00
danogentili
2b96cc7d0b Added styleci tests and badge 2016-07-13 19:59:59 +02:00
danogentili
c22f4da3f0 Fixed behaviour of ? format, fixed tests. 2016-07-13 19:54:12 +02:00
Daniil Gentili
1ce94d47bf Fix n and N formats, update tests. 2016-07-13 18:01:17 +02:00
danogentili
43cd56d019 Updated tests and p format. 2016-07-12 22:14:09 +02:00
danogentili
c0bdd39430 Do not switch endianness on certain formats. 2016-07-12 17:55:32 +02:00
danogentili
f3b902b8fb Update travis build 2016-07-12 16:46:33 +02:00
danogentili
c12d482445 Updated dependencies 2016-07-12 16:40:24 +02:00