Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-06 | search for googletest & binutilsCI | Fedja Beader | 1 | -1/+5 | |
2024-02-11 | Hmm, perhaps this check will yield results | Fedja Beader | 1 | -0/+2 | |
2024-02-11 | What gdb versions exist out there? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | Revert "Workaround "Function... not defined in.." (breakpoints not found) ↵ | Fedja Beader | 1 | -3/+1 | |
(GDB bug)" This reverts commit 7714c7c7bfe67e632b7f8162a5eab3eb7e4d0080. | |||||
2024-02-07 | re-enable generation of locales, evidently export is insufficient | Fedja Beader | 1 | -5/+5 | |
despite locale command matching desired output | |||||
2024-02-07 | Use deprecated form because we're still in 2018 | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | Was export LANG=en_US.UTF-8 all that was needed? | Fedja Beader | 1 | -9/+12 | |
2024-02-07 | How about some exports, instead? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | put LANG into environment | Fedja Beader | 1 | -0/+4 | |
2024-02-07 | run update-locale just in case | Fedja Beader | 1 | -5/+3 | |
2024-02-07 | Trying another method of setting locales | Fedja Beader | 1 | -5/+9 | |
2024-02-07 | Wrong spot | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | try dpkg-reconfigure --frontend noninteractive locales as well | Fedja Beader | 1 | -0/+3 | |
https://askubuntu.com/questions/683406/how-to-automate-dpkg-reconfigure-locales-with-one-command | |||||
2024-02-07 | Right. | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | Generate en_US.UTF-8 locale | Fedja Beader | 1 | -2/+4 | |
2024-02-07 | Package locales supposedly provides update-locale | Fedja Beader | 1 | -2/+9 | |
2024-02-07 | Where is update-locale? | Fedja Beader | 1 | -2/+3 | |
2024-02-07 | Fix Ubuntu18.04 locales? | Fedja Beader | 1 | -0/+2 | |
2024-02-07 | Checkout locales ↵ | Fedja Beader | 1 | -1/+1 | |
https://stackoverflow.com/questions/51026315/how-to-solve-unicodedecodeerror-in-python-3-6/51027262#51027262 | |||||
2024-02-07 | Needs a symlink? | Fedja Beader | 1 | -1/+1 | |
2024-02-07 | Try python3.7 instead of default py3.6 | Fedja Beader | 1 | -24/+4 | |
2024-02-07 | Yes Im now using CI as slow REPL | Fedja Beader | 1 | -5/+27 | |
2024-02-07 | Update attobuild submodule for py3.6 build attempt | Fedja Beader | 1 | -0/+0 | |
2024-02-07 | + CI on Ubuntu 1804 | Fedja Beader | 1 | -0/+31 | |
2024-01-28 | Workaround "Function... not defined in.." (breakpoints not found) (GDB bug) | Fedja Beader | 1 | -1/+3 | |
Evidently regexes are not needed. Function "_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc" not defined in "/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp". Breakpoint 1 (/builds/specing/tmwa/src/debug-debug/map-script-persist.cpp:'_Z13do_breakpointIN4tmwa3map11script_dataEEvRKT_PKc') pending. void do_breakpoint<tmwa::map::script_data>(tmwa::map::script_data const&, char const*); https://sourceware.org/bugzilla/show_bug.cgi?id=15962 Thanks to ssbssa@#gdb for pointing this out. | |||||
2024-01-28 | Make GDB's output more verbose | Fedja Beader | 1 | -5/+9 | |
2024-01-28 | set logging on|off is a deprecated alias for set logging enabled on|off | Fedja Beader | 1 | -3/+3 | |
2024-01-28 | Update test cases for addition of Item Mode field | Fedja Beader | 1 | -8/+10 | |
See 7980f4d2 | |||||
2024-01-28 | Add CI test stage | Fedja Beader | 1 | -3/+18 | |
Squashed with: Pass artifacts (well, the whole repo) to test stage YAML syntax error. Since I saw a glimpse of the repo being reinitialised two tries ago, perhaps it saves everything tracked and just adding untracked files should be enough. Have to specify which image to use, else it uses default and fails with linking errors. Have to reinstall everything in the new image. Though not strictly required, but it's good to have a working git describe output in logs. gdb is required for tests, too | |||||
2024-01-28 | Add more rules to Makefile.in for the testing system. | Fedja Beader | 1 | -1/+3 | |
2024-01-28 | git describe fails with (too) shallow clones, so fetch tags explicitly | Fedja Beader | 1 | -0/+3 | |
Even if tags are fetched, the shallowness of the clone means they might still be inaccessible. | |||||
2024-01-28 | 2to3 + explicit python3 on top | Fedja Beader | 5 | -8/+9 | |
2024-01-28 | find src/ tools/ -name '*.py' -execdir 2to3 -w {} \; | Fedja Beader | 4 | -66/+66 | |
2024-01-28 | Port 7902 line py2 scripts to py3 with this simple trick (Py2 DEVS HATE THIS!) | Fedja Beader | 2 | -2/+2 | |
2024-01-28 | Enable GitLab CI | Fedja Beader | 1 | -0/+29 | |
+ fetch submodules +install git... No compiling C++ without a C++ compiler.. | |||||
2024-01-28 | Update README with py3 info | Fedja Beader | 1 | -8/+3 | |
2023-12-10 | Update attoconf submodule to py3 version and configure to match. | Fedja Beader | 2 | -2/+2 | |
2023-12-10 | Update debug-debug-scripts to py3 | Fedja Beader | 1 | -3/+3 | |
2to3 produces working result, output files match py2 output by checksum. | |||||
2023-12-10 | Add googletest-1.8.1 as a submodule - gtest-1.14 shipped by my distro ↵ | Fedja Beader | 3 | -1/+7 | |
requires C++14. | |||||
2023-12-10 | Switch attobuild repo location to my own fork. This should make build | Fedja Beader | 2 | -1/+1 | |
go smoothly without making python2 your main python interpreter. | |||||
2023-12-10 | Explicitly use python2 in build scripts | Fedja Beader | 2 | -2/+2 | |
2023-12-09 | Correct issue with GTEST_DIR not being passed properly. | Fedja Beader | 1 | -1/+2 | |
Note how gcc uses /usr/include/gtest (default search path) as the -I for GTEST_DIR is not on the gcc command line: System-wide gtest is 1.14 and requires C++14 while provided one is 1.8.1. GTEST_DIR="$PWD/deps/googletest/googletest" ./configure --user make[1]: Leaving directory '/data/users/tmwa/proj/tmw/classic/tmwa' find: ‘doc-gen/’: No such file or directory g++ -std=c++0x -I . -I ./include -DGENERATING_DEPENDENCIES -O2 -g -fstack-protector -fno-strict-aliasing -fvisibility=hidden -fvisibility=hidden -MG -MM \ -MT 'ast/item_test := ' \ -MF obj/ast/item_test.d src/ast/item_test.cpp In file included from /usr/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:64, from src/ast/item_test.cpp:21: /usr/include/gtest/internal/gtest-port.h:270:2: error: #error C++ versions less than C++14 are not supported. 270 | #error C++ versions less than C++14 are not supported. | ^~~~~ Makefile:331: obj/ast/item_test.d: No such file or directory | |||||
2023-11-27 | Merge branch 'activity_checks' into 'master' | Led Mitz | 12 | -126/+318 | |
activity checks and status cleanup See merge request legacy/tmwa!252 | |||||
2023-11-27 | activity checks and status cleanup | HoraK-FDF | 12 | -126/+318 | |
2023-11-12 | Merge branch 'submodule_update' into 'master' | Led Mitz | 1 | -1/+1 | |
Update ProprietaryHub link. git:// was likely waiting indefinetely for user to login. See merge request legacy/tmwa!253 | |||||
2023-11-12 | Update ProprietaryHub link. git:// was likely waiting indefinetely for user ↵ | Fedja Beader | 1 | -1/+1 | |
to login. | |||||
2023-11-08 | Merge branch 'matkpot' into 'master' | Led Mitz | 1 | -5/+7 | |
SC_MATKPOT See merge request legacy/tmwa!251 | |||||
2023-11-08 | SC_MATKPOT | HoraK-FDF | 1 | -5/+7 | |
2023-08-28 | Merge branch 'magic_delay' into 'master' | Led Mitz | 1 | -9/+9 | |
Revert magic attack delay to original behaviour See merge request legacy/tmwa!250 | |||||
2023-08-28 | Revert magic attack delay to original behaviour | Led Mitz | 1 | -9/+9 | |