{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":89024799,"defaultBranch":"main","name":"effcee","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-04-21T21:24:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1592336245.0","currentOid":""},"activityList":{"items":[{"before":"19b4aa87af25cb4ee779a071409732f34bfc305c","after":"aea1f4d62ca9ee2f44b5393e98e175e200a22e8e","ref":"refs/heads/main","pushedAt":"2024-04-30T16:19:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Use bzlmod (#64)\n\n* Use bzlmod\r\n\r\nUse the new Bazel module system. This should hopefully help fix the\r\nbroken re2 import in SPIRV-Tools.\r\n\r\n* Use bazel 7.0.2 in Kokoro\r\n\r\n* Ignore root user error","shortMessageHtmlLink":"Use bzlmod (#64)"}},{"before":"6d3b974a7779506b59d70cc7ecea1e47931c7183","after":"19b4aa87af25cb4ee779a071409732f34bfc305c","ref":"refs/heads/main","pushedAt":"2023-06-21T16:47:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Add binary dir for abseil\n\nWithout a binary dir, the source directory cannot be out of tree. Adding\nit, so that spirv-tools can avoid adding the abseil subdirectory itself.\nIt will just pass the source directory to effcee.","shortMessageHtmlLink":"Add binary dir for abseil"}},{"before":"ea331c390653e1109ca388e680eac4dcd980e749","after":"6d3b974a7779506b59d70cc7ecea1e47931c7183","ref":"refs/heads/main","pushedAt":"2023-06-07T17:30:23.622Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"On Windows, export all symbols\n\nFixes: #42","shortMessageHtmlLink":"On Windows, export all symbols"}},{"before":"592a9b83f4325e83f0450d217b70489a100ac48b","after":"ea331c390653e1109ca388e680eac4dcd980e749","ref":"refs/heads/main","pushedAt":"2023-06-06T17:11:02.801Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Fix cursor_test.cc compilation on MSVC\n\nUse text.data() instead of text.begin() to get a pointer to the\nfirst character in the view.\n\nStringPiece::begin() yields an iterator, which we\ncan't assume is a pointer-to-char.\n\nFixes: #60","shortMessageHtmlLink":"Fix cursor_test.cc compilation on MSVC"}},{"before":"6ea83b61139566854f2596ac5c48a709d84e7578","after":"592a9b83f4325e83f0450d217b70489a100ac48b","ref":"refs/heads/main","pushedAt":"2023-06-05T18:08:51.242Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Update CHANGES","shortMessageHtmlLink":"Update CHANGES"}},{"before":"cd12c60e535299fbeecb1b414e0c51924174393b","after":"6ea83b61139566854f2596ac5c48a709d84e7578","ref":"refs/heads/main","pushedAt":"2023-06-02T23:21:34.867Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Add Kokoro build scripts","shortMessageHtmlLink":"Add Kokoro build scripts"}},{"before":"2b4bf3e843295dc24a5dfb7e0a34d6df48a7190b","after":"cd12c60e535299fbeecb1b414e0c51924174393b","ref":"refs/heads/main","pushedAt":"2023-05-31T22:11:19.290Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Add DEPS and a script to get them out\n\nThis uses the DEPS file format like in SPIRV-Tools.\nBut the script is written afresh to be Apache 2.0","shortMessageHtmlLink":"Add DEPS and a script to get them out"}},{"before":"ef0a5c1528fe9850b65c6b8e6a3ab9039b92b685","after":"2b4bf3e843295dc24a5dfb7e0a34d6df48a7190b","ref":"refs/heads/main","pushedAt":"2023-05-31T14:18:08.043Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"gitignore: ignore abseil and bazel intermediate files","shortMessageHtmlLink":"gitignore: ignore abseil and bazel intermediate files"}},{"before":"1ef255a22d0a25d52cd2524f2bb8e7708d198905","after":"ef0a5c1528fe9850b65c6b8e6a3ab9039b92b685","ref":"refs/heads/main","pushedAt":"2023-05-30T22:28:26.779Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Avoid subtracting iterators from different string pieces\n\nBehaviour is undefined you take the diff of iterators from two different\nstring views. This is why MSVC will cause an assert in their debug builds.\n\nAvoid the subtraction by deliberately matching a minimal prefix. Then\nwe can easily skip over the matched prefix because we know its size.\n\nI tried using the FindAndConsumeN pattern, but that was unweildy and\ndidn't work for me.\n\nFixes: #52","shortMessageHtmlLink":"Avoid subtracting iterators from different string pieces"}},{"before":"77a53ba53bac2a5fb53b70af3cb94f177183ac29","after":"1ef255a22d0a25d52cd2524f2bb8e7708d198905","ref":"refs/heads/main","pushedAt":"2023-05-30T19:45:18.736Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Add CMake support for abseil","shortMessageHtmlLink":"Add CMake support for abseil"}},{"before":"66edefd2bb641de8a2f46b476de21f227fc03a28","after":"77a53ba53bac2a5fb53b70af3cb94f177183ac29","ref":"refs/heads/main","pushedAt":"2023-05-26T18:47:05.063Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dneto0","name":"David Neto","path":"/dneto0","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13054574?s=80&v=4"},"commit":{"message":"Add Abseil dependency, via RE2\n\nUpdate development name to 2023.0-dev","shortMessageHtmlLink":"Add Abseil dependency, via RE2"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPjZNpgA","startCursor":null,"endCursor":null}},"title":"Activity ยท google/effcee"}