Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-07 | Loosen Python version requirementHEADmaster | Fedja Beader | 1 | -2/+2 | |
2023-12-12 | Gitlab CI file | Fedja Beader | 1 | -0/+37 | |
Try with package python3? Maybe? | |||||
2023-12-12 | Update README and demo project to python3 | Fedja Beader | 3 | -5/+4 | |
Update py2->py3 in README Not strictly necessary, but use python3 directly + remove py2 compatibility line Use python3 explicity. Debian (CI) does not have a python->python3 link? | |||||
2023-12-12 | Update for Python3 | Fedja Beader | 1 | -17/+10 | |
File "attoconf/help.py", line 113, in detect_terminal_width fd = getattr(fd, 'fileno', lambda: -1)() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ io.UnsupportedOperation: fileno | |||||
2023-12-11 | Update travis config | Fedja Beader | 1 | -2/+2 | |
2023-12-10 | Upgrade to Python3. | Fedja Beader | 19 | -37/+37 | |
Mostly using 2to3 automatic converter with some educated guesses on my part. Produces same TMWA Makefile as py2 attoconf. YMMV. | |||||
2023-12-10 | Explicitly use python2 | Fedja Beader | 1 | -1/+1 | |
2015-10-01 | Enable travis container-based infrastructure | Ben Longbons | 1 | -0/+1 | |
2015-10-01 | Fix legacy compatibility again | Ben Longbons | 2 | -1/+7 | |
2015-10-01 | Add support for finding dependencies via pkg-config | Ben Longbons | 3 | -3/+110 | |
2014-07-17 | Use a metaclass instead of @add_slots | Ben Longbons | 10 | -33/+34 | |
2014-07-17 | Ditch the special treatment of None | Ben Longbons | 8 | -107/+136 | |
2014-07-16 | Remove possibility of custom vars | Ben Longbons | 4 | -35/+37 | |
Retained temporary backward-compatibility vars until 1.0 | |||||
2013-10-15 | Print help header for env section | Ben Longbons | 2 | -1/+2 | |
2013-09-29 | Improve version messages | Ben Longbons | 2 | -7/+33 | |
2013-09-29 | Clean up config.status during tests | Ben Longbons | 2 | -1/+3 | |
This should probably be handled some better way. | |||||
2013-09-26 | Fix unit test for that last commit | Ben Longbons | 2 | -5/+5 | |
2013-09-26 | Remove support for origin tracking | Ben Longbons | 8 | -136/+91 | |
This has not been very useful since config.status was implemented, and it kind of complicates the code. | |||||
2013-09-25 | Add a more flexible converter from Makefile.in to Makefile | Ben Longbons | 3 | -1/+84 | |
2013-09-25 | Use keyword splats in ctors | Ben Longbons | 3 | -8/+20 | |
2013-09-25 | Remove duplicates from config.status | Ben Longbons | 2 | -5/+9 | |
2013-09-23 | Allow config.status to take additional arguments | Ben Longbons | 2 | -2/+2 | |
2013-09-22 | Implement config.status | Ben Longbons | 3 | -5/+19 | |
2013-08-07 | Remove inferior package version, fix makefile format | Ben Longbons | 5 | -25/+8 | |
The problem with version is that it breaks remake without reconf. Version should instead be handled by the makefile. | |||||
2013-08-06 | Fix versioning | Ben Longbons | 6 | -12/+15 | |
2013-08-06 | Write vars to makefile in order | Ben Longbons | 7 | -9/+32 | |
2013-08-06 | Add config hash | Ben Longbons | 5 | -24/+73 | |
2013-08-06 | Refactor checks and vars | Ben Longbons | 7 | -31/+53 | |
2013-08-06 | All specifying varname, and fix bugs | Ben Longbons | 6 | -36/+29 | |
2013-08-06 | Move all types to their own module | Ben Longbons | 10 | -56/+178 | |
2013-08-05 | Add some stuff whose need became obvious when I tried to use it | Ben Longbons | 7 | -3/+115 | |
2013-08-05 | Add a classy API, and use it to implement all the common options | Ben Longbons | 18 | -26/+1044 | |
2013-08-04 | Add travis info | Ben Longbons | 1 | -0/+16 | |
2013-08-02 | Add flesh to the skeleton | Ben Longbons | 9 | -6/+705 | |
2013-08-01 | Put some important files in a skeleton | Ben Longbons | 9 | -1/+868 | |
2013-08-01 | Initial commit of the final draft of attoconf | Ben Longbons | 3 | -0/+29 | |