From 568ff7693a24ea9cbfa40ad130efe060f9d0ee9d Mon Sep 17 00:00:00 2001 From: Daniel Collins Date: Fri, 28 Jul 2023 20:39:24 +0100 Subject: [PATCH] Release 0.60.1 --- MANIFEST | 678 +++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 12 +- res/Info.plist | 2 +- 3 files changed, 685 insertions(+), 7 deletions(-) create mode 100644 MANIFEST diff --git a/MANIFEST b/MANIFEST new file mode 100644 index 00000000..e7a13c7b --- /dev/null +++ b/MANIFEST @@ -0,0 +1,678 @@ +.editorconfig +.github/FUNDING.yml +.github/workflows/mac-ci.yml +.gitignore +CHANGES.txt +LICENSE.txt +MANIFEST +Makefile +Makefile.AppImage +Makefile.osx +Makefile.win +README.OSX.md +README.Windows.md +README.md +doc/comments-types.gif +doc/file-diff.gif +doc/ldoc.config.ld +googletest/include/gtest/gtest-death-test.h +googletest/include/gtest/gtest-message.h +googletest/include/gtest/gtest-param-test.h +googletest/include/gtest/gtest-param-test.h.pump +googletest/include/gtest/gtest-printers.h +googletest/include/gtest/gtest-spi.h +googletest/include/gtest/gtest-test-part.h +googletest/include/gtest/gtest-typed-test.h +googletest/include/gtest/gtest.h +googletest/include/gtest/gtest_pred_impl.h +googletest/include/gtest/gtest_prod.h +googletest/include/gtest/internal/custom/README.md +googletest/include/gtest/internal/custom/gtest-port.h +googletest/include/gtest/internal/custom/gtest-printers.h +googletest/include/gtest/internal/custom/gtest.h +googletest/include/gtest/internal/gtest-death-test-internal.h +googletest/include/gtest/internal/gtest-filepath.h +googletest/include/gtest/internal/gtest-internal.h +googletest/include/gtest/internal/gtest-linked_ptr.h +googletest/include/gtest/internal/gtest-param-util-generated.h +googletest/include/gtest/internal/gtest-param-util-generated.h.pump +googletest/include/gtest/internal/gtest-param-util.h +googletest/include/gtest/internal/gtest-port-arch.h +googletest/include/gtest/internal/gtest-port.h +googletest/include/gtest/internal/gtest-string.h +googletest/include/gtest/internal/gtest-tuple.h +googletest/include/gtest/internal/gtest-tuple.h.pump +googletest/include/gtest/internal/gtest-type-util.h +googletest/include/gtest/internal/gtest-type-util.h.pump +googletest/src/gtest-all.cc +googletest/src/gtest-death-test.cc +googletest/src/gtest-filepath.cc +googletest/src/gtest-internal-inl.h +googletest/src/gtest-port.cc +googletest/src/gtest-printers.cc +googletest/src/gtest-test-part.cc +googletest/src/gtest-typed-test.cc +googletest/src/gtest.cc +googletest/src/gtest_main.cc +help/.gitignore +help/Makefile +help/README.md +help/chm/content/rehex.hhp +help/chm/templates/code.tt +help/chm/templates/hhc.tt +help/chm/templates/hhk.tt +help/chm/templates/page.tt +help/content/bitmap-demo.png +help/content/comments-view.png +help/content/diff-elf.png +help/content/icon128.png +help/content/template-dialog.png +help/content/template-example-struct1.png +help/content/template-example-struct2.png +help/content/template-example-var1.png +help/content/template-example-var2.png +help/content/virt-mapping-dialog.png +help/content/virt-mapping-exe1.png +help/contents.txt +help/online/content/htmbook.png +help/online/content/htmpage.png +help/online/content/style.css +help/online/templates/code.tt +help/online/templates/page.tt +help/pages/bitmap.tt +help/pages/bt-funcs.tt +help/pages/bt-preprocessor.tt +help/pages/bt-syntax.tt +help/pages/bt-types.tt +help/pages/bt.tt +help/pages/code-comment.tt +help/pages/code-keyword.tt +help/pages/code-pp-directive.tt +help/pages/code-type.tt +help/pages/comments.tt +help/pages/diff.tt +help/pages/index.tt +help/pages/inline-type.tt +help/pages/plugins.tt +help/pages/types.tt +help/pages/virt-mapping.tt +help/template.pl +help/wx/content/rehex.hhp +help/wx/templates/code.tt +help/wx/templates/hhc.tt +help/wx/templates/hhk.tt +help/wx/templates/page.tt +include/gcc-win-include/wingdi.h +include/msvc-win-include/wingdi.h +include/portable_endian.h +include/wxluasetup.h +msvc/.gitignore +msvc/all-tests-appcode/all-tests-appcode.vcxproj +msvc/all-tests-appcode/all-tests-appcode.vcxproj.filters +msvc/all-tests/all-tests.vcxproj +msvc/all-tests/all-tests.vcxproj.filters +msvc/all-tests/tests/keep.txt +msvc/embed/embed.vcxproj +msvc/embed/embed.vcxproj.filters +msvc/gen_content.bat +msvc/install_vcpkg_dependencies.bat +msvc/rehex.props +msvc/rehex.sln +msvc/rehex.vcxproj +msvc/rehex.vcxproj.filters +msvc/resources/resources.vcxproj +msvc/resources/resources.vcxproj.filters +msvc/tests.props +msvc/thirdparty.props +msvc/vcpkg-deploy/vcpkg-deploy.vcxproj +msvc/vcpkg-deploy/vcpkg-deploy.vcxproj.filters +msvc/wxlua/wxlua.vcxproj +msvc/wxlua/wxlua.vcxproj.filters +plugins/binary-template/Makefile +plugins/binary-template/executor.lua +plugins/binary-template/executor/arrayindexvalue.lua +plugins/binary-template/executor/arrayvalue.lua +plugins/binary-template/executor/filearrayvalue.lua +plugins/binary-template/executor/filevalue.lua +plugins/binary-template/executor/immediatevalue.lua +plugins/binary-template/executor/plainvalue.lua +plugins/binary-template/executor/structvalue.lua +plugins/binary-template/executor/typemapper.lua +plugins/binary-template/executor/util.lua +plugins/binary-template/executor/varallocator.lua +plugins/binary-template/executor_spec.lua +plugins/binary-template/lulpeg/LICENSE +plugins/binary-template/lulpeg/lulpeg.lua +plugins/binary-template/parser.lua +plugins/binary-template/parser_spec.lua +plugins/binary-template/plugin.lua +plugins/binary-template/preprocessor-tests/basic-test-1.bt +plugins/binary-template/preprocessor-tests/crlf-line-endings.bt +plugins/binary-template/preprocessor-tests/cyclic-macro-test.bt +plugins/binary-template/preprocessor-tests/ifdef-test-1.bt +plugins/binary-template/preprocessor-tests/include-test-1.bt +plugins/binary-template/preprocessor-tests/include-test-1a.h +plugins/binary-template/preprocessor-tests/include-test-1b.h +plugins/binary-template/preprocessor-tests/include-test-2.bt +plugins/binary-template/preprocessor-tests/include-test-2a.h +plugins/binary-template/preprocessor-tests/include-test-2b.h +plugins/binary-template/preprocessor-tests/macro-test-1.bt +plugins/binary-template/preprocessor-tests/macro-test-2.bt +plugins/binary-template/preprocessor-tests/multi-line-comment.bt +plugins/binary-template/preprocessor-tests/single-line-comment.bt +plugins/binary-template/preprocessor-tests/unmatched-else-test.bt +plugins/binary-template/preprocessor-tests/unmatched-endif-test.bt +plugins/binary-template/preprocessor-tests/unmatched-ifdef-test.bt +plugins/binary-template/preprocessor-tests/unmatched-ifndef-test.bt +plugins/binary-template/preprocessor.lua +plugins/binary-template/preprocessor_spec.lua +plugins/binary-template/templates/.gitignore +plugins/binary-template/templates/riff.bt +plugins/examples/window.lua +plugins/exe/Makefile +plugins/exe/bitops52.lua +plugins/exe/class.lua +plugins/exe/document_stream.lua +plugins/exe/enum.lua +plugins/exe/kaitaistruct.lua +plugins/exe/microsoft_pe.lua +plugins/exe/plugin.lua +plugins/exe/string_decode.lua +plugins/exe/string_stream.lua +plugins/exe/utils.lua +plugins/pcap/Makefile +plugins/pcap/plugin.lua +res/Info.plist +res/SOURCES.md +res/actual_size16.png +res/ascii16.png +res/ascii24.png +res/ascii32.png +res/ascii48.png +res/backward32.png +res/diff_fold16.png +res/diff_fold24.png +res/diff_fold32.png +res/diff_fold48.png +res/document_new32.png +res/document_open32.png +res/document_save32.png +res/document_save_as32.png +res/down32.png +res/fit_to_screen16.png +res/forward32.png +res/icon.ico +res/icon1024.png +res/icon128.png +res/icon16.png +res/icon256.png +res/icon32.png +res/icon48.png +res/icon512.png +res/icon64.png +res/offsets.xcf +res/offsets16.png +res/offsets24.png +res/offsets32.png +res/offsets48.png +res/rehex.desktop +res/rehex.exe.manifest +res/spinner24.gif +res/swap_horiz16.png +res/swap_vert16.png +res/up32.png +res/version.cpp +res/version.h +res/winres.h +res/winres.rc +res/zoom_in16.png +res/zoom_out16.png +src/AboutDialog.cpp +src/AboutDialog.hpp +src/App.hpp +src/AppMac.mm +src/AppMain.cpp +src/AppSettings.cpp +src/AppSettings.hpp +src/AppTestable.cpp +src/ArtProvider.cpp +src/ArtProvider.hpp +src/BasicDataTypes.cpp +src/BasicDataTypes.hpp +src/BitmapTool.cpp +src/BitmapTool.hpp +src/ByteRangeMap.hpp +src/ByteRangeSet.cpp +src/ByteRangeSet.hpp +src/ByteRangeTree.hpp +src/BytesPerLineDialog.cpp +src/BytesPerLineDialog.hpp +src/CharacterEncoder.cpp +src/CharacterEncoder.hpp +src/CharacterEncoding.luadoc +src/CharacterFinder.cpp +src/CharacterFinder.hpp +src/ClickText.cpp +src/ClickText.hpp +src/CodeCtrl.cpp +src/CodeCtrl.hpp +src/CommentTree.cpp +src/CommentTree.hpp +src/ConsoleBuffer.cpp +src/ConsoleBuffer.hpp +src/ConsolePanel.cpp +src/ConsolePanel.hpp +src/DataHistogramAccumulator.hpp +src/DataHistogramPanel.cpp +src/DataHistogramPanel.hpp +src/DataType.cpp +src/DataType.hpp +src/DetachableNotebook.cpp +src/DetachableNotebook.hpp +src/DiffWindow.cpp +src/DiffWindow.hpp +src/DisassemblyRegion.cpp +src/DisassemblyRegion.hpp +src/Document.luadoc +src/DocumentCtrl.cpp +src/DocumentCtrl.hpp +src/EditCommentDialog.cpp +src/EditCommentDialog.hpp +src/Events.cpp +src/Events.hpp +src/FastRectangleFiller.hpp +src/FillRangeDialog.cpp +src/FillRangeDialog.hpp +src/IPC.cpp +src/IPC.hpp +src/IntelHexExport.cpp +src/IntelHexExport.hpp +src/IntelHexImport.cpp +src/IntelHexImport.hpp +src/LRUCache.hpp +src/LicenseDialog.cpp +src/LicenseDialog.hpp +src/LuaPluginLoader.cpp +src/LuaPluginLoader.hpp +src/MainWindow.luadoc +src/NestedOffsetLengthMap.hpp +src/NumericEntryDialog.hpp +src/NumericTextCtrl.hpp +src/Palette.cpp +src/Palette.hpp +src/RangeChoiceLinear.cpp +src/RangeChoiceLinear.hpp +src/RangeDialog.cpp +src/RangeDialog.hpp +src/RangeProcessor.cpp +src/RangeProcessor.hpp +src/SafeWindowPointer.hpp +src/SharedDocumentPointer.hpp +src/StringPanel.cpp +src/StringPanel.hpp +src/Tab.cpp +src/Tab.hpp +src/Tab.luadoc +src/ThreadPool.cpp +src/ThreadPool.hpp +src/ToolPanel.cpp +src/ToolPanel.hpp +src/UnsortedMapVector.hpp +src/VirtualMappingDialog.cpp +src/VirtualMappingDialog.hpp +src/VirtualMappingList.cpp +src/VirtualMappingList.hpp +src/buffer.cpp +src/buffer.hpp +src/decodepanel.cpp +src/decodepanel.hpp +src/disassemble.cpp +src/disassemble.hpp +src/document.cpp +src/document.hpp +src/endian_conv.hpp +src/lua-bindings/FuncWrapper.hpp +src/lua-bindings/rehex.i +src/lua-bindings/rehex_override.hpp +src/lua-bindings/rehex_rules.lua +src/lua-plugin-preload.lua +src/mainwindow.cpp +src/mainwindow.hpp +src/platform.hpp +src/profile.cpp +src/profile.hpp +src/search.cpp +src/search.hpp +src/shared_mutex.hpp +src/textentrydialog.cpp +src/textentrydialog.hpp +src/util.cpp +src/util.hpp +src/win32lib.cpp +src/win32lib.hpp +tests/BitmapTool.cpp +tests/ByteRangeMap.cpp +tests/ByteRangeSet.cpp +tests/ByteRangeTree.cpp +tests/CharacterEncoder.cpp +tests/CharacterFinder.cpp +tests/CommentTree.cpp +tests/CommentsDataObject.cpp +tests/ConsoleBuffer.cpp +tests/DataHistogramAccumulator.cpp +tests/DiffWindow.cpp +tests/DisassemblyRegion.cpp +tests/Document.cpp +tests/DocumentCtrl.cpp +tests/FastRectangleFiller.cpp +tests/IntelHexExport.cpp +tests/IntelHexImport.cpp +tests/LuaPluginLoader.cpp +tests/NestedOffsetLengthMap.cpp +tests/NumericTextCtrl.cpp +tests/RangeProcessor.cpp +tests/SafeWindowPointer.cpp +tests/SearchBase.cpp +tests/SearchValue.cpp +tests/SharedDocumentPointer.cpp +tests/SizeTestPanel.cpp +tests/SizeTestPanel.hpp +tests/StringPanel.cpp +tests/Tab.cpp +tests/bin-data.bin +tests/buffer.cpp +tests/endian_conv.cpp +tests/error-plugin.lua +tests/ls.x86_64 +tests/main.cpp +tests/read-test-1.lua +tests/read-test-2.lua +tests/read-test-3.lua +tests/search-bseq.cpp +tests/search-text.cpp +tests/stub-plugin.lua +tests/testutil.cpp +tests/testutil.hpp +tests/util.cpp +tools/brt-fuzz.cpp +tools/embed.cpp +tools/gtk-config.cpp +tools/mac-build-dependencies.sh +update-wxlua.sh +wxFreeChart/include/wx/areadraw.h +wxFreeChart/include/wx/art.h +wxFreeChart/include/wx/axis/axis.h +wxFreeChart/include/wx/axis/categoryaxis.h +wxFreeChart/include/wx/axis/compdateaxis.h +wxFreeChart/include/wx/axis/dateaxis.h +wxFreeChart/include/wx/axis/juliandateaxis.h +wxFreeChart/include/wx/axis/labelaxis.h +wxFreeChart/include/wx/axis/logarithmicnumberaxis.h +wxFreeChart/include/wx/axis/numberaxis.h +wxFreeChart/include/wx/axisplot.h +wxFreeChart/include/wx/bars/barplot.h +wxFreeChart/include/wx/bars/barrenderer.h +wxFreeChart/include/wx/category/categorydataset.h +wxFreeChart/include/wx/category/categoryrenderer.h +wxFreeChart/include/wx/category/categorysimpledataset.h +wxFreeChart/include/wx/chart.h +wxFreeChart/include/wx/chartdc.h +wxFreeChart/include/wx/chartpanel.h +wxFreeChart/include/wx/chartrenderer.h +wxFreeChart/include/wx/chartsplitpanel.h +wxFreeChart/include/wx/colorscheme.h +wxFreeChart/include/wx/crosshair.h +wxFreeChart/include/wx/dataset.h +wxFreeChart/include/wx/drawobject.h +wxFreeChart/include/wx/drawutils.h +wxFreeChart/include/wx/gantt/ganttdataset.h +wxFreeChart/include/wx/gantt/ganttplot.h +wxFreeChart/include/wx/gantt/ganttrenderer.h +wxFreeChart/include/wx/gantt/ganttsimpledataset.h +wxFreeChart/include/wx/legend.h +wxFreeChart/include/wx/mainpage.dox +wxFreeChart/include/wx/marker.h +wxFreeChart/include/wx/multiplot.h +wxFreeChart/include/wx/observable.h +wxFreeChart/include/wx/ohlc/movingaverage.h +wxFreeChart/include/wx/ohlc/movingavg.h +wxFreeChart/include/wx/ohlc/ohlcbarrenderer.h +wxFreeChart/include/wx/ohlc/ohlccandlestickrenderer.h +wxFreeChart/include/wx/ohlc/ohlcdataset.h +wxFreeChart/include/wx/ohlc/ohlcplot.h +wxFreeChart/include/wx/ohlc/ohlcrenderer.h +wxFreeChart/include/wx/ohlc/ohlcsimpledataset.h +wxFreeChart/include/wx/pie/pieplot.h +wxFreeChart/include/wx/plot.h +wxFreeChart/include/wx/refobject.h +wxFreeChart/include/wx/symbol.h +wxFreeChart/include/wx/title.h +wxFreeChart/include/wx/tooltips.h +wxFreeChart/include/wx/wxfreechartdefs.h +wxFreeChart/include/wx/xy/functions/polynom.h +wxFreeChart/include/wx/xy/functions/sinefunction.h +wxFreeChart/include/wx/xy/juliantimeseriesdataset.h +wxFreeChart/include/wx/xy/timeseriesdataset.h +wxFreeChart/include/wx/xy/vectordataset.h +wxFreeChart/include/wx/xy/xyarearenderer.h +wxFreeChart/include/wx/xy/xydataset.h +wxFreeChart/include/wx/xy/xydynamicdataset.h +wxFreeChart/include/wx/xy/xyhistorenderer.h +wxFreeChart/include/wx/xy/xylinerenderer.h +wxFreeChart/include/wx/xy/xyplot.h +wxFreeChart/include/wx/xy/xyrenderer.h +wxFreeChart/include/wx/xy/xysimpledataset.h +wxFreeChart/include/wx/xyz/bubbleplot.h +wxFreeChart/include/wx/xyz/xyzdataset.h +wxFreeChart/include/wx/xyz/xyzrenderer.h +wxFreeChart/include/wx/zoompan.h +wxFreeChart/license.txt +wxFreeChart/src/areadraw.cpp +wxFreeChart/src/art.cpp +wxFreeChart/src/axis/axis.cpp +wxFreeChart/src/axis/categoryaxis.cpp +wxFreeChart/src/axis/compdateaxis.cpp +wxFreeChart/src/axis/dateaxis.cpp +wxFreeChart/src/axis/juliandateaxis.cpp +wxFreeChart/src/axis/labelaxis.cpp +wxFreeChart/src/axis/logarithmicnumberaxis.cpp +wxFreeChart/src/axis/numberaxis.cpp +wxFreeChart/src/axisplot.cpp +wxFreeChart/src/bars/barplot.cpp +wxFreeChart/src/bars/barrenderer.cpp +wxFreeChart/src/category/categorydataset.cpp +wxFreeChart/src/category/categoryrenderer.cpp +wxFreeChart/src/category/categorysimpledataset.cpp +wxFreeChart/src/chart.cpp +wxFreeChart/src/chartpanel.cpp +wxFreeChart/src/chartsplitpanel.cpp +wxFreeChart/src/colorscheme.cpp +wxFreeChart/src/crosshair.cpp +wxFreeChart/src/dataset.cpp +wxFreeChart/src/gantt/ganttdataset.cpp +wxFreeChart/src/gantt/ganttplot.cpp +wxFreeChart/src/gantt/ganttrenderer.cpp +wxFreeChart/src/gantt/ganttsimpledataset.cpp +wxFreeChart/src/legend.cpp +wxFreeChart/src/marker.cpp +wxFreeChart/src/multiplot.cpp +wxFreeChart/src/ohlc/movingaverage.cpp +wxFreeChart/src/ohlc/ohlcbarrenderer.cpp +wxFreeChart/src/ohlc/ohlccandlestickrenderer.cpp +wxFreeChart/src/ohlc/ohlcdataset.cpp +wxFreeChart/src/ohlc/ohlcplot.cpp +wxFreeChart/src/ohlc/ohlcrenderer.cpp +wxFreeChart/src/ohlc/ohlcsimpledataset.cpp +wxFreeChart/src/pie/pieplot.cpp +wxFreeChart/src/plot.cpp +wxFreeChart/src/renderer.cpp +wxFreeChart/src/symbol.cpp +wxFreeChart/src/title.cpp +wxFreeChart/src/tooltips.cpp +wxFreeChart/src/xy/functions/polynom.cpp +wxFreeChart/src/xy/functions/sinefunction.cpp +wxFreeChart/src/xy/juliantimeseriesdataset.cpp +wxFreeChart/src/xy/timeseriesdataset.cpp +wxFreeChart/src/xy/vectordataset.cpp +wxFreeChart/src/xy/xyarearenderer.cpp +wxFreeChart/src/xy/xydataset.cpp +wxFreeChart/src/xy/xydynamicdataset.cpp +wxFreeChart/src/xy/xyhistorenderer.cpp +wxFreeChart/src/xy/xylinerenderer.cpp +wxFreeChart/src/xy/xyplot.cpp +wxFreeChart/src/xy/xyrenderer.cpp +wxFreeChart/src/xy/xysimpledataset.cpp +wxFreeChart/src/xyz/bubbleplot.cpp +wxFreeChart/src/xyz/xyzdataset.cpp +wxFreeChart/src/xyz/xyzrenderer.cpp +wxFreeChart/src/zoompan.cpp +wxLua/bindings/CMakeLists.txt +wxLua/bindings/Makefile +wxLua/bindings/any-bind-sync.lua +wxLua/bindings/genidocs.lua +wxLua/bindings/genidocs_rules.lua +wxLua/bindings/genwxbind.bat +wxLua/bindings/genwxbind.lua +wxLua/bindings/parse_doxygen_xml.lua +wxLua/bindings/readme.txt +wxLua/bindings/stc-bind-sync.lua +wxLua/bindings/wxlua/Makefile +wxLua/bindings/wxlua/override.hpp +wxLua/bindings/wxlua/wxlua.i +wxLua/bindings/wxlua/wxlua_rules.lua +wxLua/bindings/wxlua_debugger/Makefile +wxLua/bindings/wxlua_debugger/override.hpp +wxLua/bindings/wxlua_debugger/wxluadebugger.i +wxLua/bindings/wxlua_debugger/wxluadebugger_rules.lua +wxLua/bindings/wxwidgets/wxadv_adv.i +wxLua/bindings/wxwidgets/wxadv_dataview.i +wxLua/bindings/wxwidgets/wxadv_dvrenderers.i +wxLua/bindings/wxwidgets/wxadv_grid.i +wxLua/bindings/wxwidgets/wxadv_override.hpp +wxLua/bindings/wxwidgets/wxadv_rules.lua +wxLua/bindings/wxwidgets/wxaui_aui.i +wxLua/bindings/wxwidgets/wxaui_override.hpp +wxLua/bindings/wxwidgets/wxaui_rules.lua +wxLua/bindings/wxwidgets/wxbase_base.i +wxLua/bindings/wxwidgets/wxbase_config.i +wxLua/bindings/wxwidgets/wxbase_data.i +wxLua/bindings/wxwidgets/wxbase_datetime.i +wxLua/bindings/wxwidgets/wxbase_file.i +wxLua/bindings/wxwidgets/wxbase_override.hpp +wxLua/bindings/wxwidgets/wxbase_rules.lua +wxLua/bindings/wxwidgets/wxclassref.txt +wxLua/bindings/wxwidgets/wxcore_appframe.i +wxLua/bindings/wxwidgets/wxcore_clipdrag.i +wxLua/bindings/wxwidgets/wxcore_controls.i +wxLua/bindings/wxwidgets/wxcore_core.i +wxLua/bindings/wxwidgets/wxcore_defsutils.i +wxLua/bindings/wxwidgets/wxcore_dialogs.i +wxLua/bindings/wxwidgets/wxcore_event.i +wxLua/bindings/wxwidgets/wxcore_gdi.i +wxLua/bindings/wxwidgets/wxcore_geometry.i +wxLua/bindings/wxwidgets/wxcore_graphics.i +wxLua/bindings/wxwidgets/wxcore_help.i +wxLua/bindings/wxwidgets/wxcore_image.i +wxLua/bindings/wxwidgets/wxcore_mdi.i +wxLua/bindings/wxwidgets/wxcore_menutool.i +wxLua/bindings/wxwidgets/wxcore_override.hpp +wxLua/bindings/wxwidgets/wxcore_picker.i +wxLua/bindings/wxwidgets/wxcore_print.i +wxLua/bindings/wxwidgets/wxcore_rules.lua +wxLua/bindings/wxwidgets/wxcore_sizer.i +wxLua/bindings/wxwidgets/wxcore_windows.i +wxLua/bindings/wxwidgets/wxdatatypes_rules.lua +wxLua/bindings/wxwidgets/wxgl_gl.i +wxLua/bindings/wxwidgets/wxgl_rules.lua +wxLua/bindings/wxwidgets/wxhtml_html.i +wxLua/bindings/wxwidgets/wxhtml_override.hpp +wxLua/bindings/wxwidgets/wxhtml_rules.lua +wxLua/bindings/wxwidgets/wxmedia_media.i +wxLua/bindings/wxwidgets/wxmedia_rules.lua +wxLua/bindings/wxwidgets/wxnet_net.i +wxLua/bindings/wxwidgets/wxnet_override.hpp +wxLua/bindings/wxwidgets/wxnet_rules.lua +wxLua/bindings/wxwidgets/wxpropgrid_override.hpp +wxLua/bindings/wxwidgets/wxpropgrid_propgrid.i +wxLua/bindings/wxwidgets/wxpropgrid_rules.lua +wxLua/bindings/wxwidgets/wxrichtext_override.hpp +wxLua/bindings/wxwidgets/wxrichtext_print.i +wxLua/bindings/wxwidgets/wxrichtext_richtext.i +wxLua/bindings/wxwidgets/wxrichtext_rules.lua +wxLua/bindings/wxwidgets/wxrichtext_style.i +wxLua/bindings/wxwidgets/wxrichtext_symboldlg.i +wxLua/bindings/wxwidgets/wxrichtext_xml.i +wxLua/bindings/wxwidgets/wxstc_override.hpp +wxLua/bindings/wxwidgets/wxstc_rules.lua +wxLua/bindings/wxwidgets/wxstc_stc.i +wxLua/bindings/wxwidgets/wxwebview_rules.lua +wxLua/bindings/wxwidgets/wxwebview_webview.i +wxLua/bindings/wxwidgets/wxxml_override.hpp +wxLua/bindings/wxwidgets/wxxml_rules.lua +wxLua/bindings/wxwidgets/wxxml_xml.i +wxLua/bindings/wxwidgets/wxxrc_rules.lua +wxLua/bindings/wxwidgets/wxxrc_xrc.i +wxLua/licence.txt +wxLua/modules/wxbind/CMakeLists.txt +wxLua/modules/wxbind/include/wxadv_wxladv.h +wxLua/modules/wxbind/include/wxbinddefs.h +wxLua/modules/wxbind/include/wxcore_wxlcore.h +wxLua/modules/wxbind/include/wxhtml_wxlhtml.h +wxLua/modules/wxbind/setup/wxluasetup.h +wxLua/modules/wxbind/src/Makefile +wxLua/modules/wxbind/src/Makefile_wxadv +wxLua/modules/wxbind/src/Makefile_wxaui +wxLua/modules/wxbind/src/Makefile_wxbase +wxLua/modules/wxbind/src/Makefile_wxcore +wxLua/modules/wxbind/src/Makefile_wxgl +wxLua/modules/wxbind/src/Makefile_wxhtml +wxLua/modules/wxbind/src/Makefile_wxmedia +wxLua/modules/wxbind/src/Makefile_wxnet +wxLua/modules/wxbind/src/Makefile_wxrichtext +wxLua/modules/wxbind/src/Makefile_wxstc +wxLua/modules/wxbind/src/Makefile_wxxml +wxLua/modules/wxbind/src/Makefile_wxxrc +wxLua/modules/wxbind/src/dummy.cpp +wxLua/modules/wxbind/src/wxadv_wxladv.cpp +wxLua/modules/wxbind/src/wxcore_wxlcore.cpp +wxLua/modules/wxbind/src/wxhtml_wxlhtml.cpp +wxLua/modules/wxlua/CMakeLists.txt +wxLua/modules/wxlua/Makefile +wxLua/modules/wxlua/atomic.h +wxLua/modules/wxlua/bit.c +wxLua/modules/wxlua/debug/CMakeLists.txt +wxLua/modules/wxlua/debug/Makefile +wxLua/modules/wxlua/debug/dummy.cpp +wxLua/modules/wxlua/debug/wxldebug.cpp +wxLua/modules/wxlua/debug/wxldebug.h +wxLua/modules/wxlua/debug/wxlstack.cpp +wxLua/modules/wxlua/debug/wxlstack.h +wxLua/modules/wxlua/debug/wxluadebugdefs.h +wxLua/modules/wxlua/debugger/CMakeLists.txt +wxLua/modules/wxlua/debugger/Makefile +wxLua/modules/wxlua/debugger/dummy.cpp +wxLua/modules/wxlua/debugger/wxldserv.cpp +wxLua/modules/wxlua/debugger/wxldserv.h +wxLua/modules/wxlua/debugger/wxldtarg.cpp +wxLua/modules/wxlua/debugger/wxldtarg.h +wxLua/modules/wxlua/debugger/wxlsock.cpp +wxLua/modules/wxlua/debugger/wxlsock.h +wxLua/modules/wxlua/debugger/wxluadebuggerdefs.h +wxLua/modules/wxlua/dummy.cpp +wxLua/modules/wxlua/lbitlib.c +wxLua/modules/wxlua/sharedptr.h +wxLua/modules/wxlua/wxlbind.cpp +wxLua/modules/wxlua/wxlbind.h +wxLua/modules/wxlua/wxlcallb.cpp +wxLua/modules/wxlua/wxlcallb.h +wxLua/modules/wxlua/wxlconsole.cpp +wxLua/modules/wxlua/wxlconsole.h +wxLua/modules/wxlua/wxldefs.h +wxLua/modules/wxlua/wxllua.cpp +wxLua/modules/wxlua/wxllua.h +wxLua/modules/wxlua/wxlobject.cpp +wxLua/modules/wxlua/wxlobject.h +wxLua/modules/wxlua/wxlstate.cpp +wxLua/modules/wxlua/wxlstate.h +wxLua/modules/wxlua/wxlua.h +wxLua/modules/wxlua/wxlversion.h diff --git a/Makefile b/Makefile index fecc8f1e..ff02f7b0 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ endif LDLIBS := -lunistring $(WX_LIBS) $(GTK_LIBS) $(CAPSTONE_LIBS) $(JANSSON_LIBS) $(LUA_LIBS) $(LDLIBS) # Define this for releases -# VERSION := x +VERSION := 0.60.1 ifdef VERSION LONG_VERSION := Version $(VERSION) @@ -126,8 +126,8 @@ else GIT_COMMIT_TIME ?= $(call shell-or-die,git log -1 --format="%ct") - VERSION := $(GIT_COMMIT_SHA) - LONG_VERSION := Snapshot $(GIT_COMMIT_SHA) + VERSION := 26b4af2a666e2fd13466a99dd50f4d1e70177c7c + LONG_VERSION := Snapshot 26b4af2a666e2fd13466a99dd50f4d1e70177c7c endif DEPDIR := .d @@ -670,8 +670,8 @@ else git ls-files | xargs cp --parents -t rehex-$(VERSION)/ # Inline any references to the HEAD commit sha/timestamp - sed -i -e "s|\$$(GIT_COMMIT_SHA)|$(GIT_COMMIT_SHA)|g" rehex-$(VERSION)/Makefile - sed -i -e "s|\$$(GIT_COMMIT_TIME)|$(GIT_COMMIT_TIME)|g" rehex-$(VERSION)/Makefile + sed -i -e "s|\$26b4af2a666e2fd13466a99dd50f4d1e70177c7c|26b4af2a666e2fd13466a99dd50f4d1e70177c7c|g" rehex-$(VERSION)/Makefile + sed -i -e "s|\$1690573031|1690573031|g" rehex-$(VERSION)/Makefile endif # Generate reproducible tarball. All files use git commit timestamp. @@ -679,7 +679,7 @@ endif LC_ALL=C sort -z | \ tar \ --format=ustar \ - --mtime=@$(GIT_COMMIT_TIME) \ + --mtime=@1690573031 \ --owner=0 --group=0 --numeric-owner \ --no-recursion --null -T - \ -cf - | \ diff --git a/res/Info.plist b/res/Info.plist index 1c581db1..5a2c7b75 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -12,7 +12,7 @@ net.solemnwarning.rehex CFBundleVersion - 0.0.0 + 0.60.1 CFBundlePackageType APPL