{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":241472649,"defaultBranch":"master","name":"ADOL-C","ownerLogin":"coin-or","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-02-18T21:36:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6062319?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1582151866.0","currentOid":""},"activityList":{"items":[{"before":"310877307986bc14b88ec7cb94342f3ac5cf6a6f","after":"61c6c448475e69c4328cf2a8ad22ac8cc85c4488","ref":"refs/heads/master","pushedAt":"2024-09-03T09:37:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Add a simple cmake build system\n\nThis is the initial part of a CMake build system. It allows to build\nADOL-C with default options.\n\nNon-default configurations will come in separate commits.","shortMessageHtmlLink":"Add a simple cmake build system"}},{"before":"cc64dd852436c12cfc48cc2620c10edb78e43e94","after":"310877307986bc14b88ec7cb94342f3ac5cf6a6f","ref":"refs/heads/master","pushedAt":"2024-06-24T14:06:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Always assume ADOLC_USE_CALLOC\n\nWithout that flag the code doesn't even compile anymore.","shortMessageHtmlLink":"Always assume ADOLC_USE_CALLOC"}},{"before":"f3cd550fd30b847dccd6c25ea5151362ef2289d3","after":"cc64dd852436c12cfc48cc2620c10edb78e43e94","ref":"refs/heads/master","pushedAt":"2024-06-05T07:33:36.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"hess_mat: Make 'tangent' argument const\n\nThe hess_mat method will not modify its 'tangent' argument.\nMake this visible in the method signature by making the\nargument 'const'.\n\nSee\n\n https://isocpp.org/wiki/faq/const-correctness#constptrptr-conversion\n\nfor the unusual 'const' declaration.","shortMessageHtmlLink":"hess_mat: Make 'tangent' argument const"}},{"before":"c7278e06b3ae1bc54d4029152ea1ca24e15280e2","after":"f3cd550fd30b847dccd6c25ea5151362ef2289d3","ref":"refs/heads/master","pushedAt":"2024-05-06T10:56:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Always build with --enable-atrig-erf\n\nThe methods protected by it (asinh, acosh, atanh, erf)\nare all part of the C99 standard:\n\n https://en.cppreference.com/w/c/numeric/math/erf\n\nThis reduces the complexity of the build system a little bit.","shortMessageHtmlLink":"Always build with --enable-atrig-erf"}},{"before":"7601da3fb1332d3d13293f10cfb0ee368f99f7f3","after":"c7278e06b3ae1bc54d4029152ea1ca24e15280e2","ref":"refs/heads/master","pushedAt":"2024-05-03T15:37:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"add Fixed Point handling to Unit tests","shortMessageHtmlLink":"add Fixed Point handling to Unit tests"}},{"before":"b7ea10536a1e452f7dd47a90ef8c8118ce3e8432","after":"7601da3fb1332d3d13293f10cfb0ee368f99f7f3","ref":"refs/heads/master","pushedAt":"2024-04-26T09:51:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"A unit test for differentiation of fixed point iterations\n\nCurrently only zero- and first-order derivatives, with a scalar\nfunction. More to come later.","shortMessageHtmlLink":"A unit test for differentiation of fixed point iterations"}},{"before":"5d76d4e8ed85ebc4ff9166185cae46bdce97522b","after":"b7ea10536a1e452f7dd47a90ef8c8118ce3e8432","ref":"refs/heads/master","pushedAt":"2024-04-24T14:55:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"taylor_begin: Reuse Taylor buffer if it exists\n\n... instead of freeing the old one and allocating a new one\nof the size same.\n\nThis can save a surprising amount of run-time, in particular\nif the tape is short and the Taylor buffer is large.\n\nIn a test with a very short tape and a 1GB Taylor buffer\nthis patch lead to a speedup factor of about 20.","shortMessageHtmlLink":"taylor_begin: Reuse Taylor buffer if it exists"}},{"before":"c5b7ea52fc1cadd4e2a4fb36edbe4c563601b3e7","after":"5d76d4e8ed85ebc4ff9166185cae46bdce97522b","ref":"refs/heads/master","pushedAt":"2024-04-24T14:52:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"exclude Ext_Diff_Func, still testing","shortMessageHtmlLink":"exclude Ext_Diff_Func, still testing"}},{"before":"ab05863bb0a85962c0fdf49c3d27a5ff248997cb","after":"c5b7ea52fc1cadd4e2a4fb36edbe4c563601b3e7","ref":"refs/heads/master","pushedAt":"2024-04-19T11:21:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Move StoreManager definitions into a dedicated file\n\nFormerly they were contained in tape_handling.cpp,\nalong with a lot of other stuff. To make the code\neasier to understand this commit takes everything\nthat has to do with StoreManager classes, and moves it\ninto a new file storemanager.cpp. The corresponding\nheader with the declarations even existed previously.","shortMessageHtmlLink":"Move StoreManager definitions into a dedicated file"}},{"before":"74482d06d1f6fc5d748a39028108e3a4fc98ab88","after":"ab05863bb0a85962c0fdf49c3d27a5ff248997cb","ref":"refs/heads/master","pushedAt":"2024-04-09T14:49:17.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Implement externally differentiated functions for hos_ti_reverse","shortMessageHtmlLink":"Implement externally differentiated functions for hos_ti_reverse"}},{"before":"26460017f9ed2f016d63b9e620d6146eb5d7c855","after":"74482d06d1f6fc5d748a39028108e3a4fc98ab88","ref":"refs/heads/master","pushedAt":"2024-04-09T14:45:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Fix a few leaks found by the gcc address sanitizer","shortMessageHtmlLink":"Fix a few leaks found by the gcc address sanitizer"}},{"before":"6ff2f7d896844cf1cf54f1fadd6f91f7c2a8ad30","after":"26460017f9ed2f016d63b9e620d6146eb5d7c855","ref":"refs/heads/master","pushedAt":"2024-02-02T09:48:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"support of cbrt in traceless mode added","shortMessageHtmlLink":"support of cbrt in traceless mode added"}},{"before":"d952384925c031cc88d17330c32bfeb2473af541","after":"6ff2f7d896844cf1cf54f1fadd6f91f7c2a8ad30","ref":"refs/heads/master","pushedAt":"2024-01-28T13:57:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"start support for python 3","shortMessageHtmlLink":"start support for python 3"}},{"before":"5e1946cfe0a1da689faf2fa5a6c41360bf5fa400","after":"d952384925c031cc88d17330c32bfeb2473af541","ref":"refs/heads/master","pushedAt":"2024-01-15T15:46:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"delete warning for SetNum","shortMessageHtmlLink":"delete warning for SetNum"}},{"before":"3cfba1e8a36311c17f782ffa760594bcbdefd08d","after":"5e1946cfe0a1da689faf2fa5a6c41360bf5fa400","ref":"refs/heads/master","pushedAt":"2024-01-15T15:22:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"start update support for python3","shortMessageHtmlLink":"start update support for python3"}},{"before":"6b7340ddf018c3e13cd853237f4a7eec371792c1","after":"3cfba1e8a36311c17f782ffa760594bcbdefd08d","ref":"refs/heads/master","pushedAt":"2024-01-15T15:04:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"clean up","shortMessageHtmlLink":"clean up"}},{"before":"3a8ac882efb6f4fd9dce7aab9c79aabbb2975a39","after":"6b7340ddf018c3e13cd853237f4a7eec371792c1","ref":"refs/heads/master","pushedAt":"2024-01-15T13:23:06.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Remove the macro _HIGHER_ORDER_\n\nIt is never used.","shortMessageHtmlLink":"Remove the macro _HIGHER_ORDER_"}},{"before":"a3c317cc6bb0907394391fd6a2dfa08453ef041a","after":"3a8ac882efb6f4fd9dce7aab9c79aabbb2975a39","ref":"refs/heads/master","pushedAt":"2023-09-01T07:06:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Fix spelling of NO_DEFAULT_PATH\n\nThe cmake command for finding the ADOL-C library had a typo in the\noption NO_DEFAULT_PATH. With that typo, cmake would always prefer\na system-wide installation of the ADOL-C library over the one given\nin ADOLC_BASE. This would either lead to linking errors (if the\nheaders in ADOLC_BASE don't match the system-wide ADOL-C library),\nor (worse) tacitly testing the system-wide library instead of the one\ngiven in ADOLC_BASE.","shortMessageHtmlLink":"Fix spelling of NO_DEFAULT_PATH"}},{"before":"76373656852d26c5571896d33a85091cbc2bc238","after":"a3c317cc6bb0907394391fd6a2dfa08453ef041a","ref":"refs/heads/master","pushedAt":"2023-08-08T12:59:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"fix brackets","shortMessageHtmlLink":"fix brackets"}},{"before":"0d999e099b3c14a04360d219481743f980727c36","after":"76373656852d26c5571896d33a85091cbc2bc238","ref":"refs/heads/master","pushedAt":"2023-08-08T12:53:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"unify tapeless to traceless in header files","shortMessageHtmlLink":"unify tapeless to traceless in header files"}},{"before":"a30620b57f6b586d12b47b115854d9dac7f027da","after":"0d999e099b3c14a04360d219481743f980727c36","ref":"refs/heads/master","pushedAt":"2023-07-18T13:07:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"fix loop variables","shortMessageHtmlLink":"fix loop variables"}},{"before":"23b71521b03bdfaee2fdf20152583a481afe022c","after":"a30620b57f6b586d12b47b115854d9dac7f027da","ref":"refs/heads/master","pushedAt":"2023-07-18T07:05:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"fix loop","shortMessageHtmlLink":"fix loop"}},{"before":"cc129c132d71ce1f4cecc014c448a74c0d335681","after":"23b71521b03bdfaee2fdf20152583a481afe022c","ref":"refs/heads/master","pushedAt":"2023-07-12T07:46:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Move destructors of adub and adouble to the base class badouble\n\nThe classes adub and adouble both inherit from badouble.\nTheir destructors are identical, and only involve data\nfrom the base class. Therefore, let's merge them and move\nthe merged destructor code to the base class badouble.","shortMessageHtmlLink":"Move destructors of adub and adouble to the base class badouble"}},{"before":"5bf936c034171ec8daf35976ac24981bb6e9551f","after":"cc129c132d71ce1f4cecc014c448a74c0d335681","ref":"refs/heads/master","pushedAt":"2023-07-12T07:41:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"test ssh","shortMessageHtmlLink":"test ssh"}},{"before":"e072c73aafcf417caf8bc133fcfa0e5dccbd7d5d","after":"5bf936c034171ec8daf35976ac24981bb6e9551f","ref":"refs/heads/master","pushedAt":"2023-03-10T17:47:50.217Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"avoid error due to const double**","shortMessageHtmlLink":"avoid error due to const double**"}},{"before":"5c18b0551ca1f2c2400a2807c987dbfe6d2755df","after":"e072c73aafcf417caf8bc133fcfa0e5dccbd7d5d","ref":"refs/heads/master","pushedAt":"2023-03-10T17:27:18.438Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"Merge pull request #50 from cgraeser/feature/const-correct-drivers\n\nImprove const correctness of drivers","shortMessageHtmlLink":"Merge pull request #50 from cgraeser/feature/const-correct-drivers"}},{"before":"93402682982bccd37f45bf3c7b095d038f84f810","after":"5c18b0551ca1f2c2400a2807c987dbfe6d2755df","ref":"refs/heads/master","pushedAt":"2023-03-10T08:01:47.163Z","pushType":"push","commitsCount":1,"pusher":{"login":"awalther1","name":"Andrea Walther","path":"/awalther1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19669271?s=80&v=4"},"commit":{"message":"add missing def on aTmp and ARES","shortMessageHtmlLink":"add missing def on aTmp and ARES"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QwOTozNzo0Mi4wMDAwMDBazwAAAASrYhhW","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wM1QwOTozNzo0Mi4wMDAwMDBazwAAAASrYhhW","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0xMFQwODowMTo0Ny4xNjM2MDlazwAAAAMAhD4q"}},"title":"Activity ยท coin-or/ADOL-C"}